backoffice/node_modules/caw/package.json

76 lines
1.5 KiB
JSON

{
"_args": [
[
"caw@1.2.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "caw@1.2.0",
"_id": "caw@1.2.0",
"_inBundle": false,
"_integrity": "sha1-/7Im/n78VHKI3GLuPpcHPCEtEDQ=",
"_location": "/caw",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "caw@1.2.0",
"name": "caw",
"escapedName": "caw",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/download"
],
"_resolved": "https://registry.npmjs.org/caw/-/caw-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/caw/issues"
},
"dependencies": {
"get-proxy": "^1.0.1",
"is-obj": "^1.0.0",
"object-assign": "^3.0.0",
"tunnel-agent": "^0.4.0"
},
"description": "Construct HTTP/HTTPS agents for tunneling proxies",
"devDependencies": {
"proxyquire": "^1.6.0",
"sinon": "^1.15.4",
"tap": "^1.3.1",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/caw#readme",
"keywords": [
"http",
"https",
"proxy",
"tunnel"
],
"license": "MIT",
"name": "caw",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/caw.git"
},
"scripts": {
"test": "xo && tap test/test.js -t2"
},
"version": "1.2.0"
}