package.json 2.2 KB

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