UNPKG

superagent

Version:

elegant & feature rich browser / node HTTP with a fluent API

70 lines (69 loc) 1.66 kB
{ "name": "superagent", "version": "4.1.0", "description": "elegant & feature rich browser / node HTTP with a fluent API", "scripts": { "prepare": "make all", "test": "make test", "test-http2": "make test-node-http2" }, "keywords": [ "http", "ajax", "request", "agent" ], "license": "MIT", "author": "TJ Holowaychuk <tj@vision-media.ca>", "contributors": [ "Kornel Lesiński <kornel@geekhood.net>", "Peter Lyons <pete@peterlyons.com>", "Hunter Loftis <hunter@hunterloftis.com>" ], "repository": { "type": "git", "url": "git://github.com/visionmedia/superagent.git" }, "dependencies": { "component-emitter": "^1.2.0", "cookiejar": "^2.1.2", "debug": "^4.1.0", "form-data": "^2.3.3", "formidable": "^1.2.0", "methods": "^1.1.1", "mime": "^2.4.0", "qs": "^6.6.0", "readable-stream": "^3.0.6" }, "devDependencies": { "Base64": "^1.0.1", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0", "basic-auth-connect": "^1.0.0", "body-parser": "^1.18.2", "browserify": "^16.2.3", "cookie-parser": "^1.4.3", "express": "^4.16.3", "express-session": "^1.15.6", "marked": "^0.5.2", "mocha": "^3.5.3", "multer": "^1.4.1", "should": "^13.2.0", "should-http": "^0.1.1", "zuul": "^3.12.0" }, "browser": { "./lib/node/index.js": "./lib/client.js", "./test/support/server.js": "./test/support/blank.js" }, "component": { "scripts": { "superagent": "lib/client.js" } }, "main": "./lib/node/index.js", "engines": { "node": ">= 6.0" } }