package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-json@^2.2.0",
  6. "scope": null,
  7. "escapedName": "parse-json",
  8. "name": "parse-json",
  9. "rawSpec": "^2.2.0",
  10. "spec": ">=2.2.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/load-json-file"
  14. ]
  15. ],
  16. "_from": "parse-json@>=2.2.0 <3.0.0",
  17. "_id": "parse-json@2.2.0",
  18. "_inCache": true,
  19. "_location": "/parse-json",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "parse-json@^2.2.0",
  29. "scope": null,
  30. "escapedName": "parse-json",
  31. "name": "parse-json",
  32. "rawSpec": "^2.2.0",
  33. "spec": ">=2.2.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/load-json-file"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  40. "_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  41. "_shrinkwrap": null,
  42. "_spec": "parse-json@^2.2.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/load-json-file",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/parse-json/issues"
  51. },
  52. "dependencies": {
  53. "error-ex": "^1.2.0"
  54. },
  55. "description": "Parse JSON with more helpful errors",
  56. "devDependencies": {
  57. "ava": "0.0.4",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  63. "tarball": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js",
  70. "vendor"
  71. ],
  72. "gitHead": "419b0cbb83e67af53f9fd3f7ff98605ea2020eb6",
  73. "homepage": "https://github.com/sindresorhus/parse-json",
  74. "keywords": [
  75. "parse",
  76. "json",
  77. "graceful",
  78. "error",
  79. "message",
  80. "humanize",
  81. "friendly",
  82. "helpful",
  83. "string",
  84. "str"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "parse-json",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/parse-json.git"
  99. },
  100. "scripts": {
  101. "test": "xo && node test.js"
  102. },
  103. "version": "2.2.0",
  104. "xo": {
  105. "ignores": [
  106. "vendor/**"
  107. ]
  108. }
  109. }