{
  "_from": "@emotion/weak-memoize@^0.4.0",
  "_id": "@emotion/weak-memoize@0.4.0",
  "_inBundle": false,
  "_integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  "_location": "/@emotion/weak-memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/weak-memoize@^0.4.0",
    "name": "@emotion/weak-memoize",
    "escapedName": "@emotion%2fweak-memoize",
    "scope": "@emotion",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/@emotion/cache",
    "/@emotion/react"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  "_shasum": "5e13fac887f08c44f76b0ccaf3370eb00fec9bb6",
  "_spec": "@emotion/weak-memoize@^0.4.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@emotion\\react",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A memoization function that uses a WeakMap",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^5.4.5"
  },
  "exports": {
    ".": {
      "module": "./dist/emotion-weak-memoize.esm.js",
      "import": "./dist/emotion-weak-memoize.cjs.mjs",
      "default": "./dist/emotion-weak-memoize.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist"
  ],
  "license": "MIT",
  "main": "dist/emotion-weak-memoize.cjs.js",
  "module": "dist/emotion-weak-memoize.esm.js",
  "name": "@emotion/weak-memoize",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emotion-js/emotion/tree/main/packages/weak-memoize"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "types": "dist/emotion-weak-memoize.cjs.d.ts",
  "version": "0.4.0"
}
