mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@poppinss/multiparty",
|
|
"version": "2.0.1",
|
|
"description": "multipart/form-data parser which supports streaming",
|
|
"main": "index.js",
|
|
"contributors": [
|
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
"Felix Geisendörfer <felix@debuggable.com>"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"file",
|
|
"upload",
|
|
"formidable",
|
|
"stream",
|
|
"s3"
|
|
],
|
|
"dependencies": {
|
|
"http-errors": "^2.0.0",
|
|
"safe-buffer": "5.2.1",
|
|
"uid-safe": "2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-markdown": "2.2.1",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^9.2.1",
|
|
"nyc": "15.1.0",
|
|
"pend": "1.2.0",
|
|
"require-all": "3.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"superagent": "^7.1.1"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
|
},
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/poppinss/multiparty.git"
|
|
},
|
|
"author": "virk,poppinss",
|
|
"bugs": {
|
|
"url": "https://github.com/poppinss/multiparty/issues"
|
|
},
|
|
"homepage": "https://github.com/poppinss/multiparty#readme"
|
|
}
|