UNPKG

popsicle-proxy-agent

Version:
58 lines (57 loc) 1.59 kB
{ "name": "popsicle-proxy-agent", "version": "3.0.0", "description": "Enable proxy support for Popsicle (for node)", "main": "dist/index.js", "files": [ "dist/", "typings.json", "LICENSE" ], "scripts": { "lint": "tslint \"src/**/*.ts\"", "build": "rm -rf dist/ && tsc", "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec", "test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" blue-tape -- \"src/**/*.spec.ts\" | tap-spec", "test": "npm run lint && npm run test-cov", "prepublish": "typings install && npm run build" }, "repository": { "type": "git", "url": "git://github.com/blakeembrey/popsicle-proxy-agent.git" }, "keywords": [ "popsicle", "proxy", "agent", "http", "https" ], "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/blakeembrey/popsicle-proxy-agent/issues" }, "homepage": "https://github.com/blakeembrey/popsicle-proxy-agent", "devDependencies": { "blue-tape": "^0.2.0", "bluebird": "^3.2.1", "istanbul": "1.0.0-alpha.2", "nock": "^8.0.0", "popsicle": "^8.0.0", "server-address": "^1.0.4", "tap-spec": "^4.1.1", "ts-node": "^0.9.2", "tslint": "^3.1.1", "typescript": "^1.7.3", "typings": "^1.3.0" }, "dependencies": { "http-proxy-agent": "^1.0.0", "https-proxy-agent": "^1.0.0" } }