Gazebo_simulation-Frontend/node_modules/babel-plugin-emotion/package.json

76 lines
2.1 KiB
JSON

{
"_args": [
[
"babel-plugin-emotion@10.0.27",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "babel-plugin-emotion@10.0.27",
"_id": "babel-plugin-emotion@10.0.27",
"_inBundle": false,
"_integrity": "sha512-SUNYcT4FqhOqvwv0z1oeYhqgheU8qrceLojuHyX17ngo7WtWqN5I9l3IGHzf21Xraj465CVzF4IvOlAF+3ed0A==",
"_location": "/babel-plugin-emotion",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-emotion@10.0.27",
"name": "babel-plugin-emotion",
"escapedName": "babel-plugin-emotion",
"rawSpec": "10.0.27",
"saveSpec": null,
"fetchSpec": "10.0.27"
},
"_requiredBy": [
"/emotion"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-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/helper-module-imports": "^7.0.0",
"@emotion/hash": "0.7.4",
"@emotion/memoize": "0.7.4",
"@emotion/serialize": "^0.11.15",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^1.0.5",
"find-root": "^1.1.0",
"source-map": "^0.5.7"
},
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"devDependencies": {
"babel-check-duplicated-nodes": "^1.0.0",
"babel-core": "^6.26.3"
},
"files": [
"src",
"lib",
"dist"
],
"homepage": "https://emotion.sh",
"keywords": [
"styles",
"emotion",
"react",
"css",
"css-in-js"
],
"license": "MIT",
"main": "dist/babel-plugin-emotion.cjs.js",
"module": "dist/babel-plugin-emotion.esm.js",
"name": "babel-plugin-emotion",
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/babel-plugin-emotion"
},
"version": "10.0.27"
}