package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@4.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsonfile@4.0.0",
  10. "_id": "jsonfile@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  13. "_location": "/jsonfile",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsonfile@4.0.0",
  19. "name": "jsonfile",
  20. "escapedName": "jsonfile",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/fs-extra",
  27. "/fs-extra"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/jsonfile/download/jsonfile-4.0.0.tgz?cache=0&sync_timestamp=1604161937969&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsonfile%2Fdownload%2Fjsonfile-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "JP Richardson",
  34. "email": "jprichardson@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.6"
  41. },
  42. "description": "Easily read/write JSON files.",
  43. "devDependencies": {
  44. "mocha": "2.x",
  45. "rimraf": "^2.4.0",
  46. "standard": "^10.0.3"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  52. "keywords": [
  53. "read",
  54. "write",
  55. "file",
  56. "json",
  57. "fs",
  58. "fs-extra"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "jsonfile",
  63. "optionalDependencies": {
  64. "graceful-fs": "^4.1.6"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  69. },
  70. "scripts": {
  71. "lint": "standard",
  72. "test": "npm run lint && npm run unit",
  73. "unit": "mocha"
  74. },
  75. "version": "4.0.0"
  76. }