{
  "_args": [
    [
      "@emotion/css@11.0.0",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "@emotion/css@11.0.0",
  "_id": "@emotion/css@11.0.0",
  "_inBundle": false,
  "_integrity": "sha512-i7/uzTYcoP0hIW9V4YobD/mYAt6rjNySr9g6CS7JEFsRDfskg4nUczzIehALfacDaHbHaOQYaNDHBGuD/AtW5A==",
  "_location": "/@emotion/css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@emotion/css@11.0.0",
    "name": "@emotion/css",
    "escapedName": "@emotion%2fcss",
    "scope": "@emotion",
    "rawSpec": "11.0.0",
    "saveSpec": null,
    "fetchSpec": "11.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.0.0.tgz",
  "_spec": "11.0.0",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "author": {
    "name": "Kye Hohenberger"
  },
  "bugs": {
    "url": "https://github.com/emotion-js/emotion/issues"
  },
  "dependencies": {
    "@emotion/babel-plugin": "^11.0.0",
    "@emotion/cache": "^11.0.0",
    "@emotion/serialize": "^1.0.0",
    "@emotion/sheet": "^1.0.0",
    "@emotion/utils": "^1.0.0"
  },
  "description": "The Next Generation of CSS-in-JS.",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "dtslint": "^0.3.0"
  },
  "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"
    ]
  },
  "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-css.umd.min.js",
  "version": "11.0.0"
}
