package.json 518 B

12345678910111213141516171819
  1. {
  2. "name": "stdout-stream",
  3. "description": "Non-blocking stdout stream",
  4. "version": "1.4.1",
  5. "repository": "mafintosh/stdout-stream",
  6. "devDependencies": {
  7. "tape": "~2.12.3"
  8. },
  9. "scripts": {
  10. "test": "tape test/index.js"
  11. },
  12. "dependencies": {
  13. "readable-stream": "^2.0.1"
  14. },
  15. "license": "MIT",
  16. "__npminstall_done": "Thu Dec 24 2020 20:21:07 GMT+0800 (CST)",
  17. "_from": "stdout-stream@1.4.1",
  18. "_resolved": "https://registry.npm.taobao.org/stdout-stream/download/stdout-stream-1.4.1.tgz"
  19. }