2013-04-14 18:48:35 +04:00
{
2015-04-14 10:59:45 +03:00
"name" : "electron" ,
2020-08-05 17:31:04 +03:00
"version" : "11.0.0-nightly.20200805" ,
2017-07-14 00:09:21 +03:00
"repository" : "https://github.com/electron/electron" ,
"description" : "Build cross platform desktop apps with JavaScript, HTML, and CSS" ,
2013-10-17 05:58:55 +04:00
"devDependencies" : {
2020-07-08 23:08:31 +03:00
"@electron/docs-parser" : "^0.9.1" ,
"@electron/typescript-definitions" : "^8.7.4" ,
2019-01-22 01:46:32 +03:00
"@octokit/rest" : "^16.3.2" ,
2020-07-10 04:12:18 +03:00
"@primer/octicons" : "^10.0.0" ,
2020-03-20 02:55:49 +03:00
"@types/basic-auth" : "^1.1.3" ,
2020-04-23 01:53:12 +03:00
"@types/busboy" : "^0.2.3" ,
2020-03-20 02:55:49 +03:00
"@types/chai" : "^4.2.11" ,
2020-07-09 20:57:50 +03:00
"@types/chai-as-promised" : "^7.1.3" ,
2020-03-20 02:55:49 +03:00
"@types/dirty-chai" : "^2.0.2" ,
2020-07-09 20:57:50 +03:00
"@types/express" : "^4.17.7" ,
"@types/fs-extra" : "^9.0.1" ,
2020-03-20 02:55:49 +03:00
"@types/mocha" : "^7.0.2" ,
"@types/node" : "^12.12.6" ,
2020-07-09 20:57:50 +03:00
"@types/semver" : "^7.3.1" ,
2019-08-28 00:55:19 +03:00
"@types/send" : "^0.14.5" ,
2019-03-11 01:38:44 +03:00
"@types/split" : "^1.0.0" ,
2020-02-21 02:19:06 +03:00
"@types/uuid" : "^3.4.6" ,
2020-07-09 11:05:16 +03:00
"@types/webpack" : "^4.41.21" ,
"@types/webpack-env" : "^1.15.2" ,
2020-07-09 11:12:23 +03:00
"@typescript-eslint/eslint-plugin" : "^3.6.0" ,
"@typescript-eslint/parser" : "^3.6.0" ,
2020-07-10 02:32:21 +03:00
"asar" : "^3.0.3" ,
2019-07-01 21:25:45 +03:00
"check-for-leaks" : "^1.2.1" ,
2020-07-10 02:32:21 +03:00
"colors" : "^1.4.0" ,
2017-07-14 00:09:21 +03:00
"dotenv-safe" : "^4.0.4" ,
2017-10-23 18:02:50 +03:00
"dugite" : "^1.45.0" ,
2020-07-09 07:19:49 +03:00
"eslint" : "^7.4.0" ,
2020-07-09 20:18:49 +03:00
"eslint-config-standard" : "^14.1.1" ,
2020-07-09 07:19:49 +03:00
"eslint-plugin-import" : "^2.22.0" ,
"eslint-plugin-mocha" : "^7.0.1" ,
"eslint-plugin-node" : "^11.1.0" ,
"eslint-plugin-standard" : "^4.0.1" ,
2019-02-06 21:27:20 +03:00
"eslint-plugin-typescript" : "^0.14.0" ,
2019-03-30 03:32:52 +03:00
"express" : "^4.16.4" ,
2018-09-13 18:30:12 +03:00
"folder-hash" : "^2.1.1" ,
2020-07-09 20:57:50 +03:00
"fs-extra" : "^9.0.1" ,
2019-05-23 00:03:06 +03:00
"husky" : "^2.2.0" ,
2019-02-26 05:25:00 +03:00
"klaw" : "^3.0.0" ,
2018-05-03 18:43:40 +03:00
"lint" : "^1.1.2" ,
2020-07-09 07:19:49 +03:00
"lint-staged" : "^10.2.11" ,
2020-07-10 02:32:21 +03:00
"minimist" : "^1.2.5" ,
2017-10-23 18:02:50 +03:00
"nugget" : "^2.0.1" ,
2020-06-01 17:13:47 +03:00
"null-loader" : "^4.0.0" ,
2019-02-15 01:28:41 +03:00
"pre-flight" : "^1.1.0" ,
2017-11-20 09:05:47 +03:00
"remark-cli" : "^4.0.0" ,
"remark-preset-lint-markdown-style-guide" : "^2.1.1" ,
2020-07-10 02:32:21 +03:00
"request" : "^2.88.2" ,
2018-12-06 22:00:10 +03:00
"semver" : "^5.6.0" ,
2019-03-08 23:52:28 +03:00
"shx" : "^0.3.2" ,
2020-07-09 20:18:49 +03:00
"standard-markdown" : "^6.0.0" ,
2017-10-23 18:02:50 +03:00
"sumchecker" : "^2.0.2" ,
2019-07-23 23:00:02 +03:00
"tap-xunit" : "^2.4.1" ,
2019-02-06 21:27:20 +03:00
"temp" : "^0.8.3" ,
2019-06-02 23:03:03 +03:00
"timers-browserify" : "1.4.2" ,
2020-07-09 11:05:16 +03:00
"ts-loader" : "^7.0.5" ,
"ts-node" : "6.2.0" ,
"typescript" : "^3.9.6" ,
"webpack" : "^4.43.0" ,
"webpack-cli" : "^3.3.12"
2015-10-08 04:25:31 +03:00
} ,
2013-04-14 18:48:35 +04:00
"private" : true ,
"scripts" : {
2018-05-04 01:44:29 +03:00
"asar" : "asar" ,
2019-06-20 00:31:55 +03:00
"generate-version-json" : "node script/generate-version-json.js" ,
2018-10-08 15:48:35 +03:00
"lint" : "node ./script/lint.js && npm run lint:clang-format && npm run lint:docs" ,
2018-10-15 18:26:47 +03:00
"lint:js" : "node ./script/lint.js --js" ,
2018-10-24 13:49:10 +03:00
"lint:clang-format" : "python script/run-clang-format.py -r -c atom/ chromium_src/ || (echo \"\\nCode not formatted correctly.\" && exit 1)" ,
2018-10-08 15:48:35 +03:00
"lint:cpp" : "node ./script/lint.js --cc" ,
2019-05-02 15:05:37 +03:00
"lint:objc" : "node ./script/lint.js --objc" ,
2018-10-08 15:48:35 +03:00
"lint:py" : "node ./script/lint.js --py" ,
"lint:gn" : "node ./script/lint.js --gn" ,
2019-03-20 23:12:47 +03:00
"lint:docs" : "remark docs -qf && npm run lint:js-in-markdown && npm run create-typescript-definitions && npm run lint:docs-relative-links && npm run lint:check-trailing-whitespace" ,
2018-08-13 18:20:55 +03:00
"lint:docs-relative-links" : "python ./script/check-relative-doc-links.py" ,
2019-03-20 23:12:47 +03:00
"lint:check-trailing-whitespace" : "python ./script/check-trailing-whitespace.py" ,
2018-08-13 18:20:55 +03:00
"lint:js-in-markdown" : "standard-markdown docs" ,
2019-05-06 18:29:01 +03:00
"create-api-json" : "electron-docs-parser --dir=./" ,
"create-typescript-definitions" : "npm run create-api-json && electron-typescript-definitions --api=electron-api.json && node spec/ts-smoke/runner.js" ,
2019-03-08 23:52:28 +03:00
"gn-typescript-definitions" : "npm run create-typescript-definitions && shx cp electron.d.ts" ,
2019-02-15 01:28:41 +03:00
"pre-flight" : "pre-flight" ,
2019-08-30 20:37:02 +03:00
"gn-check" : "node ./script/gn-check.js" ,
2017-08-14 21:33:32 +03:00
"preinstall" : "node -e 'process.exit(0)'" ,
2017-07-12 20:18:40 +03:00
"prepack" : "check-for-leaks" ,
2018-09-13 19:57:39 +03:00
"repl" : "node ./script/start.js --interactive" ,
"start" : "node ./script/start.js" ,
2019-03-11 01:38:44 +03:00
"test" : "node ./script/spec-runner.js" ,
2019-06-02 23:03:03 +03:00
"tsc" : "tsc" ,
"webpack" : "node build/webpack/run-compiler"
2017-07-14 00:09:21 +03:00
} ,
"license" : "MIT" ,
"author" : "Electron Community" ,
"keywords" : [
"electron"
2018-09-20 06:43:26 +03:00
] ,
2019-05-23 00:03:06 +03:00
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged" ,
"pre-push" : "check-for-leaks"
}
} ,
2019-01-22 01:46:32 +03:00
"lint-staged" : {
"*.{js,ts}" : [
2020-07-09 07:19:49 +03:00
"node script/lint.js --js --fix --only --"
2019-01-22 01:46:32 +03:00
] ,
2019-04-03 03:12:10 +03:00
"*.{js,ts,d.ts}" : [
2020-07-09 07:19:49 +03:00
"node script/gen-filenames.js"
2019-04-03 03:12:10 +03:00
] ,
2019-01-22 01:46:32 +03:00
"*.{cc,mm,c,h}" : [
2020-07-09 07:19:49 +03:00
"python script/run-clang-format.py -r -c --fix"
2019-01-22 01:46:32 +03:00
] ,
"*.md" : [
2020-03-04 20:43:57 +03:00
"npm run lint:docs"
2019-02-06 00:54:45 +03:00
] ,
"*.{gn,gni}" : [
2019-08-30 20:37:02 +03:00
"npm run gn-check" ,
2020-07-09 07:19:49 +03:00
"python script/run-gn-format.py"
2019-02-06 00:54:45 +03:00
] ,
"*.py" : [
2020-07-09 07:19:49 +03:00
"node script/lint.js --py --fix --only --"
2019-02-06 21:27:20 +03:00
] ,
2019-03-21 22:15:55 +03:00
"docs/api/**/*.md" : [
2019-02-06 21:27:20 +03:00
"node script/gen-filenames.js" ,
2019-03-21 22:15:55 +03:00
"python script/check-trailing-whitespace.py --fix" ,
2019-02-16 04:03:50 +03:00
"git add filenames.auto.gni"
2019-10-31 23:11:51 +03:00
] ,
2019-12-13 20:18:45 +03:00
"{*.patch,.patches}" : [
2020-06-05 03:43:28 +03:00
"node script/lint.js --patches --only --" ,
"node script/check-patch-diff.js"
2019-12-13 20:18:45 +03:00
] ,
2019-10-31 23:11:51 +03:00
"DEPS" : [
"node script/gen-hunspell-filenames.js"
2019-01-22 01:46:32 +03:00
]
2019-10-15 00:38:54 +03:00
} ,
"dependencies" : {
"@types/temp" : "^0.8.34"
2018-09-21 08:24:42 +03:00
}
2020-07-14 18:31:14 +03:00
}