| 123456789101112131415161718192021222324252627282930 |
- {
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "name": "block-stream",
- "description": "a stream of blocks",
- "version": "0.0.9",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/block-stream.git"
- },
- "engines": {
- "node": "0.4 || >=0.5.8"
- },
- "main": "block-stream.js",
- "dependencies": {
- "inherits": "~2.0.0"
- },
- "devDependencies": {
- "tap": "^5.7.1"
- },
- "scripts": {
- "test": "tap test/*.js --cov"
- },
- "license": "ISC",
- "files": [
- "block-stream.js"
- ],
- "__npminstall_done": "Thu Dec 24 2020 20:21:08 GMT+0800 (CST)",
- "_from": "block-stream@0.0.9",
- "_resolved": "https://registry.npm.taobao.org/block-stream/download/block-stream-0.0.9.tgz"
- }
|