{
  "_args": [
    [
      "streamqueue@0.1.3",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "streamqueue@0.1.3",
  "_id": "streamqueue@0.1.3",
  "_inBundle": false,
  "_integrity": "sha1-sQ1lFYr1ec46X0jJJ20B2yPU+LU=",
  "_location": "/streamqueue",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streamqueue@0.1.3",
    "name": "streamqueue",
    "escapedName": "streamqueue",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/gulp-add-src"
  ],
  "_resolved": "https://registry.npmjs.org/streamqueue/-/streamqueue-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/StreamQueue/issues"
  },
  "dependencies": {
    "isstream": "~0.1.1",
    "readable-stream": "~1.0.33"
  },
  "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"
}
