package.json 2.8 KB

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