mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.3 KiB
95 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "sorted-union-stream",
|
|
"scope": null,
|
|
"escapedName": "sorted-union-stream",
|
|
"name": "sorted-union-stream",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"/Users/zkat/code/npm"
|
|
]
|
|
],
|
|
"_from": "sorted-union-stream@latest",
|
|
"_id": "sorted-union-stream@2.1.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/sorted-union-stream",
|
|
"_nodeVersion": "2.2.1",
|
|
"_npmUser": {
|
|
"name": "mafintosh",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
"_npmVersion": "2.11.0",
|
|
"_phantomChildren": {
|
|
"inherits": "2.0.1"
|
|
},
|
|
"_requested": {
|
|
"raw": "sorted-union-stream",
|
|
"scope": null,
|
|
"escapedName": "sorted-union-stream",
|
|
"name": "sorted-union-stream",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
|
|
"_shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
|
|
"_shrinkwrap": null,
|
|
"_spec": "sorted-union-stream",
|
|
"_where": "/Users/zkat/code/npm",
|
|
"author": {
|
|
"name": "Mathias Buus Madsen",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/sorted-union-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"from2": "^1.3.0",
|
|
"stream-iterate": "^1.1.0"
|
|
},
|
|
"description": "Get the union of two sorted streams",
|
|
"devDependencies": {
|
|
"standard": "^3.3.0",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
|
|
"tarball": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz"
|
|
},
|
|
"gitHead": "a11a92dc36f3908bf6476b593c1d273de14cee0f",
|
|
"homepage": "https://github.com/mafintosh/sorted-union-stream",
|
|
"keywords": [
|
|
"union",
|
|
"sorted",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "mafintosh",
|
|
"email": "mathiasbuus@gmail.com"
|
|
}
|
|
],
|
|
"name": "sorted-union-stream",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mafintosh/sorted-union-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js"
|
|
},
|
|
"version": "2.1.3"
|
|
}
|
|
|