Spaces:
Runtime error
Runtime error
| { | |
| "name": "superagent", | |
| "version": "3.5.2", | |
| "description": "elegant & feature rich browser / node HTTP with a fluent API", | |
| "scripts": { | |
| "prepublish": "make all", | |
| "test": "make test" | |
| }, | |
| "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.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" | |
| }, | |
| "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" | |
| }, | |
| "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": ">= 0.12" | |
| } | |
| } | |