updates/package.json

43 lines
1016 B
JSON
Raw Normal View History

2017-12-03 11:15:02 +00:00
{
"name": "updates",
"version": "14.3.3",
2023-06-18 00:08:11 +00:00
"description": "Flexible npm and poetry dependency update tool",
2017-12-03 11:15:02 +00:00
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./bin/updates.js",
2021-04-20 18:48:48 +00:00
"type": "module",
2017-12-03 11:15:02 +00:00
"engines": {
2023-04-18 18:21:38 +00:00
"node": ">=16"
2017-12-03 11:15:02 +00:00
},
"files": [
2022-09-25 22:17:29 +00:00
"./bin/updates.js"
2017-12-03 11:15:02 +00:00
],
2020-03-09 22:57:04 +00:00
"devDependencies": {
2023-06-16 20:45:23 +00:00
"@iarna/toml": "2.2.5",
"ansi-regex": "6.0.1",
2023-06-29 23:05:32 +00:00
"dot-prop": "8.0.1",
2023-07-14 11:06:16 +00:00
"esbuild": "0.18.12",
2023-07-04 10:42:04 +00:00
"eslint": "8.44.0",
2023-07-08 09:28:28 +00:00
"eslint-config-silverwind": "73.1.2",
2023-04-01 06:45:26 +00:00
"execa": "7.1.1",
2023-07-14 11:06:16 +00:00
"fetch-enhanced": "11.1.2",
2023-06-29 23:20:48 +00:00
"glowie": "1.2.0",
2022-11-10 21:44:55 +00:00
"hosted-git-info": "6.1.1",
2023-06-18 00:02:32 +00:00
"memize": "2.1.0",
2023-03-07 23:17:25 +00:00
"minimist": "1.2.8",
2023-04-01 06:45:26 +00:00
"node-fetch": "3.3.1",
2023-06-17 23:30:21 +00:00
"p-all": "5.0.0",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
2022-12-15 17:22:59 +00:00
"restana": "4.9.7",
2023-04-17 23:16:19 +00:00
"semver": "7.3.8",
2023-06-29 04:43:44 +00:00
"supports-color": "9.4.0",
2020-03-09 22:57:04 +00:00
"text-table": "0.2.0",
2023-07-04 10:42:04 +00:00
"timerel": "5.4.2",
"versions": "11.0.1",
2023-07-08 09:28:28 +00:00
"vitest": "0.33.0",
2023-07-04 10:42:04 +00:00
"vitest-config-silverwind": "2.1.0"
2017-12-03 11:15:02 +00:00
}
}