mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
134 lines
3.2 KiB
JSON
134 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"electron-packager@12.2.0",
|
|
"/home/s2/Code/gitlit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "12.2.0",
|
|
"_where": "/home/s2/Code/gitlit",
|
|
"author": {
|
|
"name": "max ogden"
|
|
},
|
|
"ava": {
|
|
"timeout": "60s"
|
|
},
|
|
"bin": {
|
|
"electron-packager": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron-userland/electron-packager/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|