react-scripts
Version:
Configuration and scripts for Create React App.
110 lines (109 loc) • 2.9 kB
JSON
{
"_args": [
[
"http-proxy@^1.14.0",
"/Users/dan/p/create-react-app/node_modules/http-proxy-middleware"
]
],
"_from": "http-proxy@>=1.14.0 <2.0.0",
"_id": "http-proxy@1.14.0",
"_inCache": true,
"_installable": true,
"_location": "/http-proxy",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/http-proxy-1.14.0.tgz_1466002382159_0.5383694211486727"
},
"_npmUser": {
"email": "jcrugzz@gmail.com",
"name": "jcrugzz"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "http-proxy",
"raw": "http-proxy@^1.14.0",
"rawSpec": "^1.14.0",
"scope": null,
"spec": ">=1.14.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/http-proxy-middleware"
],
"_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.14.0.tgz",
"_shasum": "be32ab34dd5229e87840f4c27cb335ee195b2a83",
"_shrinkwrap": null,
"_spec": "http-proxy@^1.14.0",
"_where": "/Users/dan/p/create-react-app/node_modules/http-proxy-middleware",
"author": {
"email": "charlie.robbins@gmail.com",
"name": "Charlie Robbins"
},
"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": "be32ab34dd5229e87840f4c27cb335ee195b2a83",
"tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.14.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "fcfb0b37f6ac61369565507446377f91d955cf29",
"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.14.0"
}