1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00
This commit is contained in:
s2
2018-05-18 17:26:33 +02:00
parent 0ea0853165
commit 2c5b23c10e
1125 changed files with 118732 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
<body>Hello, world!</body>
</html>

View File

@@ -0,0 +1,24 @@
'use strict'
const app = require('app')
const BrowserWindow = require('browser-window')
let mainWindow
app.on('window-all-closed', function () {
app.quit()
})
app.on('ready', function () {
mainWindow = new BrowserWindow({
center: true,
title: 'Basic Test',
width: 800,
height: 600
})
mainWindow.loadUrl('file://' + require('path').resolve(__dirname, 'index.html'))
mainWindow.on('closed', function () {
mainWindow = null
})
})

View File

@@ -0,0 +1,12 @@
{
"main": "main.js",
"productName": "MainJS",
"description": "A test of the renamed from `electron-prebuilt` to `electron`",
"dependencies": {
"electron-prebuilt": "1.2.0"
},
"devDependencies": {
"electron": "1.3.1",
"electron-prebuilt": "1.3.0"
}
}

View File

@@ -0,0 +1,2 @@
This file exists to test ability to ignore paths under app, without also
ignoring the entire app folder due to a match above it (#54 / #55).

View File

@@ -0,0 +1 @@
This file is used for testing asar unpack option

View File

View File

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
<body>Hello, world!</body>
</html>

View File

@@ -0,0 +1,24 @@
'use strict'
const app = require('app')
const BrowserWindow = require('browser-window')
let mainWindow
app.on('window-all-closed', function () {
app.quit()
})
app.on('ready', function () {
mainWindow = new BrowserWindow({
center: true,
title: 'Basic Test',
width: 800,
height: 600
})
mainWindow.loadUrl('file://' + require('path').resolve(__dirname, 'index.html'))
mainWindow.on('closed', function () {
mainWindow = null
})
})

View File

@@ -0,0 +1,16 @@
{
"main": "main.js",
"version": "4.99.101",
"productName": "MainJS",
"dependencies": {
"@types/node": "^8.0.0",
"run-series": "^1.1.1"
},
"//": "ncp used to test https://github.com/electron-userland/electron-packager/pull/186",
"///": "(a module (with zero dependencies) that creates a file in node_modules/.bin)",
"devDependencies": {
"ncp": "^2.0.0",
"run-waterfall": "^1.1.1",
"electron-prebuilt": "0.35.6"
}
}

View File

@@ -0,0 +1 @@
This is a text file.

View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
<body>Hello, world!</body>
</html>

View File

@@ -0,0 +1,24 @@
'use strict'
const app = require('app')
const BrowserWindow = require('browser-window')
let mainWindow
app.on('window-all-closed', function () {
app.quit()
})
app.on('ready', function () {
mainWindow = new BrowserWindow({
center: true,
title: 'Basic Test',
width: 800,
height: 600
})
mainWindow.loadUrl('file://' + require('path').resolve(__dirname, 'index.html'))
mainWindow.on('closed', function () {
mainWindow = null
})
})

View File

@@ -0,0 +1,12 @@
{
"main": "main.js",
"productName": "MainJS",
"dependencies": {
"run-series": "^1.1.1"
},
"devDependencies": {
"ncp": "^2.0.0",
"run-waterfall": "^1.1.1",
"electron-prebuilt": "0.37.4"
}
}

View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
<body>Hello, world!</body>
</html>

View File

@@ -0,0 +1 @@
'use strict'

View File

@@ -0,0 +1,8 @@
{
"main": "main.js",
"productName": "MainJS",
"description": "Removing electron from dependencies",
"dependencies": {
"electron": "1.3.1"
}
}

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>CFBundleIdentifier</key>
<string>x.y.z.z.y</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>TestKeyString</key>
<string>String data</string>
<key>TestKeyBool</key>
<true/>
<key>TestKeyInt</key>
<integer>12345</integer>
<key>TestKeyArray</key>
<array>
<string>public.content</string>
<string>public.data</string>
</array>
<key>TestKeyDict</key>
<dict>
<key>Number</key>
<integer>98765</integer>
<key>CFBundleVersion</key>
<string>0.0.0</string>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,9 @@
{
"productName": "InferBadFields",
"dependencies": {
"run-series": "^1.1.1"
},
"devDependencies": {
"electron-prebuilt": false
}
}

View File

@@ -0,0 +1,7 @@
{
"main": "main.js",
"productName": "MainJS",
"devDependencies": {
"electron-prebuilt-compile": "1.4.15"
}
}

View File

@@ -0,0 +1,2 @@
{
"productName": "InferMalformedJSON",

View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"run-series": "^1.1.1"
}
}

View File

@@ -0,0 +1,7 @@
{
"main": "main.js",
"productName": "MainJS",
"devDependencies": {
"electron": "1.3.1"
}
}

View File

@@ -0,0 +1,7 @@
{
"main": "main.js",
"productName": "MainJS",
"devDependencies": {
"electron-prebuilt-compile": "^1.4.15"
}
}

View File

@@ -0,0 +1,9 @@
{
"main": "main.js",
"productName": "MainJS",
"author": "Foo Bar <foo.bar@example.com>",
"description": "Some description",
"devDependencies": {
"electron-prebuilt-compile": "1.4.15"
}
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB