用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  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": ["index.js"],
  7. "scripts": {
  8. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  9. "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  10. "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
  11. "jshint": "jshint .",
  12. "autod": "autod -w --prefix '~'",
  13. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  14. "contributors": "contributors -f plain -o AUTHORS"
  15. },
  16. "dependencies": {
  17. },
  18. "devDependencies": {
  19. "autod": "*",
  20. "contributors": "*",
  21. "jshint": "*",
  22. "istanbul": "*",
  23. "mocha": "*"
  24. },
  25. "homepage": "https://github.com/stream-utils/end-or-error",
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/stream-utils/end-or-error.git",
  29. "web": "https://github.com/stream-utils/end-or-error"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stream-utils/end-or-error/issues",
  33. "email": "m@fengmk2.com"
  34. },
  35. "keywords": [
  36. "end-or-error", "readstream", "readable", "stream", "end", "eoe", "stream-utils"
  37. ],
  38. "engines": {
  39. "node": ">= 0.11.14"
  40. },
  41. "author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
  42. "license": "MIT"
  43. }