{ "_from": "simple-update-notifier@^1.0.7", "_id": "simple-update-notifier@1.0.7", "_inBundle": false, "_integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==", "_location": "/simple-update-notifier", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "simple-update-notifier@^1.0.7", "name": "simple-update-notifier", "escapedName": "simple-update-notifier", "rawSpec": "^1.0.7", "saveSpec": null, "fetchSpec": "^1.0.7" }, "_requiredBy": [ "/nodemon" ], "_resolved": "https://registry.npmmirror.com/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz", "_shasum": "7edf75c5bdd04f88828d632f762b2bc32996a9cc", "_spec": "simple-update-notifier@^1.0.7", "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\nodemon", "author": { "name": "alexbrazier" }, "bugs": { "url": "https://github.com/alexbrazier/simple-update-notifier/issues" }, "bundleDependencies": false, "dependencies": { "semver": "~7.0.0" }, "deprecated": false, "description": "Simple update notifier to check for npm updates for cli applications", "devDependencies": { "@babel/preset-env": "^7.18.2", "@babel/preset-typescript": "^7.17.12", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.3", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.18.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^28.1.1", "prettier": "^2.7.1", "release-it": "^15.1.1", "rollup": "^2.75.7", "rollup-plugin-ts": "^3.0.2", "typescript": "^4.7.4" }, "engines": { "node": ">=8.10.0" }, "eslintConfig": { "plugins": [ "@typescript-eslint", "prettier" ], "extends": [ "prettier", "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "files": [ "build", "src" ], "homepage": "https://github.com/alexbrazier/simple-update-notifier.git", "license": "MIT", "main": "build/index.js", "name": "simple-update-notifier", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular", "infile": "CHANGELOG.md" } } }, "repository": { "type": "git", "url": "git+https://github.com/alexbrazier/simple-update-notifier.git" }, "scripts": { "build": "rollup -c rollup.config.js", "eslint": "eslint src/**/*.ts", "lint": "yarn prettier:check && yarn eslint", "prepare": "yarn lint && yarn build", "prettier": "prettier --write src/**/*.ts", "prettier:check": "prettier --check src/**/*.ts", "release": "release-it", "test": "jest src" }, "types": "build/index.d.ts", "version": "1.0.7" }