summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json
new file mode 100644
index 00000000..dc13a495
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/multiparty/package.json
@@ -0,0 +1,101 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "multiparty@3.3.2",
+ "scope": null,
+ "escapedName": "multiparty",
+ "name": "multiparty",
+ "rawSpec": "3.3.2",
+ "spec": "3.3.2",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "multiparty@3.3.2",
+ "_id": "multiparty@3.3.2",
+ "_inCache": true,
+ "_location": "/multiparty",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.21",
+ "_phantomChildren": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "string_decoder": "0.10.31"
+ },
+ "_requested": {
+ "raw": "multiparty@3.3.2",
+ "scope": null,
+ "escapedName": "multiparty",
+ "name": "multiparty",
+ "rawSpec": "3.3.2",
+ "spec": "3.3.2",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/connect"
+ ],
+ "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz",
+ "_shasum": "35de6804dc19643e5249f3d3e3bdc6c8ce301d3f",
+ "_shrinkwrap": null,
+ "_spec": "multiparty@3.3.2",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "bugs": {
+ "url": "https://github.com/andrewrk/node-multiparty/issues"
+ },
+ "dependencies": {
+ "readable-stream": "~1.1.9",
+ "stream-counter": "~0.2.0"
+ },
+ "description": "multipart/form-data parser which supports streaming",
+ "devDependencies": {
+ "findit": "~2.0.0",
+ "mkdirp": "~0.5.0",
+ "pend": "~1.1.1",
+ "rimraf": "~2.2.8",
+ "superagent": "~0.18.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "35de6804dc19643e5249f3d3e3bdc6c8ce301d3f",
+ "tarball": "https://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ },
+ "gitHead": "96e1b70c7a9844689f85ba56e1c4437240ae58ea",
+ "homepage": "https://github.com/andrewrk/node-multiparty",
+ "keywords": [
+ "file",
+ "upload",
+ "formidable",
+ "stream",
+ "s3"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "superjoe",
+ "email": "superjoe30@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "name": "multiparty",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/andrewrk/node-multiparty.git"
+ },
+ "scripts": {
+ "test": "ulimit -n 500 && node test/test.js"
+ },
+ "version": "3.3.2"
+}