{
  "_from": "@emotion/memoize@^0.9.0",
  "_id": "@emotion/memoize@0.9.0",
  "_inBundle": false,
  "_integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  "_location": "/@emotion/memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/memoize@^0.9.0",
    "name": "@emotion/memoize",
    "escapedName": "@emotion%2fmemoize",
    "scope": "@emotion",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/@emotion/babel-plugin",
    "/@emotion/cache",
    "/@emotion/is-prop-valid",
    "/@emotion/serialize"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
  "_shasum": "745969d649977776b43fc7648c556aaa462b4102",
  "_spec": "@emotion/memoize@^0.9.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@emotion\\babel-plugin",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "emotion's memoize utility",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^5.4.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"
  ],
  "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": "dist/emotion-memoize.cjs.d.ts",
  "version": "0.9.0"
}
