package.json 1.7 KB

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