package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "fs-minipass",
  3. "version": "3.0.3",
  4. "main": "lib/index.js",
  5. "scripts": {
  6. "test": "tap",
  7. "lint": "eslint \"**/*.js\"",
  8. "postlint": "template-oss-check",
  9. "template-oss-apply": "template-oss-apply --force",
  10. "lintfix": "npm run lint -- --fix",
  11. "snap": "tap",
  12. "posttest": "npm run lint"
  13. },
  14. "keywords": [],
  15. "author": "GitHub Inc.",
  16. "license": "ISC",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/npm/fs-minipass.git"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/npm/fs-minipass/issues"
  23. },
  24. "homepage": "https://github.com/npm/fs-minipass#readme",
  25. "description": "fs read and write streams based on minipass",
  26. "dependencies": {
  27. "minipass": "^7.0.3"
  28. },
  29. "devDependencies": {
  30. "@npmcli/eslint-config": "^4.0.1",
  31. "@npmcli/template-oss": "4.18.0",
  32. "mutate-fs": "^2.1.1",
  33. "tap": "^16.3.2"
  34. },
  35. "files": [
  36. "bin/",
  37. "lib/"
  38. ],
  39. "tap": {
  40. "check-coverage": true,
  41. "nyc-arg": [
  42. "--exclude",
  43. "tap-snapshots/**"
  44. ]
  45. },
  46. "engines": {
  47. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  48. },
  49. "templateOSS": {
  50. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  51. "version": "4.18.0",
  52. "publish": "true"
  53. }
  54. }