Security upgrades
This commit is contained in:
84
node_modules/jss/package.json
generated
vendored
Normal file
84
node_modules/jss/package.json
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"_from": "jss@^10.0.3",
|
||||
"_id": "jss@10.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-B5sTRW9B6uHaUVzSo9YiMEOEp3UX8lWevU0Fsv+xtRnsShmgCfIYX44bTH8bPJe6LQKqEXku3ulKuHLbxBS97Q==",
|
||||
"_location": "/jss",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jss@^10.0.3",
|
||||
"name": "jss",
|
||||
"escapedName": "jss",
|
||||
"rawSpec": "^10.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^10.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@material-ui/styles",
|
||||
"/jss-plugin-camel-case",
|
||||
"/jss-plugin-default-unit",
|
||||
"/jss-plugin-global",
|
||||
"/jss-plugin-nested",
|
||||
"/jss-plugin-props-sort",
|
||||
"/jss-plugin-rule-value-function",
|
||||
"/jss-plugin-vendor-prefixer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss/-/jss-10.3.0.tgz",
|
||||
"_shasum": "2cf7be265f72b59c1764d816fdabff1c5dd18326",
|
||||
"_spec": "jss@^10.0.3",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\@material-ui\\styles",
|
||||
"author": {
|
||||
"name": "JSS Team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss/issues/new"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.3.1",
|
||||
"csstype": "^2.6.5",
|
||||
"is-in-browser": "^1.1.3",
|
||||
"tiny-warning": "^1.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A lib for generating Style Sheets with JavaScript.",
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"LICENSE"
|
||||
],
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/jss"
|
||||
},
|
||||
"gitHead": "4094410d82dfdae772e1c09f0cd187cb48fa1cdc",
|
||||
"homepage": "https://cssinjs.org/",
|
||||
"keywords": [
|
||||
"jss",
|
||||
"style",
|
||||
"sheet",
|
||||
"stylesheet",
|
||||
"css",
|
||||
"components",
|
||||
"composable",
|
||||
"css in js",
|
||||
"css-in-js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/jss.cjs.js",
|
||||
"module": "dist/jss.esm.js",
|
||||
"name": "jss",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssinjs/jss.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node ../../scripts/build.js",
|
||||
"check-snapshot": "node ../../scripts/match-snapshot.js"
|
||||
},
|
||||
"typings": "./src/index.d.ts",
|
||||
"unpkg": "dist/jss.bundle.js",
|
||||
"version": "10.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user