You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
3.5 KiB
127 lines
3.5 KiB
{ |
|
"_from": "react-dev-utils@^9.1.0", |
|
"_id": "react-dev-utils@9.1.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==", |
|
"_location": "/react-dev-utils", |
|
"_phantomChildren": { |
|
"caniuse-lite": "1.0.30001012", |
|
"chalk": "2.4.2", |
|
"cli-width": "2.2.0", |
|
"electron-to-chromium": "1.3.314", |
|
"escape-string-regexp": "1.0.5", |
|
"external-editor": "3.1.0", |
|
"lodash": "4.17.15", |
|
"node-releases": "1.1.41", |
|
"run-async": "2.3.0", |
|
"rxjs": "6.5.3", |
|
"signal-exit": "3.0.2", |
|
"strip-ansi": "5.2.0", |
|
"through": "2.3.8" |
|
}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "react-dev-utils@^9.1.0", |
|
"name": "react-dev-utils", |
|
"escapedName": "react-dev-utils", |
|
"rawSpec": "^9.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^9.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-9.1.0.tgz", |
|
"_shasum": "3ad2bb8848a32319d760d0a84c56c14bdaae5e81", |
|
"_spec": "react-dev-utils@^9.1.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts", |
|
"bugs": { |
|
"url": "https://github.com/facebook/create-react-app/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"@babel/code-frame": "7.5.5", |
|
"address": "1.1.2", |
|
"browserslist": "4.7.0", |
|
"chalk": "2.4.2", |
|
"cross-spawn": "6.0.5", |
|
"detect-port-alt": "1.1.6", |
|
"escape-string-regexp": "1.0.5", |
|
"filesize": "3.6.1", |
|
"find-up": "3.0.0", |
|
"fork-ts-checker-webpack-plugin": "1.5.0", |
|
"global-modules": "2.0.0", |
|
"globby": "8.0.2", |
|
"gzip-size": "5.1.1", |
|
"immer": "1.10.0", |
|
"inquirer": "6.5.0", |
|
"is-root": "2.1.0", |
|
"loader-utils": "1.2.3", |
|
"open": "^6.3.0", |
|
"pkg-up": "2.0.0", |
|
"react-error-overlay": "^6.0.3", |
|
"recursive-readdir": "2.2.2", |
|
"shell-quote": "1.7.2", |
|
"sockjs-client": "1.4.0", |
|
"strip-ansi": "5.2.0", |
|
"text-table": "0.2.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Webpack utilities used by Create React App", |
|
"devDependencies": { |
|
"cross-env": "^5.2.0", |
|
"jest": "24.9.0" |
|
}, |
|
"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", |
|
"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", |
|
"typescriptFormatter.js", |
|
"WatchMissingNodeModulesPlugin.js", |
|
"WebpackDevServerUtils.js", |
|
"webpackHotDevClient.js" |
|
], |
|
"gitHead": "7fae307aefe74282f2ffc98e8f1f401ddf5fab3f", |
|
"homepage": "https://github.com/facebook/create-react-app#readme", |
|
"license": "MIT", |
|
"name": "react-dev-utils", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/facebook/create-react-app.git", |
|
"directory": "packages/react-dev-utils" |
|
}, |
|
"scripts": { |
|
"test": "cross-env FORCE_COLOR=true jest" |
|
}, |
|
"version": "9.1.0" |
|
}
|
|
|