2021-01-07 23:16:07 +08:00

27 lines
895 B
JSON

{
"name": "node-releases",
"version": "1.1.60",
"description": "Node.js releases data",
"scripts": {
"build": "npm run fetch && npm run process",
"fetch": "node scripts/fetch.js",
"process": "node scripts/process.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
},
"keywords": [
"nodejs",
"releases"
],
"author": "Sergey Rubanov <chi187@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"semver": "^6.3.0"
},
"__npminstall_done": "Sun Sep 06 2020 16:10:47 GMT+0800 (中国标准时间)",
"_from": "node-releases@1.1.60",
"_resolved": "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.60.tgz?cache=0&sync_timestamp=1595485383666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.60.tgz"
}