{
  "_args": [
    [
      {
        "raw": "streamqueue@0.0.6",
        "scope": null,
        "escapedName": "streamqueue",
        "name": "streamqueue",
        "rawSpec": "0.0.6",
        "spec": "0.0.6",
        "type": "version"
      },
      "/home/lively4/lively4/lively4-projectional-editor/node_modules/gulp-insert"
    ]
  ],
  "_from": "streamqueue@0.0.6",
  "_id": "streamqueue@0.0.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/streamqueue",
  "_npmUser": {
    "name": "nfroidure",
    "email": "nfroidure@elitwork.com"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "streamqueue@0.0.6",
    "scope": null,
    "escapedName": "streamqueue",
    "name": "streamqueue",
    "rawSpec": "0.0.6",
    "spec": "0.0.6",
    "type": "version"
  },
  "_requiredBy": [
    "/gulp-insert"
  ],
  "_resolved": "https://registry.npmjs.org/streamqueue/-/streamqueue-0.0.6.tgz",
  "_shasum": "66f5f5ec94e9b8af249e4aec2dd1f741bfe94de3",
  "_shrinkwrap": null,
  "_spec": "streamqueue@0.0.6",
  "_where": "/home/lively4/lively4/lively4-projectional-editor/node_modules/gulp-insert",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/StreamQueue/issues"
  },
  "dependencies": {
    "readable-stream": "^1.0.26-2"
  },
  "description": "Pipe queued streams progressively, keeping datas order.",
  "devDependencies": {
    "coveralls": "~2.10.0",
    "event-stream": "~3.1.1",
    "istanbul": "~0.2.6",
    "mocha": "~1.18.2",
    "mocha-lcov-reporter": "0.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "66f5f5ec94e9b8af249e4aec2dd1f741bfe94de3",
    "tarball": "https://registry.npmjs.org/streamqueue/-/streamqueue-0.0.6.tgz"
  },
  "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",
  "maintainers": [
    {
      "name": "nfroidure",
      "email": "nfroidure@elitwork.com"
    }
  ],
  "name": "streamqueue",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.0.6"
}
