summaryrefslogtreecommitdiff
path: root/node_modules/superagent/package.json
blob: 7d370a51110695483f26482454409859f8083a6e (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
  "_args": [
    [
      {
        "raw": "superagent@^3.3.0",
        "scope": null,
        "escapedName": "superagent",
        "name": "superagent",
        "rawSpec": "^3.3.0",
        "spec": ">=3.3.0 <4.0.0",
        "type": "range"
      },
      "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js"
    ]
  ],
  "_from": "superagent@>=3.3.0 <4.0.0",
  "_id": "superagent@3.5.2",
  "_inCache": true,
  "_location": "/superagent",
  "_nodeVersion": "7.7.3",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/superagent-3.5.2.tgz_1490192709793_0.7011477949563414"
  },
  "_npmUser": {
    "name": "kornel",
    "email": "pornel@pornel.net"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "superagent@^3.3.0",
    "scope": null,
    "escapedName": "superagent",
    "name": "superagent",
    "rawSpec": "^3.3.0",
    "spec": ">=3.3.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/discord.js"
  ],
  "_resolved": "https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz",
  "_shasum": "3361a3971567504c351063abeaae0faa23dbf3f8",
  "_shrinkwrap": null,
  "_spec": "superagent@^3.3.0",
  "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "browser": {
    "./lib/node/index.js": "./lib/client.js",
    "./test/support/server.js": "./test/support/blank.js"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/superagent/issues"
  },
  "component": {
    "scripts": {
      "superagent": "lib/client.js"
    }
  },
  "contributors": [
    {
      "name": "Kornel Lesiński",
      "email": "kornel@geekhood.net"
    },
    {
      "name": "Peter Lyons",
      "email": "pete@peterlyons.com"
    },
    {
      "name": "Hunter Loftis",
      "email": "hunter@hunterloftis.com"
    }
  ],
  "dependencies": {
    "component-emitter": "^1.2.0",
    "cookiejar": "^2.0.6",
    "debug": "^2.2.0",
    "extend": "^3.0.0",
    "form-data": "^2.1.1",
    "formidable": "^1.1.1",
    "methods": "^1.1.1",
    "mime": "^1.3.4",
    "qs": "^6.1.0",
    "readable-stream": "^2.0.5"
  },
  "description": "elegant & feature rich browser / node HTTP with a fluent API",
  "devDependencies": {
    "Base64": "^1.0.0",
    "basic-auth-connect": "^1.0.0",
    "body-parser": "^1.15.0",
    "browserify": "^14.0.0",
    "cookie-parser": "^1.4.1",
    "express": "^4.13.4",
    "express-session": "^1.13.0",
    "marked": "^0.3.5",
    "mocha": "^3.1.2",
    "multer": "^1.2.0",
    "should": "^11.1.1",
    "should-http": "^0.0.4",
    "zuul": "^3.11.1"
  },
  "directories": {},
  "dist": {
    "shasum": "3361a3971567504c351063abeaae0faa23dbf3f8",
    "tarball": "https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "gitHead": "ef9af6c85b2b1a0cf5f350bece2f7e33d89b888a",
  "homepage": "https://github.com/visionmedia/superagent#readme",
  "keywords": [
    "http",
    "ajax",
    "request",
    "agent"
  ],
  "license": "MIT",
  "main": "./lib/node/index.js",
  "maintainers": [
    {
      "name": "defunctzombie",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "kof",
      "email": "oleg008@gmail.com"
    },
    {
      "name": "kornel",
      "email": "pornel@pornel.net"
    },
    {
      "name": "naman34",
      "email": "naman34@gmail.com"
    },
    {
      "name": "nw",
      "email": "nw@nwhite.net"
    },
    {
      "name": "rauchg",
      "email": "rauchg@gmail.com"
    },
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "travisjeffery",
      "email": "tj@travisjeffery.com"
    },
    {
      "name": "yields",
      "email": "yields@icloud.com"
    }
  ],
  "name": "superagent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/superagent.git"
  },
  "scripts": {
    "prepublish": "make all",
    "test": "make test"
  },
  "version": "3.5.2"
}