Gazebo_simulation-Frontend/node_modules/jss/package.json

50 lines
1.2 KiB
JSON

{
"name": "jss",
"description": "A lib for generating Style Sheets with JavaScript.",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss.cjs.js",
"module": "dist/jss.esm.js",
"unpkg": "dist/jss.bundle.js",
"typings": "./src/index.d.ts",
"author": "JSS Team",
"repository": {
"type": "git",
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues/new"
},
"files": [
"dist",
"src",
"LICENSE"
],
"keywords": [
"jss",
"style",
"sheet",
"stylesheet",
"css",
"components",
"composable",
"css in js",
"css-in-js"
],
"scripts": {
"build": "node ../../scripts/build.js",
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"csstype": "^2.6.5",
"is-in-browser": "^1.1.3",
"tiny-warning": "^1.0.2"
},
"gitHead": "9562e1d1ba2a137fbc459ed83cd3a61cb894cdb2"
,"_resolved": "https://registry.npmjs.org/jss/-/jss-10.0.0.tgz"
,"_integrity": "sha512-TPpDFsiBjuERiL+dFDq8QCdiF9oDasPcNqCKLGCo/qED3fNYOQ8PX2lZhknyTiAt3tZrfOFbb0lbQ9lTjPZxsQ=="
,"_from": "jss@10.0.0"
}