package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@9.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-extra@9.1.0",
  10. "_id": "fs-extra@9.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  13. "_location": "/fs-extra",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-extra@9.1.0",
  19. "name": "fs-extra",
  20. "escapedName": "fs-extra",
  21. "rawSpec": "9.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz",
  29. "_spec": "9.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "JP Richardson",
  33. "email": "jprichardson@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  37. },
  38. "dependencies": {
  39. "at-least-node": "^1.0.0",
  40. "graceful-fs": "^4.2.0",
  41. "jsonfile": "^6.0.1",
  42. "universalify": "^2.0.0"
  43. },
  44. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  45. "devDependencies": {
  46. "coveralls": "^3.0.0",
  47. "klaw": "^2.1.1",
  48. "klaw-sync": "^3.0.2",
  49. "minimist": "^1.1.1",
  50. "mocha": "^5.0.5",
  51. "nyc": "^15.0.0",
  52. "proxyquire": "^2.0.1",
  53. "read-dir-files": "^0.1.1",
  54. "standard": "^14.1.0"
  55. },
  56. "engines": {
  57. "node": ">=10"
  58. },
  59. "files": [
  60. "lib/",
  61. "!lib/**/__tests__/"
  62. ],
  63. "homepage": "https://github.com/jprichardson/node-fs-extra",
  64. "keywords": [
  65. "fs",
  66. "file",
  67. "file system",
  68. "copy",
  69. "directory",
  70. "extra",
  71. "mkdirp",
  72. "mkdir",
  73. "mkdirs",
  74. "recursive",
  75. "json",
  76. "read",
  77. "write",
  78. "extra",
  79. "delete",
  80. "remove",
  81. "touch",
  82. "create",
  83. "text",
  84. "output",
  85. "move",
  86. "promise"
  87. ],
  88. "license": "MIT",
  89. "main": "./lib/index.js",
  90. "name": "fs-extra",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  94. },
  95. "scripts": {
  96. "coverage": "nyc -r lcovonly npm run unit",
  97. "coveralls": "coveralls < coverage/lcov.info",
  98. "full-ci": "npm run lint && npm run coverage",
  99. "lint": "standard",
  100. "test": "npm run lint && npm run unit",
  101. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  102. "unit": "node test.js"
  103. },
  104. "version": "9.1.0"
  105. }