package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "end-or-error@^1.0.1",
  3. "_id": "end-or-error@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  6. "_location": "/end-or-error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-or-error@^1.0.1",
  12. "name": "end-or-error",
  13. "escapedName": "end-or-error",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/end-or-error/-/end-or-error-1.0.1.tgz",
  22. "_shasum": "dc7a6210fe78d372fee24a8b4899dbd155414dcb",
  23. "_spec": "end-or-error@^1.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "m@fengmk2.com",
  28. "url": "http://fengmk2.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stream-utils/end-or-error/issues",
  32. "email": "m@fengmk2.com"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Listen readable stream `end` or `error` event once",
  38. "devDependencies": {
  39. "autod": "*",
  40. "contributors": "*",
  41. "istanbul": "*",
  42. "jshint": "*",
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">= 0.11.14"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/stream-utils/end-or-error",
  52. "keywords": [
  53. "end-or-error",
  54. "readstream",
  55. "readable",
  56. "stream",
  57. "end",
  58. "eoe",
  59. "stream-utils"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "end-or-error",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/stream-utils/end-or-error.git",
  67. "web": "https://github.com/stream-utils/end-or-error"
  68. },
  69. "scripts": {
  70. "autod": "autod -w --prefix '~'",
  71. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  72. "contributors": "contributors -f plain -o AUTHORS",
  73. "jshint": "jshint .",
  74. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  75. "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  76. "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
  77. },
  78. "version": "1.0.1"
  79. }