UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

21 lines (20 loc) 742 B
{ "name": "busboy", "version": "0.2.14", "author": "Brian White <mscdex@mscdex.net>", "description": "A streaming parser for HTML form data for node.js", "main": "./lib/main", "dependencies": { "dicer": "0.2.5", "readable-stream": "1.1.x" }, "scripts": { "test": "node test/test.js" }, "engines": { "node": ">=0.8.0" }, "keywords": [ "uploads", "forms", "multipart", "form-data" ], "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ], "repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" } ,"_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz" ,"_integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=" ,"_from": "busboy@0.2.14" }