77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "http-proxy@1.15.2",
|
||
|
"_id": "http-proxy@1.15.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=",
|
||
|
"_location": "/http-proxy",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "http-proxy@1.15.2",
|
||
|
"name": "http-proxy",
|
||
|
"escapedName": "http-proxy",
|
||
|
"rawSpec": "1.15.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.15.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/browser-sync"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.2.tgz",
|
||
|
"_shasum": "642fdcaffe52d3448d2bda3b0079e9409064da31",
|
||
|
"_spec": "http-proxy@1.15.2",
|
||
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/browser-sync",
|
||
|
"author": {
|
||
|
"name": "Charlie Robbins",
|
||
|
"email": "charlie.robbins@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nodejitsu/node-http-proxy/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"eventemitter3": "1.x.x",
|
||
|
"requires-port": "1.x.x"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "HTTP proxying for the masses",
|
||
|
"devDependencies": {
|
||
|
"async": "*",
|
||
|
"blanket": "*",
|
||
|
"coveralls": "*",
|
||
|
"dox": "*",
|
||
|
"expect.js": "*",
|
||
|
"mocha": "*",
|
||
|
"mocha-lcov-reporter": "*",
|
||
|
"semver": "^5.0.3",
|
||
|
"socket.io": "*",
|
||
|
"socket.io-client": "*",
|
||
|
"sse": "0.0.6",
|
||
|
"ws": "^0.8.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "jcrugzz",
|
||
|
"email": "jcrugzz@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "http-proxy",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nodejitsu/node-http-proxy.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
|
||
|
"test": "mocha test/*-test.js",
|
||
|
"test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
|
||
|
},
|
||
|
"version": "1.15.2"
|
||
|
}
|