Bones/node_modules/popsicle-proxy-agent/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

109 lines
3.1 KiB
JSON

{
"_args": [
[
"popsicle-proxy-agent@^1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
]
],
"_from": "popsicle-proxy-agent@>=1.0.0-0 <2.0.0-0",
"_id": "popsicle-proxy-agent@1.0.0",
"_inCache": true,
"_location": "/popsicle-proxy-agent",
"_nodeVersion": "5.4.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/popsicle-proxy-agent-1.0.0.tgz_1454354872945_0.6299643132369965"
},
"_npmUser": {
"email": "hello@blakeembrey.com",
"name": "blakeembrey"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "popsicle-proxy-agent",
"raw": "popsicle-proxy-agent@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/popsicle-proxy-agent/-/popsicle-proxy-agent-1.0.0.tgz",
"_shasum": "5b88d5d1253a0a601cba69868cba6f5dbc5d0829",
"_shrinkwrap": null,
"_spec": "popsicle-proxy-agent@^1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
"author": {
"email": "hello@blakeembrey.com",
"name": "Blake Embrey",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/popsicle-proxy-agent/issues"
},
"dependencies": {
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0"
},
"description": "Enable proxy support for Popsicle (for node)",
"devDependencies": {
"blue-tape": "^0.1.10",
"istanbul": "1.0.0-alpha.2",
"nock": "^7.0.2",
"popsicle": "^3.0.3",
"pre-commit": "^1.0.6",
"server-address": "^1.0.4",
"tap-spec": "^4.1.1",
"ts-node": "^0.5.0",
"tslint": "^3.1.1",
"typescript": "^1.7.3",
"typings": "^0.3.1"
},
"directories": {},
"dist": {
"shasum": "5b88d5d1253a0a601cba69868cba6f5dbc5d0829",
"tarball": "https://registry.npmjs.org/popsicle-proxy-agent/-/popsicle-proxy-agent-1.0.0.tgz"
},
"files": [
"LICENSE",
"dist/",
"typings.json"
],
"gitHead": "2a2c4de15583e4300e7239fd26172ce814dee669",
"homepage": "https://github.com/blakeembrey/popsicle-proxy-agent",
"installable": true,
"keywords": [
"agent",
"http",
"https",
"popsicle",
"proxy"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "popsicle-proxy-agent",
"optionalDependencies": {},
"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": "1.0.0"
}