package.json 1.77 KB
{
  "_from": "form-data@^0.2.0",
  "_id": "form-data@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-Jvi8JtpkQOKZy9z7aQNcT3em5GY=",
  "_location": "/form-data",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "form-data@^0.2.0",
    "name": "form-data",
    "escapedName": "form-data",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/unirest"
  ],
  "_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
  "_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
  "_spec": "form-data@^0.2.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\unirest",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-form-data/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "~0.9.0",
    "combined-stream": "~0.0.4",
    "mime-types": "~2.0.3"
  },
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "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",
  "name": "form-data",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-form-data.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "0.2.0"
}