package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@0.30.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-extra@^0.30.0",
  10. "_id": "fs-extra@0.30.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
  13. "_location": "/fs-extra",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-extra@0.30.0",
  19. "name": "fs-extra",
  20. "escapedName": "fs-extra",
  21. "rawSpec": "0.30.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.30.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/electron-download"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
  30. "_shasum": "f233ffcc08d4da7d432daa449776989db1df93f0",
  31. "_spec": "0.30.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  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. "bundleDependencies": false,
  41. "dependencies": {
  42. "graceful-fs": "^4.1.2",
  43. "jsonfile": "^2.1.0",
  44. "klaw": "^1.0.0",
  45. "path-is-absolute": "^1.0.0",
  46. "rimraf": "^2.2.8"
  47. },
  48. "deprecated": false,
  49. "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.",
  50. "devDependencies": {
  51. "coveralls": "^2.11.2",
  52. "istanbul": "^0.3.5",
  53. "minimist": "^1.1.1",
  54. "mocha": "^2.1.0",
  55. "read-dir-files": "^0.1.1",
  56. "secure-random": "^1.1.1",
  57. "semver": "^4.3.6",
  58. "standard": "^7.0.0-beta.0"
  59. },
  60. "homepage": "https://github.com/jprichardson/node-fs-extra",
  61. "keywords": [
  62. "fs",
  63. "file",
  64. "file system",
  65. "copy",
  66. "directory",
  67. "extra",
  68. "mkdirp",
  69. "mkdir",
  70. "mkdirs",
  71. "recursive",
  72. "json",
  73. "read",
  74. "write",
  75. "extra",
  76. "delete",
  77. "remove",
  78. "touch",
  79. "create",
  80. "text",
  81. "output",
  82. "move"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/index",
  86. "name": "fs-extra",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  90. },
  91. "scripts": {
  92. "coverage": "istanbul cover test.js",
  93. "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
  94. "lint": "standard",
  95. "test": "npm run lint && npm run unit",
  96. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  97. "unit": "node test.js"
  98. },
  99. "version": "0.30.0"
  100. }