react-scripts
Version:
Configuration and scripts for Create React App.
120 lines (119 loc) • 3.34 kB
JSON
{
"_args": [
[
{
"raw": "http-proxy-middleware@0.17.0",
"scope": null,
"escapedName": "http-proxy-middleware",
"name": "http-proxy-middleware",
"rawSpec": "0.17.0",
"spec": "0.17.0",
"type": "version"
},
"/Users/gaearon/p/create-react-app"
]
],
"_from": "http-proxy-middleware@0.17.0",
"_id": "http-proxy-middleware@0.17.0",
"_inCache": true,
"_installable": true,
"_location": "/http-proxy-middleware",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/http-proxy-middleware-0.17.0.tgz_1467560119815_0.34178488166071475"
},
"_npmUser": {
"name": "chimurai",
"email": "stevenchim@gmail.com"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"raw": "http-proxy-middleware@0.17.0",
"scope": null,
"escapedName": "http-proxy-middleware",
"name": "http-proxy-middleware",
"rawSpec": "0.17.0",
"spec": "0.17.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.0.tgz",
"_shasum": "65770b0bb5d2b17792984e595afb082599bf81e7",
"_shrinkwrap": null,
"_spec": "http-proxy-middleware@0.17.0",
"_where": "/Users/gaearon/p/create-react-app",
"author": {
"name": "Steven Chim"
},
"bugs": {
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"dependencies": {
"http-proxy": "^1.13.3",
"is-glob": "^2.0.1",
"lodash": "^4.13.1",
"micromatch": "^2.3.8"
},
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"devDependencies": {
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"connect": "^3.4.1",
"coveralls": "^2.11.9",
"express": "^4.13.4",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "1.2.0",
"opn": "^4.0.2",
"ws": "^1.1.0"
},
"directories": {},
"dist": {
"shasum": "65770b0bb5d2b17792984e595afb082599bf81e7",
"tarball": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.0.tgz"
},
"gitHead": "306fdd4162af41a5ced5ba17be80cbb861204f5f",
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"keywords": [
"reverse",
"proxy",
"middleware",
"http",
"https",
"connect",
"express",
"browser-sync",
"gulp",
"grunt-contrib-connect",
"websocket",
"ws",
"cors"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "chimurai",
"email": "stevenchim@gmail.com"
}
],
"name": "http-proxy-middleware",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/chimurai/http-proxy-middleware.git"
},
"scripts": {
"clean": "rm -rf coverage",
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
"test": "mocha --recursive --colors --reporter spec"
},
"version": "0.17.0"
}