From d3adc16a08d95d6e331de55d7d3bf05a66a874a8 Mon Sep 17 00:00:00 2001 From: pack Date: Sun, 9 Aug 2026 10:54:08 +0000 Subject: stop tracking node_modules/ --- node_modules/raw-body/package.json | 46 -------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 node_modules/raw-body/package.json (limited to 'node_modules/raw-body/package.json') diff --git a/node_modules/raw-body/package.json b/node_modules/raw-body/package.json deleted file mode 100644 index eab819f..0000000 --- a/node_modules/raw-body/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "raw-body", - "description": "Get and validate the raw body of a readable stream.", - "version": "3.0.2", - "author": "Jonathan Ong (http://jongleberry.com)", - "contributors": [ - "Douglas Christopher Wilson ", - "Raynos " - ], - "license": "MIT", - "repository": "stream-utils/raw-body", - "dependencies": { - "bytes": "~3.1.2", - "http-errors": "~2.0.1", - "iconv-lite": "~0.7.0", - "unpipe": "~1.0.0" - }, - "devDependencies": { - "@stylistic/eslint-plugin": "^5.1.0", - "@stylistic/eslint-plugin-js": "^4.1.0", - "bluebird": "3.7.2", - "eslint": "^9.0.0", - "mocha": "10.7.0", - "neostandard": "^0.12.0", - "nyc": "17.0.0", - "readable-stream": "2.3.7", - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.10" - }, - "files": [ - "LICENSE", - "README.md", - "index.d.ts", - "index.js" - ], - "scripts": { - "lint": "eslint", - "lint:fix": "eslint --fix", - "test": "mocha --trace-deprecation --reporter spec --check-leaks test/", - "test:ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test:cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} -- cgit v1.2.3