package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "parse-json@5.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-json@5.2.0",
  10. "_id": "parse-json@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=",
  13. "_location": "/parse-json",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-json@5.2.0",
  19. "name": "parse-json",
  20. "escapedName": "parse-json",
  21. "rawSpec": "5.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.0"
  24. },
  25. "_requiredBy": [
  26. "/read-pkg"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/parse-json/download/parse-json-5.2.0.tgz?cache=0&sync_timestamp=1610966676829&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse-json%2Fdownload%2Fparse-json-5.2.0.tgz",
  29. "_spec": "5.2.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/parse-json/issues"
  38. },
  39. "dependencies": {
  40. "@babel/code-frame": "^7.0.0",
  41. "error-ex": "^1.3.1",
  42. "json-parse-even-better-errors": "^2.3.0",
  43. "lines-and-columns": "^1.1.6"
  44. },
  45. "description": "Parse JSON with more helpful errors",
  46. "devDependencies": {
  47. "ava": "^1.4.1",
  48. "nyc": "^14.1.1",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "vendor"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  60. "keywords": [
  61. "parse",
  62. "json",
  63. "graceful",
  64. "error",
  65. "message",
  66. "humanize",
  67. "friendly",
  68. "helpful",
  69. "string"
  70. ],
  71. "license": "MIT",
  72. "name": "parse-json",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/parse-json.git"
  76. },
  77. "scripts": {
  78. "test": "xo && nyc ava"
  79. },
  80. "version": "5.2.0"
  81. }