{
  "_from": "formstream@^1.1.0",
  "_id": "formstream@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-UfOXDyYTbrCtRDBN5M67UCB7RHk=",
  "_location": "/formstream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "formstream@^1.1.0",
    "name": "formstream",
    "escapedName": "formstream",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/urllib"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/formstream/download/formstream-1.1.0.tgz",
  "_shasum": "51f3970f26136eb0ad44304de4cebb50207b4479",
  "_spec": "formstream@^1.1.0",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/urllib",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com",
    "url": "http://fengmk2.github.com"
  },
  "bugs": {
    "url": "https://github.com/node-modules/formstream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "destroy": "^1.0.4",
    "mime": "^1.3.4",
    "pause-stream": "~0.0.11"
  },
  "deprecated": false,
  "description": "A multipart/form-data encoded stream, helper for file upload.",
  "devDependencies": {
    "autod": "*",
    "connect-multiparty": "1",
    "express": "4",
    "istanbul": "*",
    "mocha": "*",
    "pedding": "1",
    "should": "4",
    "urllib": "2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/node-modules/formstream#readme",
  "keywords": [
    "form",
    "stream",
    "multipart",
    "form-data",
    "upload",
    "postfile",
    "request"
  ],
  "license": "MIT",
  "main": "lib/formstream.js",
  "name": "formstream",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/formstream.git"
  },
  "scripts": {
    "autod": "autod -w --prefix '^'",
    "jshint": "jshint .",
    "test": "mocha -R spec -t 5000 -r should test/*.test.js",
    "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js"
  },
  "version": "1.1.0"
}
