@multipart/form-data
Version:
Multipart/Form-Data And File Upload Middleware For Koa Written In ES6 And Optimised With JavaScript Compiler.
77 lines (76 loc) • 2.08 kB
JSON
{
"name": "@multipart/form-data",
"version": "1.0.1",
"description": "Multipart/Form-Data And File Upload Middleware For Koa Written In ES6 And Optimised With JavaScript Compiler.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"lib": "depack src/depack -o compile/form-data.js -a -s -c -p --source_map_include_content --externs http",
"test-compile": "ALAMODE_ENV=test-compile yarn test",
"lint": "eslint .",
"doc": "doc -o README.md -n _multipart -d -a",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -t types",
"d1": "typal compile/index.js -u -t types",
"externs": "typal types/externs.js",
"e": "alanode"
},
"files": [
"compile",
"src",
"typedefs.json",
"types"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/idiocc/multer.git"
},
"typedefs": "typedefs.json",
"keywords": [
"multer",
"goa",
"koa",
"koa2",
"multipart",
"form-data",
"form",
"middleware",
"file",
"upload"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/idiocc/multer/issues"
},
"homepage": "https://www.idio.cc",
"devDependencies": {
"@contexts/http": "^1.6.2",
"@externs/goa": "^1.0.1",
"@goa/busboy": "1.2.3",
"@goa/koa": "^2.1.0",
"@idio/dicer": "^1.1.0",
"@multipart/append-field": "^1.0.1",
"@multipart/test-form-data": "^1.0.0",
"@typedefs/goa": "^0.1.5",
"@wrote/ensure-path": "^1.1.0",
"@wrote/read": "^1.0.4",
"@wrote/rm": "^1.1.5",
"alamode": "^3.3.0",
"catchment": "^3.3.0",
"depack": "^1.0.1",
"documentary": "^1.35.8",
"eslint-config-artdeco": "1.0.1",
"temp-context": "^2.1.3",
"yarn-s": "1.2.1",
"zoroaster": "^4.1.2"
},
"dependencies": {
"text-decoding": "^1.0.0"
}
}