mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-08 20:25:58 +02:00
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"_from": "cookie-parser@^1.4.6",
|
|
"_id": "cookie-parser@1.4.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==",
|
|
"_location": "/cookie-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cookie-parser@^1.4.6",
|
|
"name": "cookie-parser",
|
|
"escapedName": "cookie-parser",
|
|
"rawSpec": "^1.4.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.4.6"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz",
|
|
"_shasum": "3ac3a7d35a7a03bbc7e365073a26074824214594",
|
|
"_spec": "cookie-parser@^1.4.6",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/cookie-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"cookie": "0.4.1",
|
|
"cookie-signature": "1.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse HTTP request cookies",
|
|
"devDependencies": {
|
|
"eslint": "7.32.0",
|
|
"eslint-config-standard": "14.1.1",
|
|
"eslint-plugin-import": "2.25.2",
|
|
"eslint-plugin-markdown": "2.2.1",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "4.3.1",
|
|
"eslint-plugin-standard": "4.1.0",
|
|
"mocha": "9.1.3",
|
|
"nyc": "15.1.0",
|
|
"supertest": "6.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/expressjs/cookie-parser#readme",
|
|
"keywords": [
|
|
"cookie",
|
|
"middleware"
|
|
],
|
|
"license": "MIT",
|
|
"name": "cookie-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/cookie-parser.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha --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": "1.4.6"
|
|
}
|