package.json 2.1 KB

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