File size: 662 Bytes
49e53ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "@emotion/memoize",
  "version": "0.7.4",
  "description": "emotion's memoize utility",
  "main": "dist/memoize.cjs.js",
  "module": "dist/memoize.esm.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/master/packages/memoize",
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "dtslint": "^0.3.0"
  },
  "files": [
    "src",
    "dist",
    "types"
  ],
  "browser": {
    "./dist/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
    "./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
  }
}