package.json 2.3 KB

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