package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "archiver-utils",
  3. "version": "5.0.2",
  4. "license": "MIT",
  5. "description": "utility functions for archiver",
  6. "homepage": "https://github.com/archiverjs/archiver-utils#readme",
  7. "author": {
  8. "name": "Chris Talkington",
  9. "url": "http://christalkington.com/"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/archiverjs/archiver-utils.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/archiverjs/archiver-utils/issues"
  17. },
  18. "keywords": [
  19. "archiver",
  20. "utils"
  21. ],
  22. "main": "index.js",
  23. "files": [
  24. "index.js",
  25. "file.js"
  26. ],
  27. "engines": {
  28. "node": ">= 14"
  29. },
  30. "scripts": {
  31. "test": "mocha --reporter dot"
  32. },
  33. "dependencies": {
  34. "glob": "^10.0.0",
  35. "graceful-fs": "^4.2.0",
  36. "is-stream": "^2.0.1",
  37. "lazystream": "^1.0.0",
  38. "lodash": "^4.17.15",
  39. "normalize-path": "^3.0.0",
  40. "readable-stream": "^4.0.0"
  41. },
  42. "devDependencies": {
  43. "chai": "4.4.1",
  44. "mkdirp": "3.0.1",
  45. "mocha": "10.3.0",
  46. "rimraf": "5.0.5"
  47. }
  48. }