package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "load-json-file@4.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "load-json-file@4.0.0",
  10. "_id": "load-json-file@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
  13. "_location": "/load-json-file",
  14. "_phantomChildren": {
  15. "error-ex": "1.3.2",
  16. "json-parse-better-errors": "1.0.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "load-json-file@4.0.0",
  22. "name": "load-json-file",
  23. "escapedName": "load-json-file",
  24. "rawSpec": "4.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.0"
  27. },
  28. "_requiredBy": [
  29. "/read-pkg-up/read-pkg"
  30. ],
  31. "_resolved": "https://registry.nlark.com/load-json-file/download/load-json-file-4.0.0.tgz?cache=0&sync_timestamp=1630345388117&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fload-json-file%2Fdownload%2Fload-json-file-4.0.0.tgz",
  32. "_spec": "4.0.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/load-json-file/issues"
  41. },
  42. "dependencies": {
  43. "graceful-fs": "^4.1.2",
  44. "parse-json": "^4.0.0",
  45. "pify": "^3.0.0",
  46. "strip-bom": "^3.0.0"
  47. },
  48. "description": "Read and parse a JSON file",
  49. "devDependencies": {
  50. "ava": "*",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=4"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  60. "keywords": [
  61. "read",
  62. "json",
  63. "parse",
  64. "file",
  65. "fs",
  66. "graceful",
  67. "load"
  68. ],
  69. "license": "MIT",
  70. "name": "load-json-file",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "4.0.0",
  79. "xo": {
  80. "esnext": true
  81. }
  82. }