Security upgrades
This commit is contained in:
73
node_modules/@material-ui/utils/package.json
generated
vendored
Normal file
73
node_modules/@material-ui/utils/package.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "@material-ui/utils@^4.10.2",
|
||||
"_id": "@material-ui/utils@4.10.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eg29v74P7W5r6a4tWWDAAfZldXIzfyO1am2fIsC39hdUUHm/33k6pGOKPbgDjg/U/4ifmgAePy/1OjkKN6rFRw==",
|
||||
"_location": "/@material-ui/utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@material-ui/utils@^4.10.2",
|
||||
"name": "@material-ui/utils",
|
||||
"escapedName": "@material-ui%2futils",
|
||||
"scope": "@material-ui",
|
||||
"rawSpec": "^4.10.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.10.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@material-ui/core",
|
||||
"/@material-ui/styles",
|
||||
"/@material-ui/system"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.10.2.tgz",
|
||||
"_shasum": "3fd5470ca61b7341f1e0468ac8f29a70bf6df321",
|
||||
"_spec": "@material-ui/utils@^4.10.2",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\@material-ui\\core",
|
||||
"author": {
|
||||
"name": "Material-UI Team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mui-org/material-ui/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-is": "^16.8.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Material-UI Utils - Utility functions for Material-UI.",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"material design",
|
||||
"material-ui",
|
||||
"utils"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"module": "./esm/index.js",
|
||||
"name": "@material-ui/utils",
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
},
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mui-org/material-ui.git",
|
||||
"directory": "packages/material-ui-utils"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"typings": "./index.d.ts",
|
||||
"version": "4.10.2"
|
||||
}
|
||||
Reference in New Issue
Block a user