package.json 736 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  3. "name": "block-stream",
  4. "description": "a stream of blocks",
  5. "version": "0.0.9",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/isaacs/block-stream.git"
  9. },
  10. "engines": {
  11. "node": "0.4 || >=0.5.8"
  12. },
  13. "main": "block-stream.js",
  14. "dependencies": {
  15. "inherits": "~2.0.0"
  16. },
  17. "devDependencies": {
  18. "tap": "^5.7.1"
  19. },
  20. "scripts": {
  21. "test": "tap test/*.js --cov"
  22. },
  23. "license": "ISC",
  24. "files": [
  25. "block-stream.js"
  26. ],
  27. "__npminstall_done": "Thu Dec 24 2020 20:21:08 GMT+0800 (CST)",
  28. "_from": "block-stream@0.0.9",
  29. "_resolved": "https://registry.npm.taobao.org/block-stream/download/block-stream-0.0.9.tgz"
  30. }