updates/package.json

48 lines
1003 B
JSON
Raw Normal View History

2017-12-03 11:15:02 +00:00
{
"name": "updates",
2019-09-08 19:59:51 +00:00
"version": "9.0.0",
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": {
2019-08-20 19:49:57 +00:00
"test": "npx eslint --color --quiet *.js && node --trace-deprecation --throw-deprecation test.js"
2017-12-03 11:15:02 +00:00
},
"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-08-19 06:42:18 +00:00
"hosted-git-info": "3.0.0",
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-08-19 06:42:18 +00:00
"semver": "6.3.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-09-08 19:14:11 +00:00
"eslint": "6.3.0",
"eslint-config-silverwind": "4.1.1",
2019-08-19 06:42:18 +00:00
"execa": "2.0.4",
2019-09-08 19:14:11 +00:00
"ver": "5.1.4"
2017-12-03 11:15:02 +00:00
}
}