package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "electron@16.0.2",
  3. "_id": "electron@16.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kT746yVMztrP4BbT3nrFNcUcfgFu2yelUw6TWBVTy0pju+fBISaqcvoiMrq+8U0vRpoXSu2MJYygOf4T0Det7g==",
  6. "_location": "/electron",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "electron@16.0.2",
  12. "name": "electron",
  13. "escapedName": "electron",
  14. "rawSpec": "16.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "16.0.2"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/electron/-/electron-16.0.2.tgz",
  23. "_shasum": "6d0ae3152c410478dfffdbf80852a3840679b8c5",
  24. "_spec": "electron@16.0.2",
  25. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app",
  26. "author": {
  27. "name": "Electron Community"
  28. },
  29. "bin": {
  30. "electron": "cli.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/electron/electron/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@electron/get": "^1.13.0",
  38. "@types/node": "^14.6.2",
  39. "extract-zip": "^1.0.3"
  40. },
  41. "deprecated": false,
  42. "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
  43. "engines": {
  44. "node": ">= 8.6"
  45. },
  46. "homepage": "https://github.com/electron/electron#readme",
  47. "keywords": [
  48. "electron"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "electron",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/electron/electron.git"
  56. },
  57. "scripts": {
  58. "postinstall": "node install.js"
  59. },
  60. "types": "electron.d.ts",
  61. "version": "16.0.2"
  62. }