mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "through",
|
|
"version": "2.2.0",
|
|
"description": "simplified stream contruction",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "asynct test/*.js"
|
|
},
|
|
"devDependencies": {
|
|
"stream-spec": "0",
|
|
"assertions": "2",
|
|
"asynct": "1"
|
|
},
|
|
"keywords": [
|
|
"stream",
|
|
"streams",
|
|
"user-streams",
|
|
"pipe"
|
|
],
|
|
"author": {
|
|
"name": "Dominic Tarr",
|
|
"email": "dominic.tarr@gmail.com",
|
|
"url": "dominictarr.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dominictarr/through.git"
|
|
},
|
|
"homepage": "http://github.com/dominictarr/through",
|
|
"_id": "through@2.2.0",
|
|
"dist": {
|
|
"shasum": "c4e5a200a3f1b480368196cf50bc69ffe2cdce73",
|
|
"tarball": "https://registry.npmjs.org/through/-/through-2.2.0.tgz"
|
|
},
|
|
"_from": "through@2.2.0",
|
|
"_npmVersion": "1.2.3",
|
|
"_npmUser": {
|
|
"name": "dominictarr",
|
|
"email": "dominic.tarr@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dominictarr",
|
|
"email": "dominic.tarr@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "c4e5a200a3f1b480368196cf50bc69ffe2cdce73",
|
|
"_resolved": "https://registry.npmjs.org/through/-/through-2.2.0.tgz",
|
|
"bugs": {
|
|
"url": "https://github.com/dominictarr/through/issues"
|
|
},
|
|
"readme": "ERROR: No README data found!"
|
|
}
|