npm
Version:
a package manager for JavaScript
67 lines (66 loc) • 1.58 kB
JSON
{
"_args": [
[
"sorted-union-stream@2.1.3",
"/Users/rebecca/code/npm"
]
],
"_from": "sorted-union-stream@2.1.3",
"_id": "sorted-union-stream@2.1.3",
"_inBundle": false,
"_integrity": "sha1-x3lMfgd4gAUv9xqNSi27Sppjisc=",
"_location": "/sorted-union-stream",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "sorted-union-stream@2.1.3",
"name": "sorted-union-stream",
"escapedName": "sorted-union-stream",
"rawSpec": "2.1.3",
"saveSpec": null,
"fetchSpec": "2.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
"_spec": "2.1.3",
"_where": "/Users/rebecca/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"
},
"homepage": "https://github.com/mafintosh/sorted-union-stream",
"keywords": [
"union",
"sorted",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "sorted-union-stream",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/sorted-union-stream.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "2.1.3"
}