Packaging electron
Introduction
In this page will be tracked packaging information about electron nodejs module.
Please do not edit this page by hand. Use this script instead.
For more information about packaging a Node.js module, please take a look at this page.
Build Dependencies
Name |
npm |
debian |
task |
None |
Dependencies
Name |
npm |
debian |
task |
electron |
electron (28.1.4) |
|
|
│ └── get |
get |
node-get (1.4.0-4) |
|
│ ├── debug |
debug (4.3.4) |
|
|
│ │ └── ms |
ms (2.1.3) |
|
|
│ ├── env-paths |
env-paths (3.0.0) |
|
|
│ ├── fs-extra |
fs-extra (11.2.0) |
|
|
│ │ ├── graceful-fs |
graceful-fs (4.2.11) |
|
|
│ │ ├── jsonfile |
jsonfile (6.1.0) |
|
|
│ │ │ ├── graceful-fs |
graceful-fs (4.2.11) |
|
|
│ │ │ └── universalify |
universalify (2.0.1) |
|
|
│ │ └── universalify |
universalify (2.0.1) |
|
|
│ ├── global-agent |
global-agent (3.0.0) |
|
|
│ │ ├── boolean |
boolean (3.2.0) |
|
|
│ │ ├── es6-error |
es6-error (4.1.1) |
|
|
│ │ ├── matcher |
matcher (5.0.0) |
|
|
│ │ │ └── escape-string-regexp |
escape-string-regexp (5.0.0) |
|
|
│ │ ├── roarr |
roarr (7.21.0) |
|
|
│ │ │ ├── fast-printf |
fast-printf (1.6.9) |
|
|
│ │ │ │ └── boolean |
boolean (3.2.0) |
|
|
│ │ │ ├── safe-stable-stringify |
safe-stable-stringify (2.4.3) |
|
|
│ │ │ └── semver-compare |
semver-compare (1.0.0) |
|
|
│ │ ├── semver |
semver (7.5.4) |
|
|
│ │ └── serialize-error |
serialize-error (11.0.3) |
|
|
│ │ └── type-fest |
type-fest (4.10.0) |
|
|
│ ├── got |
got (14.0.0) |
|
|
│ │ ├── cacheable-lookup |
cacheable-lookup (7.0.0) |
|
|
│ │ ├── cacheable-request |
cacheable-request (11.0.0) |
|
|
│ │ │ ├── get-stream |
get-stream (8.0.1) |
|
|
│ │ │ ├── http-cache-semantics |
http-cache-semantics (4.1.1) |
|
|
│ │ │ ├── keyv |
keyv (4.5.4) |
|
|
│ │ │ │ └── json-buffer |
json-buffer (3.0.1) |
|
|
│ │ │ ├── mimic-response |
mimic-response (4.0.0) |
|
|
│ │ │ ├── normalize-url |
normalize-url (8.0.0) |
|
|
│ │ │ ├── responselike |
responselike (3.0.0) |
|
|
│ │ │ │ └── lowercase-keys |
lowercase-keys (3.0.0) |
|
|
│ │ │ └── http-cache-semantics |
http-cache-semantics (4.1.1) |
|
|
│ │ ├── decompress-response |
decompress-response (8.1.0) |
|
|
│ │ │ └── mimic-response |
mimic-response (4.0.0) |
|
|
│ │ ├── form-data-encoder |
form-data-encoder (4.0.2) |
|
|
│ │ ├── get-stream |
get-stream (8.0.1) |
|
|
│ │ ├── http2-wrapper |
http2-wrapper (2.2.1) |
|
|
│ │ │ ├── quick-lru |
quick-lru (7.0.0) |
|
|
│ │ │ └── resolve-alpn |
resolve-alpn (1.2.1) |
|
|
│ │ ├── lowercase-keys |
lowercase-keys (3.0.0) |
|
|
│ │ ├── p-cancelable |
p-cancelable (4.0.1) |
|
|
│ │ ├── responselike |
responselike (3.0.0) |
|
|
│ │ │ └── is |
is |
|
|
│ │ └── defer-to-connect |
defer-to-connect (2.0.1) |
|
|
│ ├── progress |
progress (2.0.3) |
|
|
│ ├── semver |
semver (7.5.4) |
|
|
│ │ └── lru-cache |
lru-cache (10.1.0) |
|
|
│ └── sumchecker |
sumchecker (3.0.1) |
|
|
│ └── debug |
debug (4.3.4) |
|
|
├── extract-zip |
extract-zip (2.0.1) |
|
|
│ ├── debug |
debug (4.3.4) |
|
|
│ ├── get-stream |
get-stream (8.0.1) |
|
|
│ │ └── yauzl |
yauzl (2.10.0) |
|
|
│ │ └── node |
node |
|
|
│ └── yauzl |
yauzl (2.10.0) |
|
|
│ ├── buffer-crc32 |
buffer-crc32 (0.2.13) |
|
|
│ └── fd-slicer |
fd-slicer (1.1.0) |
|
|
│ └── pend |
pend (1.2.0) |
|
|
└── node |
node |
|
|
└── undici-types |
undici-types (6.4.0) |
|
|
Package.json
The package.json for electron can be seen by typing:
npm view electron
