mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
86
node_modules/electron-osx-sign/package.json
generated
vendored
Normal file
86
node_modules/electron-osx-sign/package.json
generated
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"electron-osx-sign@0.4.10",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "electron-osx-sign@0.4.10",
|
||||
"_id": "electron-osx-sign@0.4.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-vk87ibKnWh3F8eckkIGrKSnKOiY=",
|
||||
"_location": "/electron-osx-sign",
|
||||
"_phantomChildren": {
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron-osx-sign@0.4.10",
|
||||
"name": "electron-osx-sign",
|
||||
"escapedName": "electron-osx-sign",
|
||||
"rawSpec": "0.4.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.10.tgz",
|
||||
"_spec": "0.4.10",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"author": {
|
||||
"name": "sethlu"
|
||||
},
|
||||
"bin": {
|
||||
"electron-osx-flat": "bin/electron-osx-flat.js",
|
||||
"electron-osx-sign": "bin/electron-osx-sign.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/electron-userland/electron-osx-sign/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^3.5.0",
|
||||
"compare-version": "^0.1.2",
|
||||
"debug": "^2.6.8",
|
||||
"isbinaryfile": "^3.0.2",
|
||||
"minimist": "^1.2.0",
|
||||
"plist": "^2.1.0"
|
||||
},
|
||||
"description": "Codesign Electron macOS apps",
|
||||
"devDependencies": {
|
||||
"electron-download": "^4.1.0",
|
||||
"eslint": "^4.2.0",
|
||||
"eslint-config-eslint": "^4.0.0",
|
||||
"extract-zip": "^1.6.5",
|
||||
"mkdirp": "^0.5.1",
|
||||
"rimraf": "^2.6.1",
|
||||
"run-series": "^1.1.4",
|
||||
"run-waterfall": "^1.1.3",
|
||||
"standard": "^10.0.2",
|
||||
"tape": "^4.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/electron-userland/electron-osx-sign",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "index.js",
|
||||
"name": "electron-osx-sign",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/electron-userland/electron-osx-sign.git"
|
||||
},
|
||||
"scripts": {
|
||||
"code-standard": "standard",
|
||||
"pretest": "rimraf test/work",
|
||||
"test": "standard && tape test"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"test/work"
|
||||
]
|
||||
},
|
||||
"version": "0.4.10"
|
||||
}
|
Reference in New Issue
Block a user