package.json 2.2 KB

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