UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

90 lines (89 loc) 2.24 kB
{ "_from": "form-data@0.1.4", "_id": "form-data@0.1.4", "_location": "/ionic/form-data", "_npmUser": { "name": "alexindigo", "email": "iam@alexindigo.com" }, "_npmVersion": "1.4.14", "_phantomChildren": {}, "_requiredBy": [ "/ionic", "/ionic/ionic-app-lib", "/ionic/ionic-app-lib/cordova-lib/request" ], "_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz", "_shasum": "91abd788aba9702b1aabfa8bc01031a2ac9e3b12", "_shrinkwrap": null, "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", "url": "http://debuggable.com/" }, "bugs": { "url": "https://github.com/felixge/node-form-data/issues" }, "dependencies": { "async": "~0.9.0", "combined-stream": "~0.0.4", "mime": "~1.2.11" }, "description": "A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", "devDependencies": { "fake": "~0.2.2", "far": "~0.0.7", "formidable": "~1.0.14", "request": "~2.36.0" }, "directories": {}, "dist": { "shasum": "91abd788aba9702b1aabfa8bc01031a2ac9e3b12", "tarball": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz" }, "engines": { "node": ">= 0.8" }, "gitHead": "5f5f4809ea685f32658809fa0f13d7eface0e45a", "homepage": "https://github.com/felixge/node-form-data", "licenses": [ { "type": "MIT", "url": "https://raw.github.com/felixge/node-form-data/master/License" } ], "main": "./lib/form_data", "maintainers": [ { "name": "felixge", "email": "felix@debuggable.com" }, { "name": "idralyuk", "email": "igor@buran.us" }, { "name": "alexindigo", "email": "iam@alexindigo.com" }, { "name": "mikeal", "email": "mikeal.rogers@gmail.com" }, { "name": "celer", "email": "dtyree77@gmail.com" } ], "name": "form-data", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/felixge/node-form-data.git" }, "scripts": { "test": "node test/run.js" }, "version": "0.1.4" }