package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "stream-wormhole@^1.0.4",
  3. "_id": "stream-wormhole@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  6. "_location": "/stream-wormhole",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-wormhole@^1.0.4",
  12. "name": "stream-wormhole",
  13. "escapedName": "stream-wormhole",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  22. "_shasum": "300aff46ced553cfec642a05251885417693c33d",
  23. "_spec": "stream-wormhole@^1.0.4",
  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/node-modules/stream-wormhole/issues",
  32. "email": "m@fengmk2.com"
  33. },
  34. "bundleDependencies": false,
  35. "ci": {
  36. "version": "4, 6, 8, 10"
  37. },
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "Pipe ReadStream to a wormhole",
  41. "devDependencies": {
  42. "autod": "*",
  43. "egg-ci": "^1.0.2",
  44. "eslint": "3",
  45. "eslint-config-egg": "3",
  46. "istanbul": "*",
  47. "mocha": "*",
  48. "thunk-mocha": "^1.0.3"
  49. },
  50. "engines": {
  51. "node": ">=4.0.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/node-modules/stream-wormhole",
  57. "keywords": [
  58. "stream-wormhole",
  59. "wormhole",
  60. "stream"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "stream-wormhole",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/node-modules/stream-wormhole.git",
  68. "web": "https://github.com/node-modules/stream-wormhole"
  69. },
  70. "scripts": {
  71. "ci": "npm run lint && npm run test-cov",
  72. "lint": "eslint *.js test",
  73. "test": "npm run lint && mocha test/*.test.js -r thunk-mocha",
  74. "test-cov": "istanbul cover _mocha -- test/*.test.js -r thunk-mocha"
  75. },
  76. "version": "1.1.0"
  77. }