updates/package.json

48 lines
925 B
JSON
Raw Normal View History

2017-12-03 11:15:02 +00:00
{
"name": "updates",
2019-07-19 13:35:48 +00:00
"version": "8.5.1",
2019-04-10 20:19:45 +00:00
"description": "Flexible npm dependency update tool",
2017-12-03 11:15:02 +00:00
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"main": "updates.js",
2018-03-03 19:43:13 +00:00
"bin": "./updates.js",
2017-12-03 11:15:02 +00:00
"engines": {
2019-03-28 20:24:53 +00:00
"node": ">=8"
2017-12-03 11:15:02 +00:00
},
"scripts": {
"test": "make test"
},
"keywords": [
"dependencies",
2017-12-03 11:15:02 +00:00
"update",
"updates",
"check",
"checker",
2017-12-03 11:15:02 +00:00
"npm",
"yarn",
"packages"
2017-12-03 11:15:02 +00:00
],
"files": [
"updates.js"
],
"dependencies": {
2019-01-19 17:46:31 +00:00
"chalk": "2.4.2",
2019-06-27 20:11:39 +00:00
"find-up": "4.1.0",
2019-01-30 23:20:19 +00:00
"hosted-git-info": "2.7.1",
2019-07-19 13:34:37 +00:00
"make-fetch-happen": "5.0.0",
2018-08-22 20:08:04 +00:00
"minimist": "1.2.0",
"rc": "1.2.8",
2019-06-27 20:11:39 +00:00
"registry-auth-token": "4.0.0",
2019-07-05 16:39:05 +00:00
"semver": "6.2.0",
2019-04-10 20:20:20 +00:00
"string-width": "4.1.0",
2018-10-04 05:41:31 +00:00
"text-table": "0.2.0"
2018-03-03 19:43:13 +00:00
},
"devDependencies": {
2019-06-27 20:11:39 +00:00
"eslint": "6.0.1",
2019-06-29 13:25:31 +00:00
"eslint-config-silverwind": "4.0.2",
2019-07-05 16:39:05 +00:00
"execa": "2.0.3",
2019-07-12 14:17:57 +00:00
"ver": "5.1.2"
2017-12-03 11:15:02 +00:00
}
}