package.json 4.01 KB
{
  "_args": [
    [
      "cookie-parser@~1.4.4",
      "/root/nodejs/myapp"
    ]
  ],
  "_from": "cookie-parser@>=1.4.4 <1.5.0",
  "_hasShrinkwrap": false,
  "_id": "cookie-parser@1.4.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/cookie-parser",
  "_nodeVersion": "13.10.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cookie-parser_1.4.5_1584245235765_0.23342003180248128"
  },
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "6.13.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "cookie-parser",
    "raw": "cookie-parser@~1.4.4",
    "rawSpec": "~1.4.4",
    "scope": null,
    "spec": ">=1.4.4 <1.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz",
  "_shasum": "3e572d4b7c0c80f9c61daf604e4336831b5d1d49",
  "_shrinkwrap": null,
  "_spec": "cookie-parser@~1.4.4",
  "_where": "/root/nodejs/myapp",
  "author": {
    "email": "tj@vision-media.ca",
    "name": "TJ Holowaychuk",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/cookie-parser/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {
    "cookie": "0.4.0",
    "cookie-signature": "1.0.6"
  },
  "description": "Parse HTTP request cookies",
  "devDependencies": {
    "eslint": "6.8.0",
    "eslint-config-standard": "14.1.0",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-markdown": "1.0.2",
    "eslint-plugin-node": "11.0.0",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "istanbul": "0.4.5",
    "mocha": "7.1.0",
    "supertest": "4.0.2"
  },
  "directories": {},
  "dist": {
    "fileCount": 5,
    "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeban0CRA9TVsSAnZWagAA6voQAKP4wqBgWCDULkBXhFBN\ny4b0JUFyYqbJlIyStbEPZI3bE8KD6YgC0BhPqWcSMrlQoD8iznr5tMERoPZ1\nG1dQFR7InL+G/O/nbEtx1ku4+yqHZqXLnvMkIvGCmQV4G9F79jNLhGCC52z+\niouDL7Y4BjgKMmTWU7UFyh2l+0q6Le13VjiiUxL0bO1bg1guKoKSpdbP7Jme\nP+ufvUX7trAbjyfBGr3v1t6au7a0MY18OzkN9aMxQM5QknWdEBOGFazKUtXW\n2zo3Q+hC6rJUJIuITkqgOBLuTnYfsyv+yuTGN6YFRhZZvJIWFCLnHju5fY24\npLqOQzoqVfo3dnGEGVbemXleoae8/nFXnjr50aXwm8uFlUd6N2ZzWsJ0yXq2\nrp7qNujH9TSHN8Qe47mt4Zk+0ZbwgUPw7pEv/PldFJX6Au8O+KVsVF5QAtZv\n3t6vOLAsiArNa+EhCxfY83kicxrpGNJg4tFs6aEMcvzMCCNHVwWpqdgZDo1W\nwZMIhe94TmwhIOues2z9S3nei77o6F5Ix14i3C9qRIYSAtA0X1QPaNbGdLTt\nwQB5TDdA9QC6foWojkf9FK1EUfa/pUvzX17/YfEY0/uZHl6pwPMGyt48Djzy\ntbPzCtuAQMZV/aujSYGyDJ347gBy0SY2zQZ5NjqXKewNRwiOY060u35Bjj4a\nSa32\r\n=98iH\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "3e572d4b7c0c80f9c61daf604e4336831b5d1d49",
    "tarball": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz",
    "unpackedSize": 11232
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "2fea3f123a416ca0b666bc34b4b0899df26289b7",
  "homepage": "https://github.com/expressjs/cookie-parser#readme",
  "keywords": [
    "cookie",
    "middleware"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "defunctzombie",
      "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+https://github.com/expressjs/cookie-parser.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "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.5"
}