111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"superagent@3.8.2",
|
|
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
|
]
|
|
],
|
|
"_from": "superagent@3.8.2",
|
|
"_id": "superagent@3.8.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gVH4QfYHcY3P0f/BZzavLreHW3T1v7hG9B+hpMQotGQqurOvhv87GcMCd6LWySmBuf+BDR44TQd0aISjVHLeNQ==",
|
|
"_location": "/superagent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "superagent@3.8.2",
|
|
"name": "superagent",
|
|
"escapedName": "superagent",
|
|
"rawSpec": "3.8.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.8.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/superagent/-/superagent-3.8.2.tgz",
|
|
"_spec": "3.8.2",
|
|
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
|
"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.1.0",
|
|
"debug": "^3.1.0",
|
|
"extend": "^3.0.0",
|
|
"form-data": "^2.3.1",
|
|
"formidable": "^1.1.1",
|
|
"methods": "^1.1.1",
|
|
"mime": "^1.4.1",
|
|
"qs": "^6.5.1",
|
|
"readable-stream": "^2.0.5"
|
|
},
|
|
"description": "elegant & feature rich browser / node HTTP with a fluent API",
|
|
"devDependencies": {
|
|
"Base64": "^1.0.1",
|
|
"basic-auth-connect": "^1.0.0",
|
|
"body-parser": "^1.18.2",
|
|
"browserify": "^14.1.0",
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.16.0",
|
|
"express-session": "^1.15.6",
|
|
"marked": "^0.3.6",
|
|
"mocha": "^3.5.3",
|
|
"multer": "^1.3.0",
|
|
"should": "^11.2.0",
|
|
"should-http": "^0.1.1",
|
|
"zuul": "^3.11.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
},
|
|
"homepage": "https://github.com/visionmedia/superagent#readme",
|
|
"keywords": [
|
|
"http",
|
|
"ajax",
|
|
"request",
|
|
"agent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/node/index.js",
|
|
"name": "superagent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/superagent.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "make all",
|
|
"test": "make test"
|
|
},
|
|
"version": "3.8.2"
|
|
}
|