package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "parse-json@^5.0.0",
  3. "_id": "parse-json@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=",
  6. "_location": "/parse-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-json@^5.0.0",
  12. "name": "parse-json",
  13. "escapedName": "parse-json",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged/cosmiconfig",
  20. "/read-pkg"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/parse-json/download/parse-json-5.2.0.tgz?cache=0&sync_timestamp=1610966646988&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse-json%2Fdownload%2Fparse-json-5.2.0.tgz",
  23. "_shasum": "c76fc66dee54231c962b22bcc8a72cf2f99753cd",
  24. "_spec": "parse-json@^5.0.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\read-pkg",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/parse-json/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/code-frame": "^7.0.0",
  37. "error-ex": "^1.3.1",
  38. "json-parse-even-better-errors": "^2.3.0",
  39. "lines-and-columns": "^1.1.6"
  40. },
  41. "deprecated": false,
  42. "description": "Parse JSON with more helpful errors",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "nyc": "^14.1.1",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "vendor"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  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. ],
  68. "license": "MIT",
  69. "name": "parse-json",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/parse-json.git"
  73. },
  74. "scripts": {
  75. "test": "xo && nyc ava"
  76. },
  77. "version": "5.2.0"
  78. }