package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "simple-update-notifier@^1.0.7",
  3. "_id": "simple-update-notifier@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==",
  6. "_location": "/simple-update-notifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-update-notifier@^1.0.7",
  12. "name": "simple-update-notifier",
  13. "escapedName": "simple-update-notifier",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/nodemon"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz",
  22. "_shasum": "7edf75c5bdd04f88828d632f762b2bc32996a9cc",
  23. "_spec": "simple-update-notifier@^1.0.7",
  24. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\nodemon",
  25. "author": {
  26. "name": "alexbrazier"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/alexbrazier/simple-update-notifier/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "semver": "~7.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "Simple update notifier to check for npm updates for cli applications",
  37. "devDependencies": {
  38. "@babel/preset-env": "^7.18.2",
  39. "@babel/preset-typescript": "^7.17.12",
  40. "@release-it/conventional-changelog": "^5.0.0",
  41. "@types/jest": "^28.1.3",
  42. "@types/node": "^18.0.0",
  43. "@typescript-eslint/eslint-plugin": "^5.29.0",
  44. "@typescript-eslint/parser": "^5.29.0",
  45. "eslint": "^8.18.0",
  46. "eslint-config-prettier": "^8.5.0",
  47. "eslint-plugin-prettier": "^4.0.0",
  48. "jest": "^28.1.1",
  49. "prettier": "^2.7.1",
  50. "release-it": "^15.1.1",
  51. "rollup": "^2.75.7",
  52. "rollup-plugin-ts": "^3.0.2",
  53. "typescript": "^4.7.4"
  54. },
  55. "engines": {
  56. "node": ">=8.10.0"
  57. },
  58. "eslintConfig": {
  59. "plugins": [
  60. "@typescript-eslint",
  61. "prettier"
  62. ],
  63. "extends": [
  64. "prettier",
  65. "eslint:recommended",
  66. "plugin:@typescript-eslint/recommended"
  67. ],
  68. "parser": "@typescript-eslint/parser",
  69. "rules": {
  70. "prettier/prettier": [
  71. "error",
  72. {
  73. "quoteProps": "consistent",
  74. "singleQuote": true,
  75. "tabWidth": 2,
  76. "trailingComma": "es5",
  77. "useTabs": false
  78. }
  79. ]
  80. }
  81. },
  82. "files": [
  83. "build",
  84. "src"
  85. ],
  86. "homepage": "https://github.com/alexbrazier/simple-update-notifier.git",
  87. "license": "MIT",
  88. "main": "build/index.js",
  89. "name": "simple-update-notifier",
  90. "publishConfig": {
  91. "registry": "https://registry.npmjs.org/"
  92. },
  93. "release-it": {
  94. "git": {
  95. "commitMessage": "chore: release ${version}",
  96. "tagName": "v${version}"
  97. },
  98. "npm": {
  99. "publish": true
  100. },
  101. "github": {
  102. "release": true
  103. },
  104. "plugins": {
  105. "@release-it/conventional-changelog": {
  106. "preset": "angular",
  107. "infile": "CHANGELOG.md"
  108. }
  109. }
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/alexbrazier/simple-update-notifier.git"
  114. },
  115. "scripts": {
  116. "build": "rollup -c rollup.config.js",
  117. "eslint": "eslint src/**/*.ts",
  118. "lint": "yarn prettier:check && yarn eslint",
  119. "prepare": "yarn lint && yarn build",
  120. "prettier": "prettier --write src/**/*.ts",
  121. "prettier:check": "prettier --check src/**/*.ts",
  122. "release": "release-it",
  123. "test": "jest src"
  124. },
  125. "types": "build/index.d.ts",
  126. "version": "1.0.7"
  127. }