move to node version 12

This commit is contained in:
bitkarrot
2022-03-20 23:59:34 -07:00
parent eddc7d6df1
commit a725bca03a
82 changed files with 4743 additions and 2304 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.4.2",
"author": "Roman Shtylman <shtylman@gmail.com>",
"_args": [
[
"cookie@0.4.2",
"/Users/bitcarrot/github/satshkd-vercel"
]
],
"_from": "cookie@0.4.2",
"_id": "cookie@0.4.2",
"_inBundle": false,
"_integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
"_location": "/cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookie@0.4.2",
"name": "cookie",
"escapedName": "cookie",
"rawSpec": "0.4.2",
"saveSpec": null,
"fetchSpec": "0.4.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
"_spec": "0.4.2",
"_where": "/Users/bitcarrot/github/satshkd-vercel",
"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",
@@ -21,14 +50,25 @@
"nyc": "15.1.0",
"top-sites": "1.1.85"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.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",
@@ -38,5 +78,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.4.2"
}