mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"_from": "electron@^3.0.3",
|
|
"_id": "electron@3.1.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IORdmdD5gWHmp3ffa+ZRD9kESJwdmQz8carDTeza6+W76dG447AUn7GmKk4cun31bLYTKb56D8pPhxa9S7kOZQ==",
|
|
"_location": "/electron",
|
|
"_phantomChildren": {
|
|
"env-paths": "1.0.0",
|
|
"fs-extra": "4.0.3",
|
|
"minimist": "1.2.0",
|
|
"nugget": "2.0.1",
|
|
"path-exists": "3.0.0",
|
|
"rc": "1.2.8",
|
|
"semver": "5.7.0",
|
|
"sumchecker": "2.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron@^3.0.3",
|
|
"name": "electron",
|
|
"escapedName": "electron",
|
|
"rawSpec": "^3.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron/-/electron-3.1.10.tgz",
|
|
"_shasum": "a2a4322e66e2fb40eca2317c51cc931c6a250088",
|
|
"_spec": "electron@^3.0.3",
|
|
"_where": "F:\\projects\\p\\gitlit\\app",
|
|
"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": "^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": "3.1.10"
|
|
}
|