2022-09-30 05:39:11 +00:00

62 lines
1.5 KiB
JSON

{
"_from": "electron@^9.2.1",
"_id": "electron@9.3.5",
"_inBundle": false,
"_integrity": "sha512-EPmDsp7sO0UPtw7nLD1ufse/nBskP+ifXzBgUg9psCUlapkzuwYi6pmLAzKLW/bVjwgyUKwh1OKWILWfOeLGcQ==",
"_location": "/electron",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "electron@^9.2.1",
"name": "electron",
"escapedName": "electron",
"rawSpec": "^9.2.1",
"saveSpec": null,
"fetchSpec": "^9.2.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron/-/electron-9.3.5.tgz",
"_shasum": "7967146b81e6d9b484773243fd4a4f671a50b884",
"_spec": "electron@^9.2.1",
"_where": "/home/shihaam/www/freezer.shihaam.me",
"author": {
"name": "Electron Community"
},
"bin": {
"electron": "cli.js"
},
"bugs": {
"url": "https://github.com/electron/electron/issues"
},
"bundleDependencies": false,
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",
"extract-zip": "^1.0.3"
},
"deprecated": false,
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"engines": {
"node": ">= 8.6"
},
"homepage": "https://github.com/electron/electron#readme",
"keywords": [
"electron"
],
"license": "MIT",
"main": "index.js",
"name": "electron",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron.git"
},
"scripts": {
"postinstall": "node install.js"
},
"types": "electron.d.ts",
"version": "9.3.5"
}