63 lines
1.5 KiB
JSON
Executable File
63 lines
1.5 KiB
JSON
Executable File
{
|
|
"_from": "electron",
|
|
"_id": "electron@7.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7hjONYt2GlQfKuKgQrhhUL1P9lbGWLBfMUq+2QFU3yeLtCvM0ROfPJCRP4OF5pVp3KDyfFp4DtmhuVzAnxV3jA==",
|
|
"_location": "/electron",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "electron",
|
|
"name": "electron",
|
|
"escapedName": "electron",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron/-/electron-7.1.2.tgz",
|
|
"_shasum": "d1726b9e50b29e97f5f12b52feb225ba87e0640f",
|
|
"_spec": "electron",
|
|
"_where": "C:\\Users\\Massta\\Desktop\\new",
|
|
"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": "7.1.2"
|
|
}
|