summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/form-data/package.json
blob: 8977f984e81a7ec1e5dc51cb28eb5711b6d1842b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
  "_args": [
    [
      "form-data@~1.0.0-rc3",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "form-data@>=1.0.0-rc3 <1.1.0",
  "_id": "form-data@1.0.0-rc4",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/form-data",
  "_nodeVersion": "0.12.11",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/form-data-1.0.0-rc4.tgz_1458059747097_0.14101114077493548"
  },
  "_npmUser": {
    "email": "iam@alexindigo.com",
    "name": "alexindigo"
  },
  "_npmVersion": "2.14.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "form-data",
    "raw": "form-data@~1.0.0-rc3",
    "rawSpec": "~1.0.0-rc3",
    "scope": null,
    "spec": ">=1.0.0-rc3 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz",
  "_shasum": "05ac6bc22227b43e4461f488161554699d4f8b5e",
  "_shrinkwrap": null,
  "_spec": "form-data@~1.0.0-rc3",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "author": {
    "email": "felix@debuggable.com",
    "name": "Felix Geisendörfer",
    "url": "http://debuggable.com/"
  },
  "browser": "./lib/browser",
  "bugs": {
    "url": "https://github.com/form-data/form-data/issues"
  },
  "dependencies": {
    "async": "^1.5.2",
    "combined-stream": "^1.0.5",
    "mime-types": "^2.1.10"
  },
  "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  "devDependencies": {
    "codacy-coverage": "^1.1.3",
    "coveralls": "^2.11.8",
    "cross-spawn": "^2.1.5",
    "eslint": "^2.4.0",
    "fake": "^0.2.2",
    "far": "^0.0.7",
    "formidable": "^1.0.17",
    "istanbul": "^0.4.2",
    "pre-commit": "^1.1.2",
    "request": "^2.69.0",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "05ac6bc22227b43e4461f488161554699d4f8b5e",
    "tarball": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "gitHead": "f73996e0508ee2d4b2b376276adfac1de4188ac2",
  "homepage": "https://github.com/form-data/form-data#readme",
  "license": "MIT",
  "main": "./lib/form_data",
  "maintainers": [
    {
      "email": "felix@debuggable.com",
      "name": "felixge"
    },
    {
      "email": "igor@buran.us",
      "name": "idralyuk"
    },
    {
      "email": "iam@alexindigo.com",
      "name": "alexindigo"
    },
    {
      "email": "mikeal.rogers@gmail.com",
      "name": "mikeal"
    },
    {
      "email": "dtyree77@gmail.com",
      "name": "celer"
    },
    {
      "email": "pierceydylan@gmail.com",
      "name": "dylanpiercey"
    }
  ],
  "name": "form-data",
  "optionalDependencies": {},
  "pre-commit": [
    "lint",
    "test",
    "check"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/form-data/form-data.git"
  },
  "scripts": {
    "check": "istanbul check-coverage coverage/coverage*.json",
    "coverage": "codacy-coverage < ./coverage/lcov.info; true",
    "debug": "verbose=1 ./test/run.js",
    "lint": "eslint lib/*.js test/*.js test/**/*.js",
    "posttest": "istanbul report",
    "predebug": "rimraf coverage test/tmp",
    "pretest": "rimraf coverage test/tmp",
    "test": "istanbul cover --report none test/run.js"
  },
  "version": "1.0.0-rc4"
}