Files
30-seconds-of-code/node_modules/react-dev-utils/package.json
2019-08-20 15:52:05 +02:00

107 lines
3.0 KiB
JSON

{
"_from": "react-dev-utils@^4.2.3",
"_id": "react-dev-utils@4.2.3",
"_inBundle": false,
"_integrity": "sha512-uvmkwl5uMexCmC0GUv1XGQP0YjfYePJufGg4YYiukhqk2vN1tQxwWJIBERqhOmSi80cppZg8mZnPP/kOMf1sUQ==",
"_location": "/react-dev-utils",
"_phantomChildren": {
"address": "1.0.3",
"cli-width": "2.2.0",
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"has-flag": "3.0.0",
"iconv-lite": "0.4.24",
"is-wsl": "1.1.0",
"lodash": "4.17.15",
"lru-cache": "4.1.5",
"run-async": "2.3.0",
"rx-lite": "4.0.8",
"rx-lite-aggregates": "4.0.8",
"shebang-command": "1.2.0",
"signal-exit": "3.0.2",
"strip-ansi": "3.0.1",
"through": "2.3.8",
"tmp": "0.0.33",
"which": "1.3.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-dev-utils@^4.2.3",
"name": "react-dev-utils",
"escapedName": "react-dev-utils",
"rawSpec": "^4.2.3",
"saveSpec": null,
"fetchSpec": "^4.2.3"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-4.2.3.tgz",
"_shasum": "5b42d9ea58d5e9e017a2f57a40a8af408a3a46fb",
"_spec": "react-dev-utils@^4.2.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"bugs": {
"url": "https://github.com/facebookincubator/create-react-app/issues"
},
"bundleDependencies": false,
"dependencies": {
"address": "1.0.3",
"babel-code-frame": "6.26.0",
"chalk": "1.1.3",
"cross-spawn": "5.1.0",
"detect-port-alt": "1.1.3",
"escape-string-regexp": "1.0.5",
"filesize": "3.5.11",
"global-modules": "1.0.0",
"gzip-size": "3.0.0",
"inquirer": "3.3.0",
"is-root": "1.0.0",
"opn": "5.1.0",
"react-error-overlay": "^3.0.0",
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"strip-ansi": "3.0.1",
"text-table": "0.2.0"
},
"deprecated": false,
"description": "Webpack utilities used by Create React App",
"engines": {
"node": ">=6"
},
"files": [
"checkRequiredFiles.js",
"clearConsole.js",
"crashOverlay.js",
"crossSpawn.js",
"eslintFormatter.js",
"errorOverlayMiddleware.js",
"FileSizeReporter.js",
"printBuildError.js",
"formatWebpackMessages.js",
"getProcessForPort.js",
"inquirer.js",
"InterpolateHtmlPlugin.js",
"launchEditor.js",
"launchEditorEndpoint.js",
"ModuleScopePlugin.js",
"noopServiceWorkerMiddleware.js",
"openBrowser.js",
"openChrome.applescript",
"printHostingInstructions.js",
"WatchMissingNodeModulesPlugin.js",
"WebpackDevServerUtils.js",
"webpackHotDevClient.js"
],
"homepage": "https://github.com/facebookincubator/create-react-app#readme",
"license": "MIT",
"name": "react-dev-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/facebookincubator/create-react-app.git"
},
"version": "4.2.3"
}