1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
| {
| "_from": "simple-update-notifier@^1.0.7",
| "_id": "simple-update-notifier@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==",
| "_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": [
| "/electron-builder",
| "/nodemon"
| ],
| "_resolved": "https://registry.npmmirror.com/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz",
| "_shasum": "67694c121de354af592b347cdba798463ed49c82",
| "_spec": "simple-update-notifier@^1.0.7",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/electron-builder",
| "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.19.1",
| "@babel/preset-typescript": "^7.17.12",
| "@release-it/conventional-changelog": "^5.1.0",
| "@types/jest": "^29.0.3",
| "@types/node": "^18.7.18",
| "@typescript-eslint/eslint-plugin": "^5.37.0",
| "@typescript-eslint/parser": "^5.37.0",
| "eslint": "^8.23.1",
| "eslint-config-prettier": "^8.5.0",
| "eslint-plugin-prettier": "^4.0.0",
| "jest": "^29.0.3",
| "prettier": "^2.7.1",
| "release-it": "^15.4.2",
| "rollup": "^2.79.0",
| "rollup-plugin-ts": "^3.0.2",
| "typescript": "^4.8.3"
| },
| "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 --noStackTrace"
| },
| "types": "build/index.d.ts",
| "version": "1.1.0"
| }
|
|