Blame view

node_modules/superagent/package.json 3.95 KB
f7563de62   Palak Handa   first commit
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
  {
    "_args": [
      [
        "superagent@^2.2",
        "/home/palak/projects/startupjalsa-backend/node_modules/swagger-client"
      ]
    ],
    "_from": "superagent@>=2.2.0 <3.0.0",
    "_id": "superagent@2.3.0",
    "_inCache": true,
    "_installable": true,
    "_location": "/superagent",
    "_nodeVersion": "6.5.0",
    "_npmOperationalInternal": {
      "host": "packages-12-west.internal.npmjs.com",
      "tmp": "tmp/superagent-2.3.0.tgz_1474390134791_0.6080396012403071"
    },
    "_npmUser": {
      "email": "pornel@pornel.net",
      "name": "kornel"
    },
    "_npmVersion": "3.10.7",
    "_phantomChildren": {},
    "_requested": {
      "name": "superagent",
      "raw": "superagent@^2.2",
      "rawSpec": "^2.2",
      "scope": null,
      "spec": ">=2.2.0 <3.0.0",
      "type": "range"
    },
    "_requiredBy": [
      "/swagger-client"
    ],
    "_resolved": "https://registry.npmjs.org/superagent/-/superagent-2.3.0.tgz",
    "_shasum": "703529a0714e57e123959ddefbce193b2e50d115",
    "_shrinkwrap": null,
    "_spec": "superagent@^2.2",
    "_where": "/home/palak/projects/startupjalsa-backend/node_modules/swagger-client",
    "author": {
      "email": "tj@vision-media.ca",
      "name": "TJ Holowaychuk"
    },
    "browser": {
      "./lib/node/index.js": "./lib/client.js",
      "./test/support/server.js": "./test/support/blank.js",
      "emitter": "component-emitter"
    },
    "bugs": {
      "url": "https://github.com/visionmedia/superagent/issues"
    },
    "component": {
      "scripts": {
        "superagent": "lib/client.js"
      }
    },
    "contributors": [
      {
        "email": "kornel@geekhood.net",
        "name": "Kornel LesiƄski"
      },
      {
        "email": "pete@peterlyons.com",
        "name": "Peter Lyons"
      },
      {
        "email": "hunter@hunterloftis.com",
        "name": "Hunter Loftis"
      }
    ],
    "dependencies": {
      "component-emitter": "^1.2.0",
      "cookiejar": "^2.0.6",
      "debug": "^2.2.0",
      "extend": "^3.0.0",
      "form-data": "1.0.0-rc4",
      "formidable": "^1.0.17",
      "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": "^0.3.0",
      "basic-auth-connect": "^1.0.0",
      "better-assert": "^1.0.1",
      "body-parser": "^1.15.0",
      "browserify": "^13.0.0",
      "cookie-parser": "^1.4.1",
      "express": "^4.13.4",
      "express-session": "^1.13.0",
      "marked": "^0.3.5",
      "mocha": "^2.4.5",
      "should": "^8.2.2",
      "should-http": "^0.0.4",
      "zuul": "^3.10.1"
    },
    "directories": {},
    "dist": {
      "shasum": "703529a0714e57e123959ddefbce193b2e50d115",
      "tarball": "https://registry.npmjs.org/superagent/-/superagent-2.3.0.tgz"
    },
    "engines": {
      "node": ">= 0.10"
    },
    "gitHead": "ede8d11938e348ac59af2dd76db9acfaa702ca9d",
    "homepage": "https://github.com/visionmedia/superagent#readme",
    "keywords": [
      "http",
      "ajax",
      "request",
      "agent"
    ],
    "license": "MIT",
    "main": "./lib/node/index.js",
    "maintainers": [
      {
        "email": "shtylman@gmail.com",
        "name": "defunctzombie"
      },
      {
        "email": "oleg008@gmail.com",
        "name": "kof"
      },
      {
        "email": "pornel@pornel.net",
        "name": "kornel"
      },
      {
        "email": "naman34@gmail.com",
        "name": "naman34"
      },
      {
        "email": "nw@nwhite.net",
        "name": "nw"
      },
      {
        "email": "rauchg@gmail.com",
        "name": "rauchg"
      },
      {
        "email": "superjoe30@gmail.com",
        "name": "superjoe"
      },
      {
        "email": "tj@vision-media.ca",
        "name": "tjholowaychuk"
      },
      {
        "email": "tj@travisjeffery.com",
        "name": "travisjeffery"
      },
      {
        "email": "yields@icloud.com",
        "name": "yields"
      }
    ],
    "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": "2.3.0"
  }