wallet-core/node_modules/cloneable-readable/package.json

40 lines
963 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "cloneable-readable",
"version": "0.5.0",
"description": "Clone a Readable stream, safely",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js | tap-spec"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/cloneable-readable.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"keywords": [
"readable",
"stream",
"clone"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/mcollina/cloneable-readable/issues"
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
2016-10-10 03:43:44 +02:00
"devDependencies": {
"flush-write-stream": "^1.0.0",
"from2": "^2.1.1",
"pre-commit": "^1.1.2",
"readable-stream": "^2.1.0",
"standard": "^8.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
2016-11-03 01:33:53 +01:00
"dependencies": {
"inherits": "^2.0.1",
"process-nextick-args": "^1.0.6",
"through2": "^2.0.1"
}
2016-10-10 03:43:44 +02:00
}