package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "jsonpointer@2.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-my-json-valid"
  6. ]
  7. ],
  8. "_from": "jsonpointer@2.0.0",
  9. "_id": "jsonpointer@2.0.0",
  10. "_inCache": true,
  11. "_location": "/jsonpointer",
  12. "_nodeVersion": "0.10.36",
  13. "_npmUser": {
  14. "email": "marc.brookman@gmail.com",
  15. "name": "marcbachmann"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "jsonpointer",
  21. "raw": "jsonpointer@2.0.0",
  22. "rawSpec": "2.0.0",
  23. "scope": null,
  24. "spec": "2.0.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/is-my-json-valid"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz",
  31. "_shasum": "3af1dd20fe85463910d469a385e33017d2a030d9",
  32. "_shrinkwrap": null,
  33. "_spec": "jsonpointer@2.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-my-json-valid",
  35. "author": {
  36. "email": "jan@apache.org",
  37. "name": "Jan Lehnardt"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/janl/node-jsonpointer/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Joe Hildebrand",
  45. "email": "joe-github@cursive.net"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "Simple JSON Addressing.",
  50. "devDependencies": {},
  51. "directories": {},
  52. "dist": {
  53. "shasum": "3af1dd20fe85463910d469a385e33017d2a030d9",
  54. "tarball": "http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.6.0"
  58. },
  59. "gitHead": "26ea4a5c0fcb6d9a2e87f733403791dd05637af8",
  60. "homepage": "https://github.com/janl/node-jsonpointer#readme",
  61. "installable": true,
  62. "license": "MIT",
  63. "main": "./jsonpointer",
  64. "maintainers": [
  65. {
  66. "name": "jan",
  67. "email": "jan@apache.org"
  68. },
  69. {
  70. "name": "marcbachmann",
  71. "email": "marc.brookman@gmail.com"
  72. }
  73. ],
  74. "name": "jsonpointer",
  75. "optionalDependencies": {},
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
  79. },
  80. "scripts": {
  81. "test": "node test.js"
  82. },
  83. "tags": [
  84. "simple",
  85. "util",
  86. "util",
  87. "utility"
  88. ],
  89. "version": "2.0.0"
  90. }