r3-v2/node_modules/cloneable-readable/package.json

68 lines
1.8 KiB
JSON

{
"_from": "cloneable-readable@^1.0.0",
"_id": "cloneable-readable@1.1.3",
"_inBundle": false,
"_integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
"_location": "/cloneable-readable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cloneable-readable@^1.0.0",
"name": "cloneable-readable",
"escapedName": "cloneable-readable",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/vinyl"
],
"_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
"_shasum": "120a00cb053bfb63a222e709f9683ea2e11d8cec",
"_spec": "cloneable-readable@^1.0.0",
"_where": "/usr/share/r3-server/beta/r3/node_modules/vinyl",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/cloneable-readable/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.1",
"process-nextick-args": "^2.0.0",
"readable-stream": "^2.3.5"
},
"deprecated": false,
"description": "Clone a Readable stream, safely",
"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"
},
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
"keywords": [
"readable",
"stream",
"clone"
],
"license": "MIT",
"main": "index.js",
"name": "cloneable-readable",
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/cloneable-readable.git"
},
"scripts": {
"test": "standard && tape test.js | tap-spec"
},
"version": "1.1.3"
}