summaryrefslogtreecommitdiff
path: root/node_modules/formidable/package.json
blob: c9e48a835951ac301fccd7a2fe25efe10ad13b5e (plain) (blame)
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
{
  "_args": [
    [
      {
        "raw": "formidable@^1.1.1",
        "scope": null,
        "escapedName": "formidable",
        "name": "formidable",
        "rawSpec": "^1.1.1",
        "spec": ">=1.1.1 <2.0.0",
        "type": "range"
      },
      "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\superagent"
    ]
  ],
  "_from": "formidable@>=1.1.1 <2.0.0",
  "_id": "formidable@1.1.1",
  "_inCache": true,
  "_location": "/formidable",
  "_nodeVersion": "7.2.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/formidable-1.1.1.tgz_1484514649272_0.35996662196703255"
  },
  "_npmUser": {
    "name": "kornel",
    "email": "pornel@pornel.net"
  },
  "_npmVersion": "4.0.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "formidable@^1.1.1",
    "scope": null,
    "escapedName": "formidable",
    "name": "formidable",
    "rawSpec": "^1.1.1",
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/superagent"
  ],
  "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz",
  "_shasum": "96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9",
  "_shrinkwrap": null,
  "_spec": "formidable@^1.1.1",
  "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\superagent",
  "bugs": {
    "url": "http://github.com/felixge/node-formidable/issues"
  },
  "dependencies": {},
  "description": "A node.js module for parsing form data, especially file uploads.",
  "devDependencies": {
    "findit": "^0.1.2",
    "gently": "^0.8.0",
    "hashish": "^0.0.4",
    "request": "^2.11.4",
    "urun": "^0.0.6",
    "utest": "^0.0.8"
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "shasum": "96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9",
    "tarball": "https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "7a36a8e932044252fe648c81dbd8cf837d0178d0",
  "homepage": "https://github.com/felixge/node-formidable",
  "license": "MIT",
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "kornel",
      "email": "pornel@pornel.net"
    },
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    },
    {
      "name": "svnlto",
      "email": "me@svenlito.com"
    },
    {
      "name": "tim-smart",
      "email": "tim@fostle.com"
    },
    {
      "name": "tunnckocore",
      "email": "mameto_100@mail.bg"
    }
  ],
  "name": "formidable",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-formidable.git"
  },
  "scripts": {
    "clean": "rm test/tmp/*",
    "test": "node test/run.js"
  },
  "version": "1.1.1"
}