1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00
Files
gitlit/app/node_modules/electron/package.json
2018-06-03 13:57:23 +02:00

74 lines
1.7 KiB
JSON

{
"_args": [
[
"electron@2.0.1",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "electron@2.0.1",
"_id": "electron@2.0.1",
"_inBundle": false,
"_integrity": "sha512-piSwY2P7L6NWx672MNdSvtGPdQP/mhwAg8ICN6ofTTItPkd7D6kNHBPkq+DXwZcXVH1EifYR9yD/l3Xw1haVpQ==",
"_location": "/electron",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron@2.0.1",
"name": "electron",
"escapedName": "electron",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron/-/electron-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Electron Community"
},
"bin": {
"electron": "cli.js"
},
"bugs": {
"url": "https://github.com/electron/electron/issues"
},
"dependencies": {
"@types/node": "^8.0.24",
"electron-download": "^3.0.1",
"extract-zip": "^1.0.3"
},
"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": "2.0.1"
}