summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/form-data/package.json
blob: 9835d49803312cbedc23700d2f41829544f036c6 (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
{
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "name": "form-data",
  "description": "A module to create readable \"multipart/form-data\" streams.  Can be used to submit forms and file uploads to other web applications.",
  "version": "1.0.0-rc2",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-form-data.git"
  },
  "main": "./lib/form_data",
  "browser": "./lib/browser",
  "scripts": {
    "test": "node test/run.js"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "async": "^1.2.1",
    "combined-stream": "^1.0.3",
    "mime-types": "^2.1.1"
  },
  "license": "MIT",
  "devDependencies": {
    "fake": "^0.2.2",
    "far": "^0.0.7",
    "formidable": "^1.0.17",
    "request": "^2.57.0"
  },
  "gitHead": "9f29fefe9633f3adae72d6416fd6822c060ff6b6",
  "bugs": {
    "url": "https://github.com/felixge/node-form-data/issues"
  },
  "homepage": "https://github.com/felixge/node-form-data#readme",
  "_id": "form-data@1.0.0-rc2",
  "_shasum": "5bc9c9b3dd3dec1977b0abf58790192081d95235",
  "_from": "form-data@>=1.0.0-rc1 <1.1.0",
  "_npmVersion": "2.10.1",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "alexindigo",
    "email": "iam@alexindigo.com"
  },
  "dist": {
    "shasum": "5bc9c9b3dd3dec1977b0abf58790192081d95235",
    "tarball": "http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc2.tgz"
  },
  "maintainers": [
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "idralyuk",
      "email": "igor@buran.us"
    },
    {
      "name": "alexindigo",
      "email": "iam@alexindigo.com"
    },
    {
      "name": "mikeal",
      "email": "mikeal.rogers@gmail.com"
    },
    {
      "name": "celer",
      "email": "dtyree77@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc2.tgz"
}