package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "is-property@^1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/generate-object-property"
  6. ]
  7. ],
  8. "_from": "is-property@>=1.0.0 <2.0.0",
  9. "_id": "is-property@1.0.2",
  10. "_inCache": true,
  11. "_location": "/is-property",
  12. "_nodeVersion": "0.10.26",
  13. "_npmUser": {
  14. "email": "mikolalysenko@gmail.com",
  15. "name": "mikolalysenko"
  16. },
  17. "_npmVersion": "2.1.4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "is-property",
  21. "raw": "is-property@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/generate-object-property"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
  31. "_shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
  32. "_shrinkwrap": null,
  33. "_spec": "is-property@^1.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/generate-object-property",
  35. "author": {
  36. "name": "Mikola Lysenko"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mikolalysenko/is-property/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Tests if a JSON property can be accessed using . syntax",
  43. "devDependencies": {
  44. "tape": "~1.0.4"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "dist": {
  50. "shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
  51. "tarball": "http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
  52. },
  53. "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  54. "homepage": "https://github.com/mikolalysenko/is-property",
  55. "installable": true,
  56. "keywords": [
  57. ".",
  58. "[]",
  59. "bracket",
  60. "dot",
  61. "is",
  62. "json",
  63. "property"
  64. ],
  65. "license": "MIT",
  66. "main": "is-property.js",
  67. "maintainers": [
  68. {
  69. "name": "mikolalysenko",
  70. "email": "mikolalysenko@gmail.com"
  71. }
  72. ],
  73. "name": "is-property",
  74. "optionalDependencies": {},
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/mikolalysenko/is-property.git"
  78. },
  79. "scripts": {
  80. "test": "tap test/*.js"
  81. },
  82. "version": "1.0.2"
  83. }