aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/body-parser/package.json
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/body-parser/package.json
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to 'node_modules/body-parser/package.json')
-rw-r--r--node_modules/body-parser/package.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json
deleted file mode 100644
index 842cfbd..0000000
--- a/node_modules/body-parser/package.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "body-parser",
- "description": "Node.js body parsing middleware",
- "version": "2.3.0",
- "contributors": [
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
- ],
- "license": "MIT",
- "repository": "expressjs/body-parser",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/express"
- },
- "type": "commonjs",
- "exports": {
- ".": "./index.js",
- "./package.json": "./package.json",
- "./json": "./lib/types/json.js",
- "./raw": "./lib/types/raw.js",
- "./text": "./lib/types/text.js",
- "./urlencoded": "./lib/types/urlencoded.js",
- "./lib/*": "./lib/*.js",
- "./lib/*.js": "./lib/*.js",
- "./lib/types/*": "./lib/types/*.js",
- "./lib/types/*.js": "./lib/types/*.js"
- },
- "dependencies": {
- "bytes": "^3.1.2",
- "content-type": "^2.0.0",
- "debug": "^4.4.3",
- "http-errors": "^2.0.1",
- "iconv-lite": "^0.7.2",
- "on-finished": "^2.4.1",
- "qs": "^6.15.2",
- "raw-body": "^3.0.2",
- "type-is": "^2.1.0"
- },
- "devDependencies": {
- "eslint": "^8.57.1",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.32.0",
- "eslint-plugin-markdown": "^3.0.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^6.6.0",
- "eslint-plugin-standard": "^4.1.0",
- "mocha": "^11.7.6",
- "nyc": "^17.1.0",
- "supertest": "^7.2.2"
- },
- "files": [
- "lib/",
- "LICENSE",
- "index.js"
- ],
- "engines": {
- "node": ">=18"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "mocha --reporter spec --check-leaks test/",
- "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
- "test-cov": "nyc --reporter=html --reporter=text npm test"
- }
-}