mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-14 12:58:07 +00:00
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"_from": "multistream@^2.1.1",
|
|
"_id": "multistream@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xasv76hl6nr1dEy3lPvy7Ej7K/Lx3O/FCvwge8PeVJpciPPoNCbaANcNiBug3IpdvTveZUcAV0DJzdnUDMesNQ==",
|
|
"_location": "/multistream",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.4",
|
|
"isarray": "1.0.0",
|
|
"process-nextick-args": "2.0.1",
|
|
"util-deprecate": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "multistream@^2.1.1",
|
|
"name": "multistream",
|
|
"escapedName": "multistream",
|
|
"rawSpec": "^2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/pkg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/multistream/-/multistream-2.1.1.tgz",
|
|
"_shasum": "629d3a29bd76623489980d04519a2c365948148c",
|
|
"_spec": "multistream@^2.1.1",
|
|
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs/node_modules/pkg",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "http://feross.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/multistream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A stream that emits multiple other streams one after another (streams2)",
|
|
"devDependencies": {
|
|
"airtap": "0.0.5",
|
|
"array-to-stream": "^1.0.0",
|
|
"simple-concat": "^1.0.0",
|
|
"standard": "*",
|
|
"string-to-stream": "^1.0.0",
|
|
"tape": "^4.0.0",
|
|
"through": "^2.3.4"
|
|
},
|
|
"homepage": "https://github.com/feross/multistream",
|
|
"keywords": [
|
|
"combine streams",
|
|
"join streams",
|
|
"concat streams",
|
|
"multiple streams",
|
|
"combine",
|
|
"join",
|
|
"concat",
|
|
"multiple",
|
|
"file stream",
|
|
"append",
|
|
"append streams",
|
|
"combiner",
|
|
"joiner"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "multistream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/multistream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && npm run test-node && npm run test-browser",
|
|
"test-browser": "airtap -- test/*.js",
|
|
"test-browser-local": "airtap --local -- test/*.js",
|
|
"test-node": "tape test/*.js"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|