Blame view

天文台pc/tianwentai-ui/node_modules/@rollup/rollup-win32-x64-gnu/package.json 451 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  {
    "name": "@rollup/rollup-win32-x64-gnu",
    "version": "4.60.1",
    "os": [
      "win32"
    ],
    "cpu": [
      "x64"
    ],
    "files": [
      "rollup.win32-x64-gnu.node"
    ],
    "description": "Native bindings for Rollup",
    "author": "Lukas Taegert-Atkinson",
    "homepage": "https://rollupjs.org/",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/rollup/rollup.git"
    },
    "main": "./rollup.win32-x64-gnu.node"
  }