/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
@fastify
/
busboy
/
/var/www/greso.tech/server/nsm/node_modules/@fastify/busboy
mkdir
upload
Name
Size
Mode
Actions
deps/
-
0755
rm
lib/
-
0755
rm
LICENSE
1067
0644
edit
dl
rm
package.json
2146
0644
edit
dl
rm
README.md
11576
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/@fastify/busboy/package.json
(2146B)
{ "name": "@fastify/busboy", "version": "1.2.1", "private": false, "author": "Brian White <mscdex@mscdex.net>", "contributors": [ { "name": "Igor Savin", "email": "kibertoad@gmail.com", "url": "https://github.com/kibertoad" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com", "url": "https://github.com/uzlopak" } ], "description": "A streaming parser for HTML form data for node.js", "main": "lib/main", "types": "lib/main.d.ts", "scripts": { "bench:busboy": "cd benchmarks && npm install && npm run benchmark-fastify", "bench:dicer": "node bench/dicer/dicer-bench-multipart-parser.js", "coveralls": "nyc report --reporter=lcov", "lint": "npm run lint:standard", "lint:everything": "npm run lint && npm run test:types", "lint:fix": "standard --fix", "lint:standard": "standard --verbose | snazzy", "test:mocha": "mocha test", "test:types": "tsd", "test:coverage": "nyc npm run test", "test": "npm run test:mocha" }, "engines": { "node": ">=14" }, "dependencies": { "text-decoding": "^1.0.0" }, "devDependencies": { "@types/node": "^18.0.0", "busboy": "^1.0.0", "chai": "^4.3.6", "eslint": "^8.23.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-n": "^15.2.5", "mocha": "^10.0.0", "nyc": "^15.1.0", "photofinish": "^1.8.0", "snazzy": "^9.0.0", "standard": "^17.0.0", "tsd": "^0.25.0", "typescript": "^4.5.2" }, "keywords": [ "uploads", "forms", "multipart", "form-data" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fastify/busboy.git" }, "tsd": { "directory": "test/types", "compilerOptions": { "esModuleInterop": false, "module": "commonjs", "target": "ES2017" } }, "standard": { "globals": [ "describe", "it" ], "ignore": [ "bench" ] }, "files": [ "README.md", "LICENSE", "lib/*", "deps/encoding/*", "deps/dicer/lib", "deps/streamsearch/", "deps/dicer/LICENSE" ] }
Save
cmd:
run