package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "parse-json@2.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-json@2.2.0",
  10. "_id": "parse-json@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
  13. "_location": "/parse-json",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-json@2.2.0",
  19. "name": "parse-json",
  20. "escapedName": "parse-json",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/load-json-file",
  27. "/postcss-load-options/cosmiconfig",
  28. "/postcss-load-plugins/cosmiconfig",
  29. "/vue-loader/cosmiconfig",
  30. "/webpack/load-json-file"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  33. "_spec": "2.2.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/parse-json/issues"
  42. },
  43. "dependencies": {
  44. "error-ex": "^1.2.0"
  45. },
  46. "description": "Parse JSON with more helpful errors",
  47. "devDependencies": {
  48. "ava": "0.0.4",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "vendor"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  59. "keywords": [
  60. "parse",
  61. "json",
  62. "graceful",
  63. "error",
  64. "message",
  65. "humanize",
  66. "friendly",
  67. "helpful",
  68. "string",
  69. "str"
  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 && node test.js"
  79. },
  80. "version": "2.2.0",
  81. "xo": {
  82. "ignores": [
  83. "vendor/**"
  84. ]
  85. }
  86. }