Blame view

天文台pc/tianwentai-ui/node_modules/node-releases/package.json 449 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": "node-releases",
    "version": "2.0.36",
    "description": "Node.js releases data",
    "type": "module",
    "scripts": {
      "build": "node scripts/build.js"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/chicoxyzzy/node-releases.git"
    },
    "keywords": [
      "nodejs",
      "releases"
    ],
    "author": "Sergey Rubanov <chi187@gmail.com>",
    "license": "MIT",
    "devDependencies": {
      "semver": "^7.3.5"
    }
  }