mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
141 lines
3.5 KiB
JSON
141 lines
3.5 KiB
JSON
{
|
|
"_from": "electron-packager@^12.2.0",
|
|
"_id": "electron-packager@12.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-T5W/FIK4VXhYIOWxkehmz6zXt2S/sA9JZ3AL+/jeKCicQY6QVQ0K8B7W801L+GPTwbgTPycHjO+iqEf1BhZ+Iw==",
|
|
"_location": "/electron-packager",
|
|
"_phantomChildren": {
|
|
"env-paths": "1.0.0",
|
|
"graceful-fs": "4.1.15",
|
|
"jsonfile": "4.0.0",
|
|
"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",
|
|
"universalify": "0.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron-packager@^12.2.0",
|
|
"name": "electron-packager",
|
|
"escapedName": "electron-packager",
|
|
"rawSpec": "^12.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^12.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.2.0.tgz",
|
|
"_shasum": "e38e0702a12e5f62a00a03aabd0b9ad28aebab4b",
|
|
"_spec": "electron-packager@^12.2.0",
|
|
"_where": "F:\\projects\\p\\gitlit\\app",
|
|
"author": {
|
|
"name": "max ogden"
|
|
},
|
|
"ava": {
|
|
"timeout": "60s"
|
|
},
|
|
"bin": {
|
|
"electron-packager": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron-userland/electron-packager/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"asar": "^0.14.0",
|
|
"debug": "^3.0.0",
|
|
"electron-download": "^4.1.1",
|
|
"electron-osx-sign": "^0.4.1",
|
|
"extract-zip": "^1.0.3",
|
|
"fs-extra": "^5.0.0",
|
|
"galactus": "^0.2.1",
|
|
"get-package-info": "^1.0.0",
|
|
"nodeify": "^1.0.1",
|
|
"parse-author": "^2.0.0",
|
|
"pify": "^3.0.0",
|
|
"plist": "^2.0.0",
|
|
"rcedit": "^1.0.0",
|
|
"resolve": "^1.1.6",
|
|
"sanitize-filename": "^1.6.0",
|
|
"semver": "^5.3.0",
|
|
"yargs-parser": "^10.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"buffer-equal": "^1.0.0",
|
|
"codecov": "^3.0.0",
|
|
"eslint": "^4.18.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-ava": "^4.3.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-node": "^6.0.0",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.0",
|
|
"mz": "^2.6.0",
|
|
"nyc": "^11.0.0",
|
|
"pkg-up": "^2.0.0",
|
|
"sinon": "^5.0.7",
|
|
"tempy": "^0.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:ava/recommended",
|
|
"plugin:import/errors",
|
|
"plugin:import/warnings",
|
|
"plugin:promise/recommended",
|
|
"standard"
|
|
],
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"plugins": [
|
|
"ava",
|
|
"promise"
|
|
],
|
|
"rules": {
|
|
"indent": [
|
|
"error",
|
|
2,
|
|
{
|
|
"CallExpression": {
|
|
"arguments": "first"
|
|
},
|
|
"SwitchCase": 1
|
|
}
|
|
],
|
|
"ava/prefer-async-await": 0,
|
|
"no-console": 0,
|
|
"strict": "error"
|
|
}
|
|
},
|
|
"homepage": "https://github.com/electron-userland/electron-packager",
|
|
"keywords": [],
|
|
"license": "BSD-2-Clause",
|
|
"main": "index.js",
|
|
"name": "electron-packager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/electron-userland/electron-packager.git"
|
|
},
|
|
"scripts": {
|
|
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && nyc ava test/index.js"
|
|
},
|
|
"version": "12.2.0"
|
|
}
|