Blame view

天文台pc/tianwentai-ui/node_modules/classnames/package.json 1.8 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
  {
    "name": "classnames",
    "version": "2.5.1",
    "description": "A simple utility for conditionally joining classNames together",
    "author": "Jed Watson",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/JedWatson/classnames.git"
    },
    "type": "commonjs",
    "main": "./index.js",
    "types": "./index.d.ts",
    "exports": {
      "./package.json": "./package.json",
      ".": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "./index.js": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "./bind": {
        "types": "./bind.d.ts",
        "default": "./bind.js"
      },
      "./bind.js": {
        "types": "./bind.d.ts",
        "default": "./bind.js"
      },
      "./dedupe": {
        "types": "./dedupe.d.ts",
        "default": "./dedupe.js"
      },
      "./dedupe.js": {
        "types": "./dedupe.d.ts",
        "default": "./dedupe.js"
      }
    },
    "scripts": {
      "test": "node --test ./tests/*.mjs",
      "bench": "node ./benchmarks/run.js",
      "bench-browser": "rollup --plugin commonjs,json,node-resolve ./benchmarks/runInBrowser.js --file ./benchmarks/runInBrowser.bundle.js && http-server -c-1 ./benchmarks",
      "check-types": "tsd"
    },
    "keywords": [
      "react",
      "css",
      "classes",
      "classname",
      "classnames",
      "util",
      "utility"
    ],
    "files": [
      "HISTORY.md",
      "LICENSE",
      "README.md",
      "*.d.ts",
      "*.js"
    ],
    "devDependencies": {
      "@rollup/plugin-commonjs": "^25.0.7",
      "@rollup/plugin-json": "^6.1.0",
      "@rollup/plugin-node-resolve": "^15.2.3",
      "classnames-local": "file:.",
      "classnames-npm": "npm:classnames@*",
      "http-server": "^14.1.1",
      "markdown-table": "^3.0.3",
      "rollup": "^4.9.1",
      "tinybench": "^2.5.1",
      "tsd": "^0.30.1"
    },
    "tsd": {
      "directory": "./tests"
    }
  }