libreccm-legacy/trunk-images/node_modules/popsicle-proxy-agent/package.json

83 lines
2.4 KiB
JSON

{
"_from": "popsicle-proxy-agent@^3.0.0",
"_id": "popsicle-proxy-agent@3.0.0",
"_inBundle": false,
"_integrity": "sha1-uRM8VdlFdZq37mG3cRNkYg066tw=",
"_location": "/popsicle-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "popsicle-proxy-agent@^3.0.0",
"name": "popsicle-proxy-agent",
"escapedName": "popsicle-proxy-agent",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/popsicle-proxy-agent/-/popsicle-proxy-agent-3.0.0.tgz",
"_shasum": "b9133c55d945759ab7ee61b7711364620d3aeadc",
"_spec": "popsicle-proxy-agent@^3.0.0",
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/popsicle-proxy-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0"
},
"deprecated": false,
"description": "Enable proxy support for Popsicle (for node)",
"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"
},
"files": [
"dist/",
"typings.json",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/popsicle-proxy-agent",
"keywords": [
"popsicle",
"proxy",
"agent",
"http",
"https"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "popsicle-proxy-agent",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/popsicle-proxy-agent.git"
},
"scripts": {
"build": "rm -rf dist/ && tsc",
"lint": "tslint \"src/**/*.ts\"",
"prepublish": "typings install && npm run build",
"test": "npm run lint && npm run test-cov",
"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-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec"
},
"version": "3.0.0"
}