1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/through2/package.json

74 lines
1.7 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_args": [
[
"through2@3.0.1",
"C:\\Users\\matia\\Musix"
]
],
"_from": "through2@3.0.1",
"_id": "through2@3.0.1",
"_inBundle": false,
"_integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==",
"_location": "/through2",
"_optional": true,
"_phantomChildren": {
"inherits": "2.0.4",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "through2@3.0.1",
"name": "through2",
"escapedName": "through2",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/@google-cloud/firestore",
"/@google-cloud/storage",
"/retry-request"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"dependencies": {
"readable-stream": "2 || 3"
},
"description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~2.0.1",
"faucet": "0.0.1",
"nyc": "~13.1.0",
"stream-spigot": "~3.0.6",
"tape": "~4.9.1"
},
"homepage": "https://github.com/rvagg/through2#readme",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"name": "through2",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "nyc node test/test.js | faucet && nyc report"
},
"version": "3.0.1"
}