package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "parse-json@^5.0.0",
  3. "_id": "parse-json@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  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. "/stylelint/cosmiconfig"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  24. "_shasum": "c76fc66dee54231c962b22bcc8a72cf2f99753cd",
  25. "_spec": "parse-json@^5.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\read-pkg",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/parse-json/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/code-frame": "^7.0.0",
  38. "error-ex": "^1.3.1",
  39. "json-parse-even-better-errors": "^2.3.0",
  40. "lines-and-columns": "^1.1.6"
  41. },
  42. "deprecated": false,
  43. "description": "Parse JSON with more helpful errors",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "nyc": "^14.1.1",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "vendor"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  58. "keywords": [
  59. "parse",
  60. "json",
  61. "graceful",
  62. "error",
  63. "message",
  64. "humanize",
  65. "friendly",
  66. "helpful",
  67. "string"
  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": "5.2.0"
  79. }