package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@5.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-extra@5.0.0",
  10. "_id": "fs-extra@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==",
  13. "_location": "/fs-extra",
  14. "_phantomChildren": {
  15. "graceful-fs": "4.1.11"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "fs-extra@5.0.0",
  21. "name": "fs-extra",
  22. "escapedName": "fs-extra",
  23. "rawSpec": "5.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "5.0.0"
  26. },
  27. "_requiredBy": [
  28. "/electron-packager"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz",
  31. "_spec": "5.0.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  33. "author": {
  34. "name": "JP Richardson",
  35. "email": "jprichardson@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  39. },
  40. "dependencies": {
  41. "graceful-fs": "^4.1.2",
  42. "jsonfile": "^4.0.0",
  43. "universalify": "^0.1.0"
  44. },
  45. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  46. "devDependencies": {
  47. "coveralls": "^2.11.2",
  48. "istanbul": "^0.4.5",
  49. "klaw": "^1.0.0",
  50. "klaw-sync": "^1.1.2",
  51. "minimist": "^1.1.1",
  52. "mocha": "^3.1.2",
  53. "proxyquire": "^1.7.10",
  54. "read-dir-files": "^0.1.1",
  55. "rimraf": "^2.2.8",
  56. "secure-random": "^1.1.1",
  57. "semver": "^5.3.0",
  58. "standard": "^10.0.2",
  59. "standard-markdown": "^4.0.1"
  60. },
  61. "homepage": "https://github.com/jprichardson/node-fs-extra",
  62. "keywords": [
  63. "fs",
  64. "file",
  65. "file system",
  66. "copy",
  67. "directory",
  68. "extra",
  69. "mkdirp",
  70. "mkdir",
  71. "mkdirs",
  72. "recursive",
  73. "json",
  74. "read",
  75. "write",
  76. "extra",
  77. "delete",
  78. "remove",
  79. "touch",
  80. "create",
  81. "text",
  82. "output",
  83. "move"
  84. ],
  85. "license": "MIT",
  86. "main": "./lib/index.js",
  87. "name": "fs-extra",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  91. },
  92. "scripts": {
  93. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  94. "coveralls": "coveralls < coverage/lcov.info",
  95. "lint": "standard && standard-markdown",
  96. "test": "npm run lint && npm run unit",
  97. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  98. "unit": "node test.js"
  99. },
  100. "version": "5.0.0"
  101. }