UNPKG

@goa/busboy

Version:

[fork] A Streaming Parser For HTML Form Data For Node.JS.

66 lines (65 loc) 1.68 kB
{ "name": "@goa/busboy", "version": "1.2.3", "description": "[fork] A Streaming Parser For HTML Form Data For Node.JS.", "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/busboy.js -a -c -p --hide_warnings_for src/encoding", "test-compile": "ALAMODE_ENV=test-compile yarn test", "lint": "eslint .", "doc": "doc -o README.md -d -a -n _goa", "d": "yarn-s template d1 externs", "d1": "typal compile/index.js -u -t types", "template": "typal compile/template.js -T compile/index.js -t types", "externs": "typal types/externs.js", "e": "alanode" }, "files": [ "compile", "src", "typedefs.json", "types/externs.js", "types/index.xml" ], "externs": "types/externs.js", "repository": { "type": "git", "url": "git://github.com/idiocc/busboy.git" }, "typedefs": "typedefs.json", "keywords": [ "busboy", "http", "multipart", "form-data", "form", "file", "upload", "goa" ], "author": "Anton <anton@adc.sh>", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/idiocc/busboy/issues" }, "homepage": "https://www.idio.cc", "devDependencies": { "@depack/render": "^1.3.4", "@idio/dicer": "^1.1.0", "@idio/idio": "^0.3.0", "alamode": "^3.3.0", "depack": "^1.0.1", "documentary": "^1.35.8", "eslint-config-artdeco": "1.0.1", "yarn-s": "1.2.1", "zoroaster": "^4.1.2" }, "dependencies": { "text-decoding": "^1.0.0" } }