{
  "_args": [
    [
      "@emotion/utils@1.2.1",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@emotion/utils@1.2.1",
  "_id": "@emotion/utils@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==",
  "_location": "/@emotion/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@emotion/utils@1.2.1",
    "name": "@emotion/utils",
    "escapedName": "@emotion%2futils",
    "scope": "@emotion",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/@emotion/cache",
    "/@emotion/react",
    "/@emotion/serialize",
    "/@emotion/styled"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "browser": {
    "./dist/emotion-utils.esm.js": "./dist/emotion-utils.browser.esm.js"
  },
  "description": "internal utils for emotion",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^4.5.5"
  },
  "exports": {
    ".": {
      "module": {
        "worker": "./dist/emotion-utils.worker.esm.js",
        "browser": "./dist/emotion-utils.browser.esm.js",
        "default": "./dist/emotion-utils.esm.js"
      },
      "import": "./dist/emotion-utils.cjs.mjs",
      "default": "./dist/emotion-utils.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "license": "MIT",
  "main": "dist/emotion-utils.cjs.js",
  "module": "dist/emotion-utils.esm.js",
  "name": "@emotion/utils",
  "preconstruct": {
    "exports": {
      "envConditions": [
        "browser",
        "worker"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emotion-js/emotion/tree/main/packages/utils"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "types": "types/index.d.ts",
  "version": "1.2.1"
}
