mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 16:56:01 +00:00
Initial commit
This commit is contained in:
73
node_modules/electron/package.json
generated
vendored
Normal file
73
node_modules/electron/package.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "electron@4.0.8",
|
||||
"_id": "electron@4.0.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-FOBJIHkuv8wc15N+ZyqwDzPavYVu5CHMBEf14jHDWv7QW2vkEIpJjVK+PIT31kfZfvjsIP0j2wvA/FBsiqB7pw==",
|
||||
"_location": "/electron",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron@4.0.8",
|
||||
"name": "electron",
|
||||
"escapedName": "electron",
|
||||
"rawSpec": "4.0.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron/-/electron-4.0.8.tgz",
|
||||
"_shasum": "b7998b16543d2094f081757a0c5afdb8875ea510",
|
||||
"_spec": "electron@4.0.8",
|
||||
"_where": "/home/super/Downloads/destfolder",
|
||||
"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": "4.0.8"
|
||||
}
|
||||
Reference in New Issue
Block a user