first commit
This commit is contained in:
55
build/node_modules/stream-combiner/package.json
generated
vendored
Normal file
55
build/node_modules/stream-combiner/package.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"_from": "stream-combiner@^0.2.1",
|
||||
"_id": "stream-combiner@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=",
|
||||
"_location": "/stream-combiner",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "stream-combiner@^0.2.1",
|
||||
"name": "stream-combiner",
|
||||
"escapedName": "stream-combiner",
|
||||
"rawSpec": "^0.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/pngout-bin/download"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz",
|
||||
"_shasum": "aec8cbac177b56b6f4fa479ced8c1912cee52858",
|
||||
"_spec": "stream-combiner@^0.2.1",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/pngout-bin/node_modules/download",
|
||||
"author": {
|
||||
"name": "'Dominic Tarr'",
|
||||
"email": "dominic.tarr@gmail.com",
|
||||
"url": "http://dominictarr.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dominictarr/stream-combiner/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"duplexer": "~0.1.1",
|
||||
"through": "~2.3.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)",
|
||||
"devDependencies": {
|
||||
"event-stream": "~3.0.7",
|
||||
"tape": "~2.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/dominictarr/stream-combiner",
|
||||
"license": "MIT",
|
||||
"name": "stream-combiner",
|
||||
"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