mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-16 09:09:04 +00:00
update
This commit is contained in:
79
node_modules/http-proxy/package.json
generated
vendored
Normal file
79
node_modules/http-proxy/package.json
generated
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"http-proxy@1.15.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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",
|
||||
"_spec": "1.15.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Charlie Robbins",
|
||||
"email": "charlie.robbins@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodejitsu/node-http-proxy/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"eventemitter3": "1.x.x",
|
||||
"requires-port": "1.x.x"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user