package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "parse-json@4.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-json@4.0.0",
  10. "_id": "parse-json@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
  13. "_location": "/parse-json",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-json@4.0.0",
  19. "name": "parse-json",
  20. "escapedName": "parse-json",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/parse-json/issues"
  38. },
  39. "dependencies": {
  40. "error-ex": "^1.3.1",
  41. "json-parse-better-errors": "^1.0.1"
  42. },
  43. "description": "Parse JSON with more helpful errors",
  44. "devDependencies": {
  45. "ava": "*",
  46. "nyc": "^11.2.1",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js",
  54. "vendor"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  57. "keywords": [
  58. "parse",
  59. "json",
  60. "graceful",
  61. "error",
  62. "message",
  63. "humanize",
  64. "friendly",
  65. "helpful",
  66. "string",
  67. "str"
  68. ],
  69. "license": "MIT",
  70. "name": "parse-json",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/parse-json.git"
  74. },
  75. "scripts": {
  76. "test": "xo && nyc ava"
  77. },
  78. "version": "4.0.0"
  79. }