package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@4.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "jsonfile@4.0.0",
  9. "_id": "jsonfile@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  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. "/filemanager-webpack-plugin/fs-extra",
  27. "/fs-extra"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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. }