Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/cache/package.json 3.48 KB
bc518174   王天杨   提交两个项目文件
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
  {
    "name": "@emotion/cache",
    "version": "11.14.0",
    "description": "emotion's cache",
    "main": "dist/emotion-cache.cjs.js",
    "module": "dist/emotion-cache.esm.js",
    "types": "dist/emotion-cache.cjs.d.ts",
    "exports": {
      ".": {
        "types": {
          "import": "./dist/emotion-cache.cjs.mjs",
          "default": "./dist/emotion-cache.cjs.js"
        },
        "development": {
          "edge-light": {
            "module": "./dist/emotion-cache.development.edge-light.esm.js",
            "import": "./dist/emotion-cache.development.edge-light.cjs.mjs",
            "default": "./dist/emotion-cache.development.edge-light.cjs.js"
          },
          "worker": {
            "module": "./dist/emotion-cache.development.edge-light.esm.js",
            "import": "./dist/emotion-cache.development.edge-light.cjs.mjs",
            "default": "./dist/emotion-cache.development.edge-light.cjs.js"
          },
          "workerd": {
            "module": "./dist/emotion-cache.development.edge-light.esm.js",
            "import": "./dist/emotion-cache.development.edge-light.cjs.mjs",
            "default": "./dist/emotion-cache.development.edge-light.cjs.js"
          },
          "browser": {
            "module": "./dist/emotion-cache.browser.development.esm.js",
            "import": "./dist/emotion-cache.browser.development.cjs.mjs",
            "default": "./dist/emotion-cache.browser.development.cjs.js"
          },
          "module": "./dist/emotion-cache.development.esm.js",
          "import": "./dist/emotion-cache.development.cjs.mjs",
          "default": "./dist/emotion-cache.development.cjs.js"
        },
        "edge-light": {
          "module": "./dist/emotion-cache.edge-light.esm.js",
          "import": "./dist/emotion-cache.edge-light.cjs.mjs",
          "default": "./dist/emotion-cache.edge-light.cjs.js"
        },
        "worker": {
          "module": "./dist/emotion-cache.edge-light.esm.js",
          "import": "./dist/emotion-cache.edge-light.cjs.mjs",
          "default": "./dist/emotion-cache.edge-light.cjs.js"
        },
        "workerd": {
          "module": "./dist/emotion-cache.edge-light.esm.js",
          "import": "./dist/emotion-cache.edge-light.cjs.mjs",
          "default": "./dist/emotion-cache.edge-light.cjs.js"
        },
        "browser": {
          "module": "./dist/emotion-cache.browser.esm.js",
          "import": "./dist/emotion-cache.browser.cjs.mjs",
          "default": "./dist/emotion-cache.browser.cjs.js"
        },
        "module": "./dist/emotion-cache.esm.js",
        "import": "./dist/emotion-cache.cjs.mjs",
        "default": "./dist/emotion-cache.cjs.js"
      },
      "./package.json": "./package.json"
    },
    "imports": {
      "#is-development": {
        "development": "./src/conditions/true.ts",
        "default": "./src/conditions/false.ts"
      },
      "#is-browser": {
        "edge-light": "./src/conditions/false.ts",
        "workerd": "./src/conditions/false.ts",
        "worker": "./src/conditions/false.ts",
        "browser": "./src/conditions/true.ts",
        "default": "./src/conditions/is-browser.ts"
      }
    },
    "license": "MIT",
    "repository": "https://github.com/emotion-js/emotion/tree/main/packages/cache",
    "scripts": {
      "test:typescript": "dtslint types"
    },
    "dependencies": {
      "@emotion/memoize": "^0.9.0",
      "@emotion/sheet": "^1.4.0",
      "@emotion/utils": "^1.4.2",
      "@emotion/weak-memoize": "^0.4.0",
      "stylis": "4.2.0"
    },
    "devDependencies": {
      "@definitelytyped/dtslint": "0.0.112",
      "@emotion/hash": "*",
      "@types/stylis": "^4.2.7",
      "typescript": "^5.4.5"
    },
    "files": [
      "src",
      "dist"
    ]
  }