{ "name": "react-dev-utils", "version": "11.0.4", "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": ">=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", "InterpolateHtmlPlugin.js", "launchEditor.js", "launchEditorEndpoint.js", "ModuleNotFoundPlugin.js", "ModuleScopePlugin.js", "noopServiceWorkerMiddleware.js", "openBrowser.js", "openChrome.applescript", "printBuildError.js", "printHostingInstructions.js", "redirectServedPathMiddleware.js", "refreshOverlayInterop.js", "typescriptFormatter.js", "WatchMissingNodeModulesPlugin.js", "WebpackDevServerUtils.js", "webpackHotDevClient.js" ], "dependencies": { "@babel/code-frame": "7.10.4", "address": "1.1.2", "browserslist": "4.14.2", "chalk": "2.4.2", "cross-spawn": "7.0.3", "detect-port-alt": "1.1.6", "escape-string-regexp": "2.0.0", "filesize": "6.1.0", "find-up": "4.1.0", "fork-ts-checker-webpack-plugin": "4.1.6", "global-modules": "2.0.0", "globby": "11.0.1", "gzip-size": "5.1.1", "immer": "8.0.1", "is-root": "2.1.0", "loader-utils": "2.0.0", "open": "^7.0.2", "pkg-up": "3.1.0", "prompts": "2.4.0", "react-error-overlay": "^6.0.9", "recursive-readdir": "2.2.2", "shell-quote": "1.7.2", "strip-ansi": "6.0.0", "text-table": "0.2.0" }, "devDependencies": { "cross-env": "^7.0.2", "jest": "26.6.0" }, "scripts": { "test": "cross-env FORCE_COLOR=true jest" } }