package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsonpointer@^4.0.0",
  6. "scope": null,
  7. "escapedName": "jsonpointer",
  8. "name": "jsonpointer",
  9. "rawSpec": "^4.0.0",
  10. "spec": ">=4.0.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-my-json-valid"
  14. ]
  15. ],
  16. "_from": "jsonpointer@>=4.0.0 <5.0.0",
  17. "_id": "jsonpointer@4.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/jsonpointer",
  21. "_nodeVersion": "6.9.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/jsonpointer-4.0.1.tgz_1482326391770_0.6748844815883785"
  25. },
  26. "_npmUser": {
  27. "name": "marcbachmann",
  28. "email": "marc.brookman@gmail.com"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "jsonpointer@^4.0.0",
  34. "scope": null,
  35. "escapedName": "jsonpointer",
  36. "name": "jsonpointer",
  37. "rawSpec": "^4.0.0",
  38. "spec": ">=4.0.0 <5.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/is-my-json-valid"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
  45. "_shasum": "4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9",
  46. "_shrinkwrap": null,
  47. "_spec": "jsonpointer@^4.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-my-json-valid",
  49. "author": {
  50. "name": "Jan Lehnardt",
  51. "email": "jan@apache.org"
  52. },
  53. "bugs": {
  54. "url": "http://github.com/janl/node-jsonpointer/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Joe Hildebrand",
  59. "email": "joe-github@cursive.net"
  60. },
  61. {
  62. "name": "Marc Bachmann",
  63. "email": "marc.brookman@gmail.com"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "Simple JSON Addressing.",
  68. "devDependencies": {
  69. "standard": "^5.3.1"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9",
  74. "tarball": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "jsonpointer.js"
  81. ],
  82. "gitHead": "37c73aecd5f192a00cd79c0ebbbb2034b91bcfd0",
  83. "homepage": "https://github.com/janl/node-jsonpointer#readme",
  84. "license": "MIT",
  85. "main": "./jsonpointer",
  86. "maintainers": [
  87. {
  88. "name": "jan",
  89. "email": "jan@apache.org"
  90. },
  91. {
  92. "name": "marcbachmann",
  93. "email": "marc.brookman@gmail.com"
  94. }
  95. ],
  96. "name": "jsonpointer",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
  102. },
  103. "scripts": {
  104. "test": "standard && node test.js"
  105. },
  106. "tags": [
  107. "util",
  108. "simple",
  109. "util",
  110. "utility"
  111. ],
  112. "version": "4.0.1"
  113. }