183 lines
4.2 KiB
JSON
183 lines
4.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "superagent@^1.4.0",
|
|
"scope": null,
|
|
"escapedName": "superagent",
|
|
"name": "superagent",
|
|
"rawSpec": "^1.4.0",
|
|
"spec": ">=1.4.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/burchettm/statsbot/node_modules/discordie"
|
|
]
|
|
],
|
|
"_from": "superagent@>=1.4.0 <2.0.0",
|
|
"_id": "superagent@1.8.5",
|
|
"_inCache": true,
|
|
"_location": "/superagent",
|
|
"_nodeVersion": "7.2.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/superagent-1.8.5.tgz_1481494456683_0.23376551712863147"
|
|
},
|
|
"_npmUser": {
|
|
"name": "kornel",
|
|
"email": "pornel@pornel.net"
|
|
},
|
|
"_npmVersion": "4.0.5",
|
|
"_phantomChildren": {
|
|
"ms": "0.7.2"
|
|
},
|
|
"_requested": {
|
|
"raw": "superagent@^1.4.0",
|
|
"scope": null,
|
|
"escapedName": "superagent",
|
|
"name": "superagent",
|
|
"rawSpec": "^1.4.0",
|
|
"spec": ">=1.4.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/discordie"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/superagent/-/superagent-1.8.5.tgz",
|
|
"_shasum": "1c0ddc3af30e80eb84ebc05cb2122da8fe940b55",
|
|
"_shrinkwrap": null,
|
|
"_spec": "superagent@^1.4.0",
|
|
"_where": "/home/burchettm/statsbot/node_modules/discordie",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
"browser": {
|
|
"./lib/node/index.js": "./lib/client.js",
|
|
"emitter": "component-emitter",
|
|
"reduce": "reduce-component",
|
|
"./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",
|
|
"extend": "3.0.0",
|
|
"form-data": "1.0.0-rc3",
|
|
"formidable": "~1.0.14",
|
|
"methods": "~1.1.1",
|
|
"mime": "1.3.4",
|
|
"qs": "2.3.3",
|
|
"readable-stream": "1.0.27-1",
|
|
"reduce-component": "1.0.1"
|
|
},
|
|
"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.9.2",
|
|
"browserify": "~6.3.2",
|
|
"cookie-parser": "~1.3.3",
|
|
"express": "~4.9.8",
|
|
"express-session": "~1.9.1",
|
|
"marked": "0.3.5",
|
|
"mocha": "~2.0.1",
|
|
"should": "~3.1.3",
|
|
"zuul": "~1.19.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1c0ddc3af30e80eb84ebc05cb2122da8fe940b55",
|
|
"tarball": "https://registry.npmjs.org/superagent/-/superagent-1.8.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"gitHead": "21ce90ec63f33827e7208131dd36a9ac8c6c7d00",
|
|
"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": "1.8.5"
|
|
}
|