aboutsummaryrefslogtreecommitdiff
path: root/node_modules/update-notifier/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
committerMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
commitb22f6770c8bd084d66950655203c61dd701b3d90 (patch)
tree873d7fb19584ec2709b95cc1ca05a1fc7cfd0fc4 /node_modules/update-notifier/package.json
parent383285ecd5292bf9a825e05904955b937de84cc9 (diff)
downloadequestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.gz
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.bz2
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.zip
Remove node_modules
Diffstat (limited to 'node_modules/update-notifier/package.json')
-rw-r--r--node_modules/update-notifier/package.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/node_modules/update-notifier/package.json b/node_modules/update-notifier/package.json
deleted file mode 100644
index fe646fb..0000000
--- a/node_modules/update-notifier/package.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "update-notifier",
- "version": "5.1.0",
- "description": "Update notifications for your CLI app",
- "license": "BSD-2-Clause",
- "repository": "yeoman/update-notifier",
- "funding": "https://github.com/yeoman/update-notifier?sponsor=1",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "test": "xo && ava --timeout=20s --serial"
- },
- "files": [
- "index.js",
- "check.js"
- ],
- "keywords": [
- "npm",
- "update",
- "updater",
- "notify",
- "notifier",
- "check",
- "checker",
- "cli",
- "module",
- "package",
- "version"
- ],
- "dependencies": {
- "boxen": "^5.0.0",
- "chalk": "^4.1.0",
- "configstore": "^5.0.1",
- "has-yarn": "^2.1.0",
- "import-lazy": "^2.1.0",
- "is-ci": "^2.0.0",
- "is-installed-globally": "^0.4.0",
- "is-npm": "^5.0.0",
- "is-yarn-global": "^0.3.0",
- "latest-version": "^5.1.0",
- "pupa": "^2.1.1",
- "semver": "^7.3.4",
- "semver-diff": "^3.1.1",
- "xdg-basedir": "^4.0.0"
- },
- "devDependencies": {
- "ava": "^2.4.0",
- "clear-module": "^4.1.1",
- "fixture-stdout": "^0.2.1",
- "mock-require": "^3.0.3",
- "strip-ansi": "^6.0.0",
- "xo": "^0.37.1"
- }
-}