{ "_from": "roadhog@^2.5.0-beta.4", "_id": "roadhog@2.5.0-beta.4", "_inBundle": false, "_integrity": "sha512-y1hGvNSoxeShwZcfpyUg7Mc7xXQjkX9Wtgm6xGrHkjdqtBBZ4dgd7BWZRwfORlzE9fGPUV0yurG1qgys7AicrA==", "_location": "/roadhog", "_phantomChildren": { "arr-flatten": "1.1.0", "async-each": "1.0.6", "code-point-at": "1.1.0", "core-util-is": "1.0.3", "decamelize": "1.2.0", "define-property": "2.0.2", "error-ex": "1.3.2", "expand-range": "1.8.2", "extend-shallow": "3.0.2", "filename-regex": "2.0.1", "fill-range": "4.0.0", "fragment-cache": "0.2.1", "graceful-fs": "4.2.11", "http-proxy": "1.18.1", "inherits": "2.0.4", "is-accessor-descriptor": "1.0.1", "is-data-descriptor": "1.0.1", "is-extendable": "0.1.1", "is-fullwidth-code-point": "1.0.0", "is-posix-bracket": "0.1.1", "isobject": "3.0.1", "kind-of": "3.2.2", "lodash": "4.17.21", "ms": "2.0.0", "nanomatch": "1.2.13", "normalize-package-data": "2.5.0", "object.omit": "2.0.1", "object.pick": "1.3.0", "os-locale": "2.1.0", "parse-glob": "3.0.4", "path-is-absolute": "1.0.1", "posix-character-classes": "0.1.1", "preserve": "0.2.0", "process-nextick-args": "2.0.1", "regex-cache": "0.4.4", "regex-not": "1.0.2", "remove-trailing-separator": "1.1.0", "repeat-element": "1.1.4", "require-directory": "2.1.1", "set-blocking": "2.0.0", "snapdragon": "0.8.2", "snapdragon-node": "2.1.1", "split-string": "3.1.0", "strip-ansi": "3.0.1", "strip-bom": "3.0.0", "to-regex": "3.0.2", "util-deprecate": "1.0.2", "which-module": "2.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "roadhog@^2.5.0-beta.4", "name": "roadhog", "escapedName": "roadhog", "rawSpec": "^2.5.0-beta.4", "saveSpec": null, "fetchSpec": "^2.5.0-beta.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/roadhog/-/roadhog-2.5.0-beta.4.tgz", "_shasum": "0f9ba6ee45f2a32334151bc755e7e8601e727e9b", "_spec": "roadhog@^2.5.0-beta.4", "_where": "/data/jenkins/workspace/front-v5-web", "authors": [ "chencheng (https://github.com/sorrycc)" ], "bin": { "roadhog": "bin/roadhog.js" }, "bugs": { "url": "https://github.com/sorrycc/roadhog/issues" }, "bundleDependencies": false, "dependencies": { "@babel/core": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.0.0", "af-webpack": "^0.23.0-beta.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-umi": "^1.0.0", "bigbrother-webpack-plugin": "^1.1.2", "body-parser": "^1.17.2", "build-statistics-webpack-plugin": "^1.0.3", "chalk": "^1.1.3", "chokidar": "^1.7.0", "debug": "^3.1.0", "glob": "^7.1.2", "graceful-process": "^1.1.0", "http-proxy-middleware": "^0.18.0", "is-plain-object": "^2.0.3", "lodash.escaperegexp": "^4.1.2", "parse-json-pretty": "^0.1.0", "strip-json-comments": "^2.0.1", "umi-notify": "^0.1.0", "umi-test": "^0.6.0-beta.1", "update-notifier": "^2.3.0", "yargs": "^8.0.1" }, "deprecated": false, "description": "Cli tool for creating react apps, configurable version of create-react-app.", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-eslint": "^8.0.2", "eslint": "^4.10.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.4.0", "expect": "^1.20.2", "got": "^6.7.1", "husky": "^0.14.3", "lint-staged": "^4.3.0", "prettier": "^1.8.1", "rimraf": "^2.6.2", "vinyl-fs": "^3.0.2" }, "files": [ "bin", "src", "lib", "template" ], "keywords": [ "roadhog", "react", "cli", "create-react-app", "webpack" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --trailing-comma all --single-quote --write", "git add" ] }, "name": "roadhog", "scripts": { "build": "node scripts/build.js", "lint": "eslint --ext .js src", "precommit": "lint-staged", "test": "echo empty test" }, "version": "2.5.0-beta.4" }