{
  "_from": "@emotion/weak-memoize@^0.3.0",
  "_id": "@emotion/weak-memoize@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==",
  "_location": "/@emotion/weak-memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/weak-memoize@^0.3.0",
    "name": "@emotion/weak-memoize",
    "escapedName": "@emotion%2fweak-memoize",
    "scope": "@emotion",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/@emotion/cache",
    "/@emotion/react"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz",
  "_shasum": "ea89004119dc42db2e1dba0f97d553f7372f6fcb",
  "_spec": "@emotion/weak-memoize@^0.3.0",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@emotion/react",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A memoization function that uses a WeakMap",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^4.5.5"
  },
  "exports": {
    ".": {
      "module": "./dist/emotion-weak-memoize.esm.js",
      "default": "./dist/emotion-weak-memoize.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "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": "types/index.d.ts",
  "version": "0.3.0"
}
