Gazebo_simulation-Frontend/node_modules/emotion/package.json

82 lines
1.9 KiB
JSON

{
"_args": [
[
"emotion@10.0.27",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "emotion@10.0.27",
"_id": "emotion@10.0.27",
"_inBundle": false,
"_integrity": "sha512-2xdDzdWWzue8R8lu4G76uWX5WhyQuzATon9LmNeCy/2BHVC6dsEpfhN1a0qhELgtDVdjyEA6J8Y/VlI5ZnaH0g==",
"_location": "/emotion",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "emotion@10.0.27",
"name": "emotion",
"escapedName": "emotion",
"rawSpec": "10.0.27",
"saveSpec": null,
"fetchSpec": "10.0.27"
},
"_requiredBy": [
"/react-loading-overlay"
],
"_resolved": "https://registry.npmjs.org/emotion/-/emotion-10.0.27.tgz",
"_spec": "10.0.27",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Kye Hohenberger"
},
"bugs": {
"url": "https://github.com/emotion-js/emotion/issues"
},
"dependencies": {
"babel-plugin-emotion": "^10.0.27",
"create-emotion": "^10.0.27"
},
"description": "The Next Generation of CSS-in-JS.",
"devDependencies": {
"@emotion/stylis": "0.8.5",
"babel-plugin-transform-define": "^1.3.0",
"dtslint": "^0.3.0",
"stylis": "3.5.4",
"stylis-rule-sheet": "^0.0.10"
},
"files": [
"src",
"dist",
"types",
"macro.js",
"macro.d.ts",
"macro.js.flow"
],
"homepage": "https://emotion.sh",
"keywords": [
"styles",
"emotion",
"react",
"css",
"css-in-js"
],
"license": "MIT",
"main": "dist/emotion.cjs.js",
"module": "dist/emotion.esm.js",
"name": "emotion",
"preconstruct": {
"umdName": "emotion"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/emotion"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"umd:main": "dist/emotion.umd.min.js",
"version": "10.0.27"
}