Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
96
node_modules/update-notifier/package.json
generated
vendored
96
node_modules/update-notifier/package.json
generated
vendored
|
|
@ -1,38 +1,43 @@
|
|||
{
|
||||
"name": "update-notifier",
|
||||
"version": "4.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",
|
||||
"_args": [
|
||||
[
|
||||
"update-notifier@4.1.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "update-notifier@4.1.0",
|
||||
"_id": "update-notifier@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==",
|
||||
"_location": "/update-notifier",
|
||||
"_phantomChildren": {
|
||||
"@types/color-name": "1.1.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "update-notifier@4.1.0",
|
||||
"name": "update-notifier",
|
||||
"escapedName": "update-notifier",
|
||||
"rawSpec": "4.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.0.tgz",
|
||||
"_spec": "4.1.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"bugs": {
|
||||
"url": "https://github.com/yeoman/update-notifier/issues"
|
||||
},
|
||||
"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": "^4.2.0",
|
||||
"chalk": "^3.0.0",
|
||||
|
|
@ -48,6 +53,7 @@
|
|||
"semver-diff": "^3.1.1",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
},
|
||||
"description": "Update notifications for your CLI app",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"clear-module": "^4.0.0",
|
||||
|
|
@ -56,9 +62,41 @@
|
|||
"strip-ansi": "^6.0.0",
|
||||
"xo": "^0.26.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"check.js"
|
||||
],
|
||||
"funding": "https://github.com/yeoman/update-notifier?sponsor=1",
|
||||
"homepage": "https://github.com/yeoman/update-notifier#readme",
|
||||
"keywords": [
|
||||
"npm",
|
||||
"update",
|
||||
"updater",
|
||||
"notify",
|
||||
"notifier",
|
||||
"check",
|
||||
"checker",
|
||||
"cli",
|
||||
"module",
|
||||
"package",
|
||||
"version"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"name": "update-notifier",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yeoman/update-notifier.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava --timeout=20s -s"
|
||||
},
|
||||
"version": "4.1.0",
|
||||
"xo": {
|
||||
"rules": {
|
||||
"prefer-object-spread": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue