{
  "_args": [
    [
      "@emotion/css@11.10.0",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "@emotion/css@11.10.0",
  "_id": "@emotion/css@11.10.0",
  "_inBundle": false,
  "_integrity": "sha512-dH9f+kSCucc8ilMg0MUA1AemabcyzYpe5EKX24F528PJjD7HyIY/VBNJHxfUdc8l400h2ncAjR6yEDu+DBj2cg==",
  "_location": "/@emotion/css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@emotion/css@11.10.0",
    "name": "@emotion/css",
    "escapedName": "@emotion%2fcss",
    "scope": "@emotion",
    "rawSpec": "11.10.0",
    "saveSpec": null,
    "fetchSpec": "11.10.0"
  },
  "_requiredBy": [
    "/react-select"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.10.0.tgz",
  "_spec": "11.10.0",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Kye Hohenberger"
  },
  "bugs": {
    "url": "https://github.com/emotion-js/emotion/issues"
  },
  "dependencies": {
    "@emotion/babel-plugin": "^11.10.0",
    "@emotion/cache": "^11.10.0",
    "@emotion/serialize": "^1.1.0",
    "@emotion/sheet": "^1.2.0",
    "@emotion/utils": "^1.2.0"
  },
  "description": "The Next Generation of CSS-in-JS.",
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^4.5.5"
  },
  "exports": {
    ".": {
      "module": "./dist/emotion-css.esm.js",
      "default": "./dist/emotion-css.cjs.js"
    },
    "./create-instance": {
      "module": "./create-instance/dist/emotion-css-create-instance.esm.js",
      "default": "./create-instance/dist/emotion-css-create-instance.cjs.js"
    },
    "./package.json": "./package.json",
    "./macro": "./macro.js"
  },
  "files": [
    "src",
    "dist",
    "types",
    "macro.js",
    "macro.d.ts",
    "macro.js.flow",
    "create-instance"
  ],
  "homepage": "https://emotion.sh",
  "keywords": [
    "styles",
    "emotion",
    "react",
    "css",
    "css-in-js"
  ],
  "license": "MIT",
  "main": "dist/emotion-css.cjs.js",
  "module": "dist/emotion-css.esm.js",
  "name": "@emotion/css",
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "peerDependenciesMeta": {
    "@babel/core": {
      "optional": true
    }
  },
  "preconstruct": {
    "umdName": "emotion",
    "entrypoints": [
      "./index.js",
      "./create-instance.js"
    ],
    "exports": {
      "extra": {
        "./macro": "./macro.js"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emotion-js/emotion/tree/main/packages/css"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "types": "types/index.d.ts",
  "umd:main": "dist/emotion-css.umd.min.js",
  "version": "11.10.0"
}
