Nova-Client/Solar/Launcher/node_modules/electron-notarize/package.json
2023-03-19 19:32:58 +00:00

64 lines
1.7 KiB
JSON

{
"_from": "electron-notarize@^0.2.0",
"_id": "electron-notarize@0.2.1",
"_inBundle": false,
"_integrity": "sha512-oZ6/NhKeXmEKNROiFmRNfytqu3cxqC95sjooG7kBXQVEUSQkZnbiAhxVh5jXngL881G197pbwpeVPJyM7Ikmxw==",
"_location": "/electron-notarize",
"_phantomChildren": {
"jsonfile": "4.0.0",
"ms": "2.1.2",
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "electron-notarize@^0.2.0",
"name": "electron-notarize",
"escapedName": "electron-notarize",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/electron-notarize/-/electron-notarize-0.2.1.tgz",
"_shasum": "759e8006decae19134f82996ed910db26d9192cc",
"_spec": "electron-notarize@^0.2.0",
"_where": "C:\\Users\\trev7\\Desktop\\Nova Client\\Launcher\\node_modules\\electron-packager",
"author": {
"name": "Samuel Attard"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"fs-extra": "^8.1.0"
},
"deprecated": false,
"description": "Notarize your Electron app",
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.5",
"electron": "^7.0.1",
"prettier": "^1.18.2",
"semantic-release": "^15.13.18",
"typescript": "^3.6.4"
},
"files": [
"lib",
"README.md"
],
"license": "MIT",
"main": "lib/index.js",
"name": "electron-notarize",
"scripts": {
"build": "tsc",
"lint": "prettier --check \"src/**/*.ts\"",
"prepublish": "yarn build"
},
"typings": "lib/index.d.ts",
"version": "0.2.1"
}