{
  "_from": "@emotion/memoize@^0.8.1",
  "_id": "@emotion/memoize@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==",
  "_location": "/@emotion/memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/memoize@^0.8.1",
    "name": "@emotion/memoize",
    "escapedName": "@emotion%2fmemoize",
    "scope": "@emotion",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/@emotion/cache",
    "/@emotion/serialize"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
  "_shasum": "c1ddb040429c6d21d38cc945fe75c818cfb68e17",
  "_spec": "@emotion/memoize@^0.8.1",
  "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\@emotion\\cache",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "emotion's memoize utility",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^4.5.5"
  },
  "exports": {
    ".": {
      "module": "./dist/emotion-memoize.esm.js",
      "import": "./dist/emotion-memoize.cjs.mjs",
      "default": "./dist/emotion-memoize.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "license": "MIT",
  "main": "dist/emotion-memoize.cjs.js",
  "module": "dist/emotion-memoize.esm.js",
  "name": "@emotion/memoize",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emotion-js/emotion/tree/main/packages/memoize"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "types": "types/index.d.ts",
  "version": "0.8.1"
}
