73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"_from": "electron@^6.0.0",
|
|
"_id": "electron@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-JVHj0dYtvVFrzVk1TgvrdXJSyLpdvlWNLhtG8ItYZsyg9XbCOQ9OoPfgLm04FjMzKMzEl4YIN0PfGC02MTx3PQ==",
|
|
"_location": "/electron",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron@^6.0.0",
|
|
"name": "electron",
|
|
"escapedName": "electron",
|
|
"rawSpec": "^6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron/-/electron-6.0.0.tgz",
|
|
"_shasum": "03712d461ac73cdf920b2336d6560d6c6b7f19cc",
|
|
"_spec": "electron@^6.0.0",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": {
|
|
"name": "Electron Community"
|
|
},
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron/electron/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@types/node": "^10.12.18",
|
|
"electron-download": "^4.1.0",
|
|
"extract-zip": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
|
"devDependencies": {
|
|
"home-path": "^0.1.1",
|
|
"path-exists": "^2.0.0",
|
|
"standard": "^5.4.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
},
|
|
"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": {
|
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
|
"postinstall": "node install.js",
|
|
"pretest": "npm run cache-clean",
|
|
"test": "standard"
|
|
},
|
|
"types": "electron.d.ts",
|
|
"version": "6.0.0"
|
|
}
|