123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_args": [
- [
- {
- "raw": "popsicle-proxy-agent@^3.0.0",
- "scope": null,
- "escapedName": "popsicle-proxy-agent",
- "name": "popsicle-proxy-agent",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "popsicle-proxy-agent@>=3.0.0 <4.0.0",
- "_id": "popsicle-proxy-agent@3.0.0",
- "_inCache": true,
- "_location": "/popsicle-proxy-agent",
- "_nodeVersion": "6.2.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/popsicle-proxy-agent-3.0.0.tgz_1468539667528_0.9116236560512334"
- },
- "_npmUser": {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- },
- "_npmVersion": "3.9.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "popsicle-proxy-agent@^3.0.0",
- "scope": null,
- "escapedName": "popsicle-proxy-agent",
- "name": "popsicle-proxy-agent",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/popsicle-proxy-agent/-/popsicle-proxy-agent-3.0.0.tgz",
- "_shasum": "b9133c55d945759ab7ee61b7711364620d3aeadc",
- "_shrinkwrap": null,
- "_spec": "popsicle-proxy-agent@^3.0.0",
- "_where": "/home/robert/workspace/xmlrpc/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"
- },
- "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.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"
- },
- "directories": {},
- "dist": {
- "shasum": "b9133c55d945759ab7ee61b7711364620d3aeadc",
- "tarball": "https://registry.npmjs.org/popsicle-proxy-agent/-/popsicle-proxy-agent-3.0.0.tgz"
- },
- "files": [
- "dist/",
- "typings.json",
- "LICENSE"
- ],
- "gitHead": "affeebea0283e83a7863c6ce4696a80268df375c",
- "homepage": "https://github.com/blakeembrey/popsicle-proxy-agent",
- "keywords": [
- "popsicle",
- "proxy",
- "agent",
- "http",
- "https"
- ],
- "license": "Apache-2.0",
- "main": "dist/index.js",
- "maintainers": [
- {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- }
- ],
- "name": "popsicle-proxy-agent",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|