{
  "_args": [
    [
      {
        "name": "double-ended-queue",
        "raw": "double-ended-queue@^2.1.0-0",
        "rawSpec": "^2.1.0-0",
        "scope": null,
        "spec": ">=2.1.0-0 <3.0.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/redis"
    ]
  ],
  "_from": "double-ended-queue@>=2.1.0-0 <3.0.0",
  "_id": "double-ended-queue@2.1.0-0",
  "_inCache": true,
  "_installable": true,
  "_location": "/double-ended-queue",
  "_nodeVersion": "0.10.34",
  "_npmUser": {
    "email": "petka_antonov@hotmail.com",
    "name": "esailija"
  },
  "_npmVersion": "2.1.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "double-ended-queue",
    "raw": "double-ended-queue@^2.1.0-0",
    "rawSpec": "^2.1.0-0",
    "scope": null,
    "spec": ">=2.1.0-0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz",
  "_shasum": "103d3527fd31528f40188130c841efdd78264e5c",
  "_shrinkwrap": null,
  "_spec": "double-ended-queue@^2.1.0-0",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/redis",
  "author": {
    "email": "petka_antonov@hotmail.com",
    "name": "Petka Antonov",
    "url": "http://github.com/petkaantonov/"
  },
  "bugs": {
    "url": "http://github.com/petkaantonov/deque/issues"
  },
  "dependencies": {},
  "description": "Extremely fast double-ended queue implementation",
  "devDependencies": {
    "acorn": "~0.3.1",
    "benchmark": "~1.0.0",
    "bluebird": "~0.11",
    "deque": "0.0.4",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.9",
    "grunt-contrib-jshint": "~0.6.4",
    "jshint-stylish": "latest",
    "mocha": "~1.12.1",
    "q": "~0.9.7",
    "semver-utils": "~1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "103d3527fd31528f40188130c841efdd78264e5c",
    "tarball": "https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz"
  },
  "gitHead": "51eada75cea686f1eb0c8bb5be486ac630e9b7ee",
  "homepage": "https://github.com/petkaantonov/deque",
  "keywords": [
    "data-structure",
    "data-structures",
    "queue",
    "deque",
    "double-ended-queue"
  ],
  "license": "MIT",
  "main": "./js/deque.js",
  "maintainers": [
    {
      "email": "petka_antonov@hotmail.com",
      "name": "esailija"
    }
  ],
  "name": "double-ended-queue",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/petkaantonov/deque.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "2.1.0-0"
}
