react-scripts
Version:
Configuration and scripts for Create React App.
112 lines (111 loc) • 3.1 kB
JSON
{
"_args": [
[
"http-proxy-middleware@0.17.1",
"/Users/dan/p/create-react-app"
]
],
"_from": "http-proxy-middleware@0.17.1",
"_id": "http-proxy-middleware@0.17.1",
"_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.1.tgz_1470951029603_0.6751409117132425"
},
"_npmUser": {
"email": "stevenchim@gmail.com",
"name": "chimurai"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "http-proxy-middleware",
"raw": "http-proxy-middleware@0.17.1",
"rawSpec": "0.17.1",
"scope": null,
"spec": "0.17.1",
"type": "version"
},
"_requiredBy": [
"/",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.1.tgz",
"_shasum": "e2b847aa9962d8ce312cc82a3f443d5039cf197a",
"_shrinkwrap": null,
"_spec": "http-proxy-middleware@0.17.1",
"_where": "/Users/dan/p/create-react-app",
"author": {
"name": "Steven Chim"
},
"bugs": {
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"dependencies": {
"http-proxy": "^1.14.0",
"is-glob": "^2.0.1",
"lodash": "^4.14.2",
"micromatch": "^2.3.11"
},
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"devDependencies": {
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"connect": "^3.4.1",
"coveralls": "^2.11.12",
"express": "^4.14.0",
"istanbul": "^0.4.4",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "1.2.0",
"opn": "^4.0.2",
"ws": "^1.1.1"
},
"directories": {},
"dist": {
"shasum": "e2b847aa9962d8ce312cc82a3f443d5039cf197a",
"tarball": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.1.tgz"
},
"gitHead": "8a0ff1f0da2496b517ba02ccb30b1a9a17926dc7",
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"keywords": [
"browser-sync",
"connect",
"cors",
"express",
"grunt-contrib-connect",
"gulp",
"http",
"https",
"middleware",
"proxy",
"reverse",
"websocket",
"ws"
],
"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.1"
}