package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "electron-packager",
  3. "_id": "electron-packager@12.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZjTtwA65i5jSEglfx2I9lLADCV8=",
  6. "_location": "/electron-packager",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "electron-packager",
  14. "name": "electron-packager",
  15. "escapedName": "electron-packager",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#DEV:/",
  22. "#USER"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.0.1.tgz",
  25. "_shasum": "6634edc00eb98b98d212095fc7623d94b003095f",
  26. "_spec": "electron-packager",
  27. "_where": "D:\\laragon\\www\\UseStudio.CampusInfo-borwers\\resources\\app",
  28. "author": {
  29. "name": "max ogden"
  30. },
  31. "ava": {
  32. "timeout": "60s"
  33. },
  34. "bin": {
  35. "electron-packager": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/electron-userland/electron-packager/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "asar": "^0.14.0",
  43. "debug": "^3.0.0",
  44. "electron-download": "^4.0.0",
  45. "electron-osx-sign": "^0.4.1",
  46. "extract-zip": "^1.0.3",
  47. "fs-extra": "^5.0.0",
  48. "galactus": "^0.2.1",
  49. "get-package-info": "^1.0.0",
  50. "nodeify": "^1.0.1",
  51. "parse-author": "^2.0.0",
  52. "pify": "^3.0.0",
  53. "plist": "^2.0.0",
  54. "rcedit": "^1.0.0",
  55. "resolve": "^1.1.6",
  56. "sanitize-filename": "^1.6.0",
  57. "semver": "^5.3.0",
  58. "yargs-parser": "^10.0.0"
  59. },
  60. "deprecated": false,
  61. "description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
  62. "devDependencies": {
  63. "ava": "^0.25.0",
  64. "buffer-equal": "^1.0.0",
  65. "codecov": "^3.0.0",
  66. "eslint": "^4.18.0",
  67. "eslint-config-standard": "^11.0.0",
  68. "eslint-plugin-ava": "^4.3.0",
  69. "eslint-plugin-import": "^2.2.0",
  70. "eslint-plugin-node": "^6.0.0",
  71. "eslint-plugin-promise": "^3.5.0",
  72. "eslint-plugin-standard": "^3.0.0",
  73. "mz": "^2.6.0",
  74. "nyc": "^11.0.0",
  75. "pkg-up": "^2.0.0",
  76. "sinon": "^4.1.3",
  77. "tempy": "^0.2.1"
  78. },
  79. "directories": {
  80. "test": "test"
  81. },
  82. "engines": {
  83. "node": ">= 4.0"
  84. },
  85. "eslintConfig": {
  86. "extends": [
  87. "eslint:recommended",
  88. "plugin:ava/recommended",
  89. "plugin:import/errors",
  90. "plugin:import/warnings",
  91. "plugin:promise/recommended",
  92. "standard"
  93. ],
  94. "parserOptions": {
  95. "sourceType": "script"
  96. },
  97. "plugins": [
  98. "ava",
  99. "promise"
  100. ],
  101. "rules": {
  102. "indent": [
  103. "error",
  104. 2,
  105. {
  106. "CallExpression": {
  107. "arguments": "first"
  108. },
  109. "SwitchCase": 1
  110. }
  111. ],
  112. "ava/prefer-async-await": 0,
  113. "no-console": 0,
  114. "strict": "error"
  115. }
  116. },
  117. "homepage": "https://github.com/electron-userland/electron-packager",
  118. "keywords": [],
  119. "license": "BSD-2-Clause",
  120. "main": "index.js",
  121. "name": "electron-packager",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/electron-userland/electron-packager.git"
  125. },
  126. "scripts": {
  127. "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  128. "lint": "eslint .",
  129. "test": "npm run lint && nyc ava test/index.js"
  130. },
  131. "version": "12.0.1"
  132. }