79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
|
{
|
||
|
"_from": "streamqueue@^0.1.1",
|
||
|
"_id": "streamqueue@0.1.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-sQ1lFYr1ec46X0jJJ20B2yPU+LU=",
|
||
|
"_location": "/streamqueue",
|
||
|
"_phantomChildren": {
|
||
|
"core-util-is": "1.0.2",
|
||
|
"inherits": "2.0.4"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "streamqueue@^0.1.1",
|
||
|
"name": "streamqueue",
|
||
|
"escapedName": "streamqueue",
|
||
|
"rawSpec": "^0.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp-add-src"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/streamqueue/-/streamqueue-0.1.3.tgz",
|
||
|
"_shasum": "b10d65158af579ce3a5f48c9276d01db23d4f8b5",
|
||
|
"_spec": "streamqueue@^0.1.1",
|
||
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro/node_modules/gulp-add-src",
|
||
|
"author": {
|
||
|
"name": "Nicolas Froidure",
|
||
|
"url": "http://www.insertafter.com/blog.html"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nfroidure/StreamQueue/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"isstream": "~0.1.1",
|
||
|
"readable-stream": "~1.0.33"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Pipe queued streams progressively, keeping datas order.",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "~2.11.2",
|
||
|
"istanbul": "~0.3.5",
|
||
|
"mocha": "~2.1.0",
|
||
|
"mocha-lcov-reporter": "~0.0.1",
|
||
|
"streamtest": "~1.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/nfroidure/StreamQueue",
|
||
|
"keywords": [
|
||
|
"queue",
|
||
|
"streaming",
|
||
|
"stream",
|
||
|
"async",
|
||
|
"pipe"
|
||
|
],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://github.com/nfroidure/StreamQueue/blob/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"main": "src/index.js",
|
||
|
"name": "streamqueue",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/nfroidure/StreamQueue.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
|
||
|
"coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
||
|
"test": "./node_modules/mocha/bin/mocha tests/*.mocha.js"
|
||
|
},
|
||
|
"version": "0.1.3"
|
||
|
}
|