This commit is contained in:
2023-11-11 15:21:05 +01:00
parent 1d3bb9e9df
commit 933158108a
379 changed files with 33788 additions and 3030 deletions

69
node_modules/cookie/package.json generated vendored
View File

@@ -1,17 +1,46 @@
{
"name": "cookie",
"description": "HTTP server cookie parsing and serialization",
"version": "0.5.0",
"author": "Roman Shtylman <shtylman@gmail.com>",
"_args": [
[
"cookie@0.5.0",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "cookie@0.5.0",
"_id": "cookie@0.5.0",
"_inBundle": false,
"_integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"_location": "/cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookie@0.5.0",
"name": "cookie",
"escapedName": "cookie",
"rawSpec": "0.5.0",
"saveSpec": null,
"fetchSpec": "0.5.0"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"_spec": "0.5.0",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"keywords": [
"cookie",
"cookies"
],
"repository": "jshttp/cookie",
"description": "HTTP server cookie parsing and serialization",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -22,6 +51,9 @@
"safe-buffer": "5.2.1",
"top-sites": "1.1.97"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
@@ -29,8 +61,16 @@
"SECURITY.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
"homepage": "https://github.com/jshttp/cookie#readme",
"keywords": [
"cookie",
"cookies"
],
"license": "MIT",
"name": "cookie",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/cookie.git"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -40,5 +80,6 @@
"test-cov": "nyc --reporter=html --reporter=text npm test",
"update-bench": "node scripts/update-benchmark.js",
"version": "node scripts/version-history.js && git add HISTORY.md"
}
},
"version": "0.5.0"
}