{
  "_from": "cookies@~0.9.0",
  "_id": "cookies@0.9.1",
  "_inBundle": false,
  "_integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
  "_location": "/cookies",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cookies@~0.9.0",
    "name": "cookies",
    "escapedName": "cookies",
    "rawSpec": "~0.9.0",
    "saveSpec": null,
    "fetchSpec": "~0.9.0"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz",
  "_shasum": "3ffed6f60bb4fb5f146feeedba50acc418af67e3",
  "_spec": "cookies@~0.9.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/koa",
  "author": {
    "name": "Jed Schmidt",
    "email": "tr@nslator.jp",
    "url": "http://jed.is"
  },
  "bugs": {
    "url": "https://github.com/pillarjs/cookies/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {
    "depd": "~2.0.0",
    "keygrip": "~1.1.0"
  },
  "deprecated": false,
  "description": "Cookies, optionally signed using Keygrip.",
  "devDependencies": {
    "eslint": "8.56.0",
    "express": "4.18.2",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "restify": "8.6.1",
    "supertest": "6.3.3"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/pillarjs/cookies#readme",
  "license": "MIT",
  "name": "cookies",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/cookies.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "0.9.1"
}
