mirror of https://gitee.com/antv-l7/antv-l7
63 lines
1.1 KiB
JSON
63 lines
1.1 KiB
JSON
{
|
|
"name": "update-notifier",
|
|
"version": "3.0.1",
|
|
"description": "Update notifications for your CLI app",
|
|
"license": "BSD-2-Clause",
|
|
"repository": "yeoman/update-notifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava --timeout=20s -s"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"check.js"
|
|
],
|
|
"keywords": [
|
|
"npm",
|
|
"update",
|
|
"updater",
|
|
"notify",
|
|
"notifier",
|
|
"check",
|
|
"checker",
|
|
"cli",
|
|
"module",
|
|
"package",
|
|
"version"
|
|
],
|
|
"dependencies": {
|
|
"boxen": "^3.0.0",
|
|
"chalk": "^2.0.1",
|
|
"configstore": "^4.0.0",
|
|
"has-yarn": "^2.1.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-ci": "^2.0.0",
|
|
"is-installed-globally": "^0.1.0",
|
|
"is-npm": "^3.0.0",
|
|
"is-yarn-global": "^0.3.0",
|
|
"latest-version": "^5.0.0",
|
|
"semver-diff": "^2.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.3.1",
|
|
"clear-module": "^3.1.0",
|
|
"fixture-stdout": "^0.2.1",
|
|
"mock-require": "^3.0.3",
|
|
"strip-ansi": "^5.2.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"prefer-object-spread": 0
|
|
}
|
|
}
|
|
}
|