Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/form-data/package.json')
-rw-r--r--node_modules/form-data/package.json106
1 files changed, 106 insertions, 0 deletions
diff --git a/node_modules/form-data/package.json b/node_modules/form-data/package.json
new file mode 100644
index 000000000..aae8065da
--- /dev/null
+++ b/node_modules/form-data/package.json
@@ -0,0 +1,106 @@
+{
+ "_args": [
+ [
+ "form-data@~1.0.0-rc1",
+ "/Users/rebecca/code/npm/node_modules/request"
+ ]
+ ],
+ "_from": "form-data@>=1.0.0-rc1 <1.1.0",
+ "_id": "form-data@1.0.0-rc1",
+ "_inCache": true,
+ "_location": "/form-data",
+ "_nodeVersion": "0.12.4",
+ "_npmUser": {
+ "email": "iam@alexindigo.com",
+ "name": "alexindigo"
+ },
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {
+ "mime-db": "1.13.0"
+ },
+ "_requested": {
+ "name": "form-data",
+ "raw": "form-data@~1.0.0-rc1",
+ "rawSpec": "~1.0.0-rc1",
+ "scope": null,
+ "spec": ">=1.0.0-rc1 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/request"
+ ],
+ "_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc1.tgz",
+ "_shasum": "de5d87ff28439596f4f5500bff58d1244d54793a",
+ "_shrinkwrap": null,
+ "_spec": "form-data@~1.0.0-rc1",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "author": {
+ "email": "felix@debuggable.com",
+ "name": "Felix Geisendörfer",
+ "url": "http://debuggable.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/felixge/node-form-data/issues"
+ },
+ "dependencies": {
+ "async": "^1.2.1",
+ "combined-stream": "^1.0.3",
+ "mime-types": "^2.1.1"
+ },
+ "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.17",
+ "request": "^2.57.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "de5d87ff28439596f4f5500bff58d1244d54793a",
+ "tarball": "http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc1.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "gitHead": "e6650a4c078fd09c130ed712848d71d8609c6518",
+ "homepage": "https://github.com/felixge/node-form-data#readme",
+ "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": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/felixge/node-form-data.git"
+ },
+ "scripts": {
+ "test": "node test/run.js"
+ },
+ "version": "1.0.0-rc1"
+}