123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "babel-plugin-emotion@^10.0.22",
- "_id": "babel-plugin-emotion@10.0.23",
- "_inBundle": false,
- "_integrity": "sha512-1JiCyXU0t5S2xCbItejCduLGGcKmF3POT0Ujbexog2MI4IlRcIn/kWjkYwCUZlxpON0O5FC635yPl/3slr7cKQ==",
- "_location": "/babel-plugin-emotion",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "babel-plugin-emotion@^10.0.22",
- "name": "babel-plugin-emotion",
- "escapedName": "babel-plugin-emotion",
- "rawSpec": "^10.0.22",
- "saveSpec": null,
- "fetchSpec": "^10.0.22"
- },
- "_requiredBy": [
- "/@emotion/css"
- ],
- "_resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.23.tgz",
- "_shasum": "040d40bf61dcab6d31dd6043d10e180240b8515b",
- "_spec": "babel-plugin-emotion@^10.0.22",
- "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/css",
- "author": {
- "name": "Kye Hohenberger"
- },
- "bugs": {
- "url": "https://github.com/emotion-js/emotion/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0",
- "@emotion/hash": "0.7.3",
- "@emotion/memoize": "0.7.3",
- "@emotion/serialize": "^0.11.14",
- "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"
- },
- "deprecated": false,
- "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.23"
- }
|