mirror of
https://github.com/thangisme/notes.git
synced 2026-06-14 23:30:11 -04:00
Initial commit
This commit is contained in:
78
node_modules/stream-combiner/package.json
generated
vendored
Normal file
78
node_modules/stream-combiner/package.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"stream-combiner@^0.2.1",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/jsonfilter"
|
||||
]
|
||||
],
|
||||
"_from": "stream-combiner@>=0.2.1 <0.3.0",
|
||||
"_id": "stream-combiner@0.2.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/stream-combiner",
|
||||
"_nodeVersion": "0.12.4",
|
||||
"_npmUser": {
|
||||
"email": "dominic.tarr@gmail.com",
|
||||
"name": "dominictarr"
|
||||
},
|
||||
"_npmVersion": "2.11.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "stream-combiner",
|
||||
"raw": "stream-combiner@^0.2.1",
|
||||
"rawSpec": "^0.2.1",
|
||||
"scope": null,
|
||||
"spec": ">=0.2.1 <0.3.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsonfilter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz",
|
||||
"_shasum": "aec8cbac177b56b6f4fa479ced8c1912cee52858",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "stream-combiner@^0.2.1",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/jsonfilter",
|
||||
"author": {
|
||||
"email": "dominic.tarr@gmail.com",
|
||||
"name": "'Dominic Tarr'",
|
||||
"url": "http://dominictarr.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dominictarr/stream-combiner/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"duplexer": "~0.1.1",
|
||||
"through": "~2.3.4"
|
||||
},
|
||||
"description": "[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)",
|
||||
"devDependencies": {
|
||||
"event-stream": "~3.0.7",
|
||||
"tape": "~2.3.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "aec8cbac177b56b6f4fa479ced8c1912cee52858",
|
||||
"tarball": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz"
|
||||
},
|
||||
"gitHead": "5a8ab6f1843d08d89801eecd91ff10be65b667a0",
|
||||
"homepage": "https://github.com/dominictarr/stream-combiner",
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "dominictarr",
|
||||
"email": "dominic.tarr@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "stream-combiner",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dominictarr/stream-combiner.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "set -e; for t in test/*.js; do node $t; done"
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
||||
Reference in New Issue
Block a user