package.json 865 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "fs-minipass",
  3. "version": "2.1.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "tap",
  7. "preversion": "npm test",
  8. "postversion": "npm publish",
  9. "postpublish": "git push origin --follow-tags"
  10. },
  11. "keywords": [],
  12. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  13. "license": "ISC",
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/npm/fs-minipass.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/npm/fs-minipass/issues"
  20. },
  21. "homepage": "https://github.com/npm/fs-minipass#readme",
  22. "description": "fs read and write streams based on minipass",
  23. "dependencies": {
  24. "minipass": "^3.0.0"
  25. },
  26. "devDependencies": {
  27. "mutate-fs": "^2.0.1",
  28. "tap": "^14.6.4"
  29. },
  30. "files": [
  31. "index.js"
  32. ],
  33. "tap": {
  34. "check-coverage": true
  35. },
  36. "engines": {
  37. "node": ">= 8"
  38. }
  39. }