123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "_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"
- }
|