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

66
node_modules/forwarded/package.json generated vendored
View File

@@ -1,17 +1,42 @@
{
"name": "forwarded",
"description": "Parse HTTP X-Forwarded-For header",
"version": "0.2.0",
"_args": [
[
"forwarded@0.2.0",
"/Users/bitcarrot/github/satshkd-vercel"
]
],
"_from": "forwarded@0.2.0",
"_id": "forwarded@0.2.0",
"_inBundle": false,
"_integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
"_location": "/forwarded",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "forwarded@0.2.0",
"name": "forwarded",
"escapedName": "forwarded",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "/Users/bitcarrot/github/satshkd-vercel",
"bugs": {
"url": "https://github.com/jshttp/forwarded/issues"
},
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"keywords": [
"x-forwarded-for",
"http",
"req"
],
"repository": "jshttp/forwarded",
"description": "Parse HTTP X-Forwarded-For header",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -25,14 +50,26 @@
"mocha": "8.4.0",
"nyc": "15.1.0"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
"homepage": "https://github.com/jshttp/forwarded#readme",
"keywords": [
"x-forwarded-for",
"http",
"req"
],
"license": "MIT",
"name": "forwarded",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/forwarded.git"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -41,5 +78,6 @@
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
}
},
"version": "0.2.0"
}