react-scripts
Version:
Configuration and scripts for Create React App.
118 lines (117 loc) • 3.19 kB
JSON
{
"_args": [
[
{
"raw": "http-proxy@^1.14.0",
"scope": null,
"escapedName": "http-proxy",
"name": "http-proxy",
"rawSpec": "^1.14.0",
"spec": ">=1.14.0 <2.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/http-proxy-middleware"
]
],
"_from": "http-proxy@>=1.14.0 <2.0.0",
"_id": "http-proxy@1.15.1",
"_inCache": true,
"_location": "/http-proxy",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/http-proxy-1.15.1.tgz_1473887557394_0.4286337874364108"
},
"_npmUser": {
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
},
"_npmVersion": "3.9.6",
"_phantomChildren": {},
"_requested": {
"raw": "http-proxy@^1.14.0",
"scope": null,
"escapedName": "http-proxy",
"name": "http-proxy",
"rawSpec": "^1.14.0",
"spec": ">=1.14.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/http-proxy-middleware"
],
"_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.1.tgz",
"_shasum": "91a6088172e79bc0e821d5eb04ce702f32446393",
"_shrinkwrap": null,
"_spec": "http-proxy@^1.14.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/http-proxy-middleware",
"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"
},
"directories": {},
"dist": {
"shasum": "91a6088172e79bc0e821d5eb04ce702f32446393",
"tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "912cd3acaef484f7ea08affc9339250082e04058",
"homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "cronopio",
"email": "aristizabal.daniel@gmail.com"
},
{
"name": "yawnt",
"email": "yawn.localhost@gmail.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "http-proxy",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1"
}