package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "fs-extra@^10.0.0",
  3. "_id": "fs-extra@10.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  6. "_location": "/fs-extra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-extra@^10.0.0",
  12. "name": "fs-extra",
  13. "escapedName": "fs-extra",
  14. "rawSpec": "^10.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz",
  22. "_shasum": "02873cfbc4084dde127eaa5f9905eef2325d1abf",
  23. "_spec": "fs-extra@^10.0.0",
  24. "_where": "E:\\editor_3d\\v3.7.3\\app\\modules\\editor-extensions\\extensions\\extension\\static\\extension-template\\vue3.x-panel",
  25. "author": {
  26. "name": "JP Richardson",
  27. "email": "jprichardson@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.2.0",
  35. "jsonfile": "^6.0.1",
  36. "universalify": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  40. "devDependencies": {
  41. "at-least-node": "^1.0.0",
  42. "klaw": "^2.1.1",
  43. "klaw-sync": "^3.0.2",
  44. "minimist": "^1.1.1",
  45. "mocha": "^5.0.5",
  46. "nyc": "^15.0.0",
  47. "proxyquire": "^2.0.1",
  48. "read-dir-files": "^0.1.1",
  49. "standard": "^16.0.3"
  50. },
  51. "engines": {
  52. "node": ">=12"
  53. },
  54. "files": [
  55. "lib/",
  56. "!lib/**/__tests__/"
  57. ],
  58. "homepage": "https://github.com/jprichardson/node-fs-extra",
  59. "keywords": [
  60. "fs",
  61. "file",
  62. "file system",
  63. "copy",
  64. "directory",
  65. "extra",
  66. "mkdirp",
  67. "mkdir",
  68. "mkdirs",
  69. "recursive",
  70. "json",
  71. "read",
  72. "write",
  73. "extra",
  74. "delete",
  75. "remove",
  76. "touch",
  77. "create",
  78. "text",
  79. "output",
  80. "move",
  81. "promise"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/index.js",
  85. "name": "fs-extra",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  89. },
  90. "scripts": {
  91. "lint": "standard",
  92. "test": "npm run lint && npm run unit",
  93. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  94. "unit": "nyc node test.js"
  95. },
  96. "sideEffects": false,
  97. "version": "10.1.0"
  98. }