package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "/cosmiconfig"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  22. "_shasum": "c76fc66dee54231c962b22bcc8a72cf2f99753cd",
  23. "_spec": "parse-json@^5.0.0",
  24. "_where": "E:\\2023\\8\\MT_APP\\node_modules\\cosmiconfig",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/parse-json/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/code-frame": "^7.0.0",
  36. "error-ex": "^1.3.1",
  37. "json-parse-even-better-errors": "^2.3.0",
  38. "lines-and-columns": "^1.1.6"
  39. },
  40. "deprecated": false,
  41. "description": "Parse JSON with more helpful errors",
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "nyc": "^14.1.1",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "vendor"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  56. "keywords": [
  57. "parse",
  58. "json",
  59. "graceful",
  60. "error",
  61. "message",
  62. "humanize",
  63. "friendly",
  64. "helpful",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "name": "parse-json",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/parse-json.git"
  72. },
  73. "scripts": {
  74. "test": "xo && nyc ava"
  75. },
  76. "version": "5.2.0"
  77. }