wishthis/node_modules/cloneable-readable/package.json

40 lines
960 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "cloneable-readable",
"version": "1.1.3",
"description": "Clone a Readable stream, safely",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js | tap-spec"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/cloneable-readable.git"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"keywords": [
"readable",
"stream",
"clone"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "https://github.com/mcollina/cloneable-readable/issues"
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"flush-write-stream": "^1.0.0",
"from2": "^2.1.1",
"pre-commit": "^1.1.2",
"pump": "^3.0.0",
"standard": "^11.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
},
2022-04-08 10:55:35 +00:00
"dependencies": {
"inherits": "^2.0.1",
"process-nextick-args": "^2.0.0",
"readable-stream": "^2.3.5"
}
2022-01-21 08:28:41 +00:00
}