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

View File

@@ -1,13 +1,46 @@
{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.19.2",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
"_args": [
[
"body-parser@1.19.2",
"/Users/bitcarrot/github/satshkd-vercel"
]
],
"_from": "body-parser@1.19.2",
"_id": "body-parser@1.19.2",
"_inBundle": false,
"_integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
"_location": "/body-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "body-parser@1.19.2",
"name": "body-parser",
"escapedName": "body-parser",
"rawSpec": "1.19.2",
"saveSpec": null,
"fetchSpec": "1.19.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
"_spec": "1.19.2",
"_where": "/Users/bitcarrot/github/satshkd-vercel",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": "expressjs/body-parser",
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.4",
@@ -20,6 +53,7 @@
"raw-body": "2.4.3",
"type-is": "~1.6.18"
},
"description": "Node.js body parsing middleware",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-standard": "14.1.1",
@@ -34,19 +68,27 @@
"safe-buffer": "5.2.1",
"supertest": "6.2.2"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.8"
"homepage": "https://github.com/expressjs/body-parser#readme",
"license": "MIT",
"name": "body-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/body-parser.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
},
"version": "1.19.2"
}