12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "update-notifier@^5.1.0",
- "_id": "update-notifier@5.1.0",
- "_inBundle": false,
- "_integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==",
- "_location": "/update-notifier",
- "_phantomChildren": {
- "lru-cache": "6.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "update-notifier@^5.1.0",
- "name": "update-notifier",
- "escapedName": "update-notifier",
- "rawSpec": "^5.1.0",
- "saveSpec": null,
- "fetchSpec": "^5.1.0"
- },
- "_requiredBy": [
- "/nodemon"
- ],
- "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz",
- "_shasum": "4ab0d7c7f36a231dd7316cf7729313f0214d9ad9",
- "_spec": "update-notifier@^5.1.0",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\nodemon",
- "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": "^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"
- },
- "deprecated": false,
- "description": "Update notifications for your CLI app",
- "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"
- },
- "engines": {
- "node": ">=10"
- },
- "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 --serial"
- },
- "version": "5.1.0"
- }
|