123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "@emotion/weak-memoize@0.2.4",
- "_id": "@emotion/weak-memoize@0.2.4",
- "_inBundle": false,
- "_integrity": "sha512-6PYY5DVdAY1ifaQW6XYTnOMihmBVT27elqSjEoodchsGjzYlEsTQMcEhSud99kVawatyTZRTiVkJ/c6lwbQ7nA==",
- "_location": "/@emotion/weak-memoize",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@emotion/weak-memoize@0.2.4",
- "name": "@emotion/weak-memoize",
- "escapedName": "@emotion%2fweak-memoize",
- "scope": "@emotion",
- "rawSpec": "0.2.4",
- "saveSpec": null,
- "fetchSpec": "0.2.4"
- },
- "_requiredBy": [
- "/@emotion/cache"
- ],
- "_resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.4.tgz",
- "_shasum": "622a72bebd1e3f48d921563b4b60a762295a81fc",
- "_spec": "@emotion/weak-memoize@0.2.4",
- "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/cache",
- "browser": {
- "./dist/weak-memoize.cjs.js": "./dist/weak-memoize.browser.cjs.js",
- "./dist/weak-memoize.esm.js": "./dist/weak-memoize.browser.esm.js"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A memoization function that uses a WeakMap",
- "devDependencies": {
- "dtslint": "^0.3.0"
- },
- "files": [
- "src",
- "dist",
- "types"
- ],
- "license": "MIT",
- "main": "dist/weak-memoize.cjs.js",
- "module": "dist/weak-memoize.esm.js",
- "name": "@emotion/weak-memoize",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/emotion-js/emotion/tree/master/packages/weak-memoize"
- },
- "scripts": {
- "test:typescript": "dtslint types"
- },
- "types": "types/index.d.ts",
- "version": "0.2.4"
- }
|