package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "end-or-error",
  3. "version": "1.0.1",
  4. "description": "Listen readable stream `end` or `error` event once",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  11. "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  12. "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
  13. "jshint": "jshint .",
  14. "autod": "autod -w --prefix '~'",
  15. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  16. "contributors": "contributors -f plain -o AUTHORS"
  17. },
  18. "dependencies": {},
  19. "devDependencies": {
  20. "autod": "*",
  21. "contributors": "*",
  22. "jshint": "*",
  23. "istanbul": "*",
  24. "mocha": "*"
  25. },
  26. "homepage": "https://github.com/stream-utils/end-or-error",
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/stream-utils/end-or-error.git",
  30. "web": "https://github.com/stream-utils/end-or-error"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/stream-utils/end-or-error/issues",
  34. "email": "m@fengmk2.com"
  35. },
  36. "keywords": [
  37. "end-or-error",
  38. "readstream",
  39. "readable",
  40. "stream",
  41. "end",
  42. "eoe",
  43. "stream-utils"
  44. ],
  45. "engines": {
  46. "node": ">= 0.11.14"
  47. },
  48. "author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
  49. "license": "MIT",
  50. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  51. "_from": "end-or-error@1.0.1",
  52. "_resolved": "https://registry.npm.taobao.org/end-or-error/download/end-or-error-1.0.1.tgz"
  53. }