package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "@electron/get@^2.0.0",
  3. "_id": "@electron/get@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==",
  6. "_location": "/@electron/get",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@electron/get@^2.0.0",
  12. "name": "@electron/get",
  13. "escapedName": "@electron%2fget",
  14. "scope": "@electron",
  15. "rawSpec": "^2.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.0.0"
  18. },
  19. "_requiredBy": [
  20. "/electron"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@electron/get/-/get-2.0.3.tgz",
  23. "_shasum": "fba552683d387aebd9f3fcadbcafc8e12ee4f960",
  24. "_spec": "@electron/get@^2.0.0",
  25. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/electron",
  26. "author": {
  27. "name": "Samuel Attard"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/electron/get/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "^4.1.1",
  35. "env-paths": "^2.2.0",
  36. "fs-extra": "^8.1.0",
  37. "global-agent": "^3.0.0",
  38. "got": "^11.8.5",
  39. "progress": "^2.0.3",
  40. "semver": "^6.2.0",
  41. "sumchecker": "^3.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "Utility for downloading artifacts from different versions of Electron",
  45. "devDependencies": {
  46. "@continuous-auth/semantic-release-npm": "^3.0.0",
  47. "@types/debug": "^4.1.4",
  48. "@types/fs-extra": "^8.0.0",
  49. "@types/jest": "^24.0.13",
  50. "@types/node": "^12.20.55",
  51. "@types/progress": "^2.0.3",
  52. "@types/semver": "^6.2.0",
  53. "@typescript-eslint/eslint-plugin": "^2.34.0",
  54. "@typescript-eslint/parser": "^2.34.0",
  55. "eslint": "^6.8.0",
  56. "eslint-config-prettier": "^6.15.0",
  57. "eslint-plugin-import": "^2.22.1",
  58. "eslint-plugin-jest": "< 24.0.0",
  59. "husky": "^2.3.0",
  60. "jest": "^24.8.0",
  61. "lint-staged": "^8.1.7",
  62. "prettier": "^1.17.1",
  63. "ts-jest": "^24.0.0",
  64. "typedoc": "^0.17.2",
  65. "typescript": "^3.8.0"
  66. },
  67. "engines": {
  68. "node": ">=12"
  69. },
  70. "eslintConfig": {
  71. "parser": "@typescript-eslint/parser",
  72. "extends": [
  73. "eslint:recommended",
  74. "plugin:@typescript-eslint/eslint-recommended",
  75. "plugin:@typescript-eslint/recommended",
  76. "plugin:jest/recommended",
  77. "plugin:import/errors",
  78. "plugin:import/warnings",
  79. "plugin:import/typescript",
  80. "prettier",
  81. "prettier/@typescript-eslint"
  82. ]
  83. },
  84. "files": [
  85. "dist/*",
  86. "README.md"
  87. ],
  88. "homepage": "https://github.com/electron/get#readme",
  89. "husky": {
  90. "hooks": {
  91. "pre-commit": "lint-staged"
  92. }
  93. },
  94. "keywords": [
  95. "electron",
  96. "download",
  97. "prebuild",
  98. "get",
  99. "artifact",
  100. "release"
  101. ],
  102. "license": "MIT",
  103. "lint-staged": {
  104. "*.ts": [
  105. "eslint --fix",
  106. "prettier --write",
  107. "git add"
  108. ]
  109. },
  110. "main": "dist/cjs/index.js",
  111. "module": "dist/esm/index.js",
  112. "name": "@electron/get",
  113. "optionalDependencies": {
  114. "global-agent": "^3.0.0"
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/electron/get.git"
  119. },
  120. "resolutions": {
  121. "eslint/inquirer": "< 7.3.0",
  122. "**/@typescript-eslint/typescript-estree/semver": "^6.3.0"
  123. },
  124. "scripts": {
  125. "build": "tsc && tsc -p tsconfig.esm.json",
  126. "build:docs": "typedoc --out docs",
  127. "eslint": "eslint --ext .ts src test",
  128. "jest": "jest --coverage",
  129. "lint": "npm run prettier && npm run eslint",
  130. "prepublishOnly": "npm run build",
  131. "prettier": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
  132. "test": "npm run lint && npm run jest",
  133. "test:nonetwork": "npm run lint && npm run jest -- --testPathIgnorePatterns network.spec"
  134. },
  135. "version": "2.0.3"
  136. }