{ "name": "react-dev-utils", "version": "10.2.1", "description": "webpack utilities used by Create React App", "repository": { "type": "git", "url": "https://github.com/facebook/create-react-app.git", "directory": "packages/react-dev-utils" }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" }, "engines": { "node": ">=8.10" }, "files": [ "browsersHelper.js", "chalk.js", "checkRequiredFiles.js", "clearConsole.js", "crossSpawn.js", "errorOverlayMiddleware.js", "eslintFormatter.js", "evalSourceMapMiddleware.js", "FileSizeReporter.js", "ForkTsCheckerWebpackPlugin.js", "formatWebpackMessages.js", "getCacheIdentifier.js", "getCSSModuleLocalIdent.js", "getProcessForPort.js", "getPublicUrlOrPath.js", "globby.js", "ignoredFiles.js", "immer.js", "InlineChunkHtmlPlugin.js", "inquirer.js", "InterpolateHtmlPlugin.js", "launchEditor.js", "launchEditorEndpoint.js", "ModuleNotFoundPlugin.js", "ModuleScopePlugin.js", "noopServiceWorkerMiddleware.js", "openBrowser.js", "openChrome.applescript", "printBuildError.js", "printHostingInstructions.js", "redirectServedPathMiddleware.js", "typescriptFormatter.js", "WatchMissingNodeModulesPlugin.js", "WebpackDevServerUtils.js", "webpackHotDevClient.js" ], "dependencies": { "@babel/code-frame": "7.8.3", "address": "1.1.2", "browserslist": "4.10.0", "chalk": "2.4.2", "cross-spawn": "7.0.1", "detect-port-alt": "1.1.6", "escape-string-regexp": "2.0.0", "filesize": "6.0.1", "find-up": "4.1.0", "fork-ts-checker-webpack-plugin": "3.1.1", "global-modules": "2.0.0", "globby": "8.0.2", "gzip-size": "5.1.1", "immer": "1.10.0", "inquirer": "7.0.4", "is-root": "2.1.0", "loader-utils": "1.2.3", "open": "^7.0.2", "pkg-up": "3.1.0", "react-error-overlay": "^6.0.7", "recursive-readdir": "2.2.2", "shell-quote": "1.7.2", "strip-ansi": "6.0.0", "text-table": "0.2.0" }, "devDependencies": { "cross-env": "^6.0.3", "jest": "24.9.0" }, "scripts": { "test": "cross-env FORCE_COLOR=true jest" }, "gitHead": "d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d" }