Find the birthday of every Electron API
Перейти к файлу
dependabot[bot] 00b608d839
build(deps): bump json5 from 1.0.1 to 1.0.2 (#61)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 12:22:22 -08:00
.github chore: set @wg-ecosystem as CODEOWNERS (#63) 2023-01-17 11:08:42 -08:00
electron@32583ac756 feat: update history (electron@32583ac756a8e201c3a4b0db86c0564e84f08b67) 2022-11-25 09:08:36 +00:00
script ci: update GitHub workflows and update script (#60) 2023-01-09 10:10:02 -08:00
test build: update dependencies to fix yarn audit 2022-12-05 15:07:49 -08:00
.gitignore Work with all md file in electron/docs (#2) 2018-02-06 07:31:21 -06:00
.gitmodules kick it off 2017-12-15 08:13:43 -08:00
LICENSE Create LICENSE 2018-02-12 09:38:52 -08:00
index.json feat: update history (electron@32583ac756a8e201c3a4b0db86c0564e84f08b67) 2022-11-25 09:08:36 +00:00
package.json build: update dependencies to fix yarn audit 2022-12-05 15:07:49 -08:00
readme.md docs: add missing links in README (#39) 2023-01-12 19:50:45 -08:00
yarn.lock build(deps): bump json5 from 1.0.1 to 1.0.2 (#61) 2023-01-31 12:22:22 -08:00

readme.md

electron-api-historian

CI

Find the birthday of every Electron API

Installation

npm install electron-api-historian --save

Tests

yarn install
yarn test

Dependencies

None

Dev Dependencies

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • dugite: Elegant bindings for Git
  • lodash: Lodash modular utilities.
  • make-promises-safe: Crash or abort if you get an unhandledRejection
  • mocha: simple, flexible, fun test framework
  • semver: The semantic version parser used by npm.
  • standard: JavaScript Standard Style
  • standard-markdown: Test your Markdown files for Standard JavaScript Style™

License

MIT