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

40 lines
971 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",
2018-09-20 02:56:13 +02:00
"version": "1.1.2",
2016-11-03 01:33:53 +01:00
"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",
2018-09-20 02:56:13 +02:00
"readable-stream": "^2.3.5",
"standard": "^11.0.0",
2016-10-10 03:43:44 +02:00
"tap-spec": "^4.1.1",
2018-09-20 02:56:13 +02:00
"tape": "^4.9.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"dependencies": {
"inherits": "^2.0.1",
2018-09-20 02:56:13 +02:00
"process-nextick-args": "^2.0.0",
"readable-stream": "^2.3.5"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}