{
  "_args": [
    [
      "cookie-parser@1.3.2",
      "/var/www/dev.adshare.com.br"
    ]
  ],
  "_from": "cookie-parser@1.3.2",
  "_id": "cookie-parser@1.3.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/cookie-parser",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "cookie-parser",
    "raw": "cookie-parser@1.3.2",
    "rawSpec": "1.3.2",
    "scope": null,
    "spec": "1.3.2",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.2.tgz",
  "_shasum": "52211cc82c955d79ff0c088954407724e19cf562",
  "_shrinkwrap": null,
  "_spec": "cookie-parser@1.3.2",
  "_where": "/var/www/dev.adshare.com.br",
  "author": {
    "email": "tj@vision-media.ca",
    "name": "TJ Holowaychuk",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/cookie-parser/issues"
  },
  "dependencies": {
    "cookie": "0.1.2",
    "cookie-signature": "1.0.4"
  },
  "description": "cookie parsing with signatures",
  "devDependencies": {
    "istanbul": "0.2.12",
    "mocha": "~1.20.1",
    "supertest": "~0.13.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-tz5e2EKahF0l7kgKrFkJkphtY374VIG9qCaPWEJX1dzg6f3O/OFUkgpMoy4Tw/kBK0Fb9WUQpvXBe2RbV+aqXw==",
    "shasum": "52211cc82c955d79ff0c088954407724e19cf562",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEUCIQDOoeBRrrKbj460JPwIZ15ekweYQO5V+oDNBqT0HbmUAAIgMwpuPwHcxlQ0HZUo9caMEEjtALjUVfaltEhxrStCV4w="
      }
    ],
    "tarball": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.2.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/expressjs/cookie-parser",
  "keywords": [
    "cookie",
    "middleware"
  ],
  "licenses": "MIT",
  "maintainers": [
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "cookie-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/expressjs/cookie-parser.git"
  },
  "scripts": {
    "test": "mocha --reporter dot test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  },
  "version": "1.3.2"
}
