package.json 1.7 KB

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