Roughing out the demo app
This commit is contained in:
94
node_modules/update-notifier/package.json
generated
vendored
Normal file
94
node_modules/update-notifier/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_from": "update-notifier@^3.0.1",
|
||||
"_id": "update-notifier@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==",
|
||||
"_location": "/update-notifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "update-notifier@^3.0.1",
|
||||
"name": "update-notifier",
|
||||
"escapedName": "update-notifier",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/json-server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-3.0.1.tgz",
|
||||
"_shasum": "78ecb68b915e2fd1be9f767f6e298ce87b736250",
|
||||
"_spec": "update-notifier@^3.0.1",
|
||||
"_where": "/Users/nate/code/pluralsight/async-programming-promises/node_modules/json-server",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yeoman/update-notifier/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"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"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Update notifications for your CLI app",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"check.js"
|
||||
],
|
||||
"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": "3.0.1",
|
||||
"xo": {
|
||||
"rules": {
|
||||
"prefer-object-spread": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user