diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-26 15:18:10 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-26 15:18:10 -0400 |
| commit | 29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (patch) | |
| tree | aa0ad3fe59468cbe452ee597e914839b68c01436 /node_modules/formidable/package.json | |
| parent | 878fefb4c4e1f12b804ae5c0def433fa873f4c8b (diff) | |
| download | AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.gz AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.bz2 AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.zip | |
Don't mind me i'm adding the discord.js files
Diffstat (limited to 'node_modules/formidable/package.json')
| -rw-r--r-- | node_modules/formidable/package.json | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/node_modules/formidable/package.json b/node_modules/formidable/package.json new file mode 100644 index 0000000..c9e48a8 --- /dev/null +++ b/node_modules/formidable/package.json @@ -0,0 +1,113 @@ +{ + "_args": [ + [ + { + "raw": "formidable@^1.1.1", + "scope": null, + "escapedName": "formidable", + "name": "formidable", + "rawSpec": "^1.1.1", + "spec": ">=1.1.1 <2.0.0", + "type": "range" + }, + "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\superagent" + ] + ], + "_from": "formidable@>=1.1.1 <2.0.0", + "_id": "formidable@1.1.1", + "_inCache": true, + "_location": "/formidable", + "_nodeVersion": "7.2.1", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/formidable-1.1.1.tgz_1484514649272_0.35996662196703255" + }, + "_npmUser": { + "name": "kornel", + "email": "pornel@pornel.net" + }, + "_npmVersion": "4.0.5", + "_phantomChildren": {}, + "_requested": { + "raw": "formidable@^1.1.1", + "scope": null, + "escapedName": "formidable", + "name": "formidable", + "rawSpec": "^1.1.1", + "spec": ">=1.1.1 <2.0.0", + "type": "range" + }, + "_requiredBy": [ + "/superagent" + ], + "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz", + "_shasum": "96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9", + "_shrinkwrap": null, + "_spec": "formidable@^1.1.1", + "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\superagent", + "bugs": { + "url": "http://github.com/felixge/node-formidable/issues" + }, + "dependencies": {}, + "description": "A node.js module for parsing form data, especially file uploads.", + "devDependencies": { + "findit": "^0.1.2", + "gently": "^0.8.0", + "hashish": "^0.0.4", + "request": "^2.11.4", + "urun": "^0.0.6", + "utest": "^0.0.8" + }, + "directories": { + "lib": "./lib" + }, + "dist": { + "shasum": "96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9", + "tarball": "https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz" + }, + "engines": { + "node": ">=0.8.0" + }, + "gitHead": "7a36a8e932044252fe648c81dbd8cf837d0178d0", + "homepage": "https://github.com/felixge/node-formidable", + "license": "MIT", + "main": "./lib/index", + "maintainers": [ + { + "name": "felixge", + "email": "felix@debuggable.com" + }, + { + "name": "kornel", + "email": "pornel@pornel.net" + }, + { + "name": "superjoe", + "email": "superjoe30@gmail.com" + }, + { + "name": "svnlto", + "email": "me@svenlito.com" + }, + { + "name": "tim-smart", + "email": "tim@fostle.com" + }, + { + "name": "tunnckocore", + "email": "mameto_100@mail.bg" + } + ], + "name": "formidable", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/felixge/node-formidable.git" + }, + "scripts": { + "clean": "rm test/tmp/*", + "test": "node test/run.js" + }, + "version": "1.1.1" +} |
