70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"_from": "electron@^1.8.2-beta.4",
|
|
"_id": "electron@1.8.2-beta.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-GDayBO6s6dx3Bi7Ugg/bxsvZoZU=",
|
|
"_location": "/electron",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron@^1.8.2-beta.4",
|
|
"name": "electron",
|
|
"escapedName": "electron",
|
|
"rawSpec": "^1.8.2-beta.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.8.2-beta.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron/-/electron-1.8.2-beta.4.tgz",
|
|
"_shasum": "1836b204eeace9dc77062ed4820fdbc6cbd9a195",
|
|
"_spec": "electron@^1.8.2-beta.4",
|
|
"_where": "C:\\Users\\Katy\\documentit",
|
|
"author": {
|
|
"name": "Electron Community"
|
|
},
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron/electron/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@types/node": "^8.0.24",
|
|
"electron-download": "^3.0.1",
|
|
"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"
|
|
},
|
|
"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": "1.8.2-beta.4"
|
|
}
|