Gazebo_simulation-Frontend/node_modules/jss-plugin-vendor-prefixer/package.json
2020-12-22 09:59:14 -05:00

75 lines
2.1 KiB
JSON

{
"_args": [
[
"jss-plugin-vendor-prefixer@10.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "jss-plugin-vendor-prefixer@10.0.0",
"_id": "jss-plugin-vendor-prefixer@10.0.0",
"_inBundle": false,
"_integrity": "sha512-qslqvL0MUbWuzXJWdUxpj6mdNUX8jr4FFTo3aZnAT65nmzWL7g8oTr9ZxmTXXgdp7ANhS1QWE7036/Q2isFBpw==",
"_location": "/jss-plugin-vendor-prefixer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jss-plugin-vendor-prefixer@10.0.0",
"name": "jss-plugin-vendor-prefixer",
"escapedName": "jss-plugin-vendor-prefixer",
"rawSpec": "10.0.0",
"saveSpec": null,
"fetchSpec": "10.0.0"
},
"_requiredBy": [
"/@material-ui/styles"
],
"_resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.0.0.tgz",
"_spec": "10.0.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "JSS Team"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-plugin-vendor-prefixer]"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"css-vendor": "^2.0.6",
"jss": "10.0.0"
},
"description": "JSS plugin that handles vendor prefixes in the browser",
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0"
},
"files": [
"dist",
"src",
"LICENSE"
],
"gitHead": "9562e1d1ba2a137fbc459ed83cd3a61cb894cdb2",
"homepage": "https://cssinjs.org/jss-plugin-vendor-prefixer",
"keywords": [
"cssinjs",
"jss",
"plugin",
"vendor",
"prefixer"
],
"license": "MIT",
"main": "dist/jss-plugin-vendor-prefixer.cjs.js",
"module": "dist/jss-plugin-vendor-prefixer.esm.js",
"name": "jss-plugin-vendor-prefixer",
"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-plugin-vendor-prefixer.bundle.js",
"version": "10.0.0"
}