{
  "_args": [
    [
      {
        "name": "cookie-parser",
        "raw": "cookie-parser@1.4.1",
        "rawSpec": "1.4.1",
        "scope": null,
        "spec": "1.4.1",
        "type": "version"
      },
      "/home/fgreiner/prog/js/Nodulator"
    ]
  ],
  "_from": "cookie-parser@1.4.1",
  "_id": "cookie-parser@1.4.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/cookie-parser",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "cookie-parser",
    "raw": "cookie-parser@1.4.1",
    "rawSpec": "1.4.1",
    "scope": null,
    "spec": "1.4.1",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/nodulator-socket"
  ],
  "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.1.tgz",
  "_shasum": "6b0ee6a8dec27a063af42d188a592cc1d72ba4f4",
  "_shrinkwrap": null,
  "_spec": "cookie-parser@1.4.1",
  "_where": "/home/fgreiner/prog/js/Nodulator",
  "author": {
    "email": "tj@vision-media.ca",
    "name": "TJ Holowaychuk",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/cookie-parser/issues"
  },
  "contributors": [
    {
      "email": "doug@somethingdoug.com",
      "name": "Douglas Christopher Wilson"
    }
  ],
  "dependencies": {
    "cookie": "0.2.3",
    "cookie-signature": "1.0.6"
  },
  "description": "cookie parsing with signatures",
  "devDependencies": {
    "istanbul": "0.4.2",
    "mocha": "2.3.4",
    "supertest": "1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6b0ee6a8dec27a063af42d188a592cc1d72ba4f4",
    "tarball": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.1.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "gitHead": "74d3caa4d89006db4c6fc0e1b41d70ee03e5d398",
  "homepage": "https://github.com/expressjs/cookie-parser",
  "keywords": [
    "cookie",
    "middleware"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    },
    {
      "email": "shtylman@gmail.com",
      "name": "defunctzombie"
    }
  ],
  "name": "cookie-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/cookie-parser.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "1.4.1"
}
