Security upgrades
This commit is contained in:
94
node_modules/@material-ui/styles/package.json
generated
vendored
Normal file
94
node_modules/@material-ui/styles/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_from": "@material-ui/styles@^4.10.0",
|
||||
"_id": "@material-ui/styles@4.10.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XPwiVTpd3rlnbfrgtEJ1eJJdFCXZkHxy8TrdieaTvwxNYj42VnnCyFzxYeNW9Lhj4V1oD8YtQ6S5Gie7bZDf7Q==",
|
||||
"_location": "/@material-ui/styles",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@material-ui/styles@^4.10.0",
|
||||
"name": "@material-ui/styles",
|
||||
"escapedName": "@material-ui%2fstyles",
|
||||
"scope": "@material-ui",
|
||||
"rawSpec": "^4.10.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.10.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@material-ui/core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.10.0.tgz",
|
||||
"_shasum": "2406dc23aa358217aa8cc772e6237bd7f0544071",
|
||||
"_spec": "@material-ui/styles@^4.10.0",
|
||||
"_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",
|
||||
"@emotion/hash": "^0.8.0",
|
||||
"@material-ui/types": "^5.1.0",
|
||||
"@material-ui/utils": "^4.9.6",
|
||||
"clsx": "^1.0.4",
|
||||
"csstype": "^2.5.2",
|
||||
"hoist-non-react-statics": "^3.3.2",
|
||||
"jss": "^10.0.3",
|
||||
"jss-plugin-camel-case": "^10.0.3",
|
||||
"jss-plugin-default-unit": "^10.0.3",
|
||||
"jss-plugin-global": "^10.0.3",
|
||||
"jss-plugin-nested": "^10.0.3",
|
||||
"jss-plugin-props-sort": "^10.0.3",
|
||||
"jss-plugin-rule-value-function": "^10.0.3",
|
||||
"jss-plugin-vendor-prefixer": "^10.0.3",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Material-UI Styles - The styling solution of Material-UI.",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/material-ui"
|
||||
},
|
||||
"homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-styles",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"material design",
|
||||
"material-ui",
|
||||
"styles"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"module": "./esm/index.js",
|
||||
"name": "@material-ui/styles",
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.8.6",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mui-org/material-ui.git",
|
||||
"directory": "packages/material-ui-styles"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"typings": "./index.d.ts",
|
||||
"version": "4.10.0"
|
||||
}
|
||||
Reference in New Issue
Block a user