{"id":15045878,"url":"https://github.com/tidev/jdklib","last_synced_at":"2025-06-16T21:34:08.143Z","repository":{"id":41958536,"uuid":"52397495","full_name":"tidev/jdklib","owner":"tidev","description":"JDK Utility Library","archived":false,"fork":false,"pushed_at":"2024-03-06T21:42:42.000Z","size":5087,"stargazers_count":2,"open_issues_count":11,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-04T12:47:40.199Z","etag":null,"topics":["npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2016-02-23T22:51:21.000Z","updated_at":"2022-03-30T05:54:42.000Z","dependencies_parsed_at":"2024-06-21T20:24:44.007Z","dependency_job_id":"967830fc-eaf9-44ba-831e-0c6db7dce699","html_url":"https://github.com/tidev/jdklib","commit_stats":null,"previous_names":["appcelerator/jdklib"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/tidev/jdklib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fjdklib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fjdklib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fjdklib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fjdklib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/jdklib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fjdklib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260245173,"owners_count":22980162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["npm-package"],"created_at":"2024-09-24T20:52:24.203Z","updated_at":"2025-06-16T21:34:08.116Z","avatar_url":"https://github.com/tidev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# JDK Utility Library\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Travis CI Build][travis-image]][travis-url]\n[![Deps][david-image]][david-url]\n[![Dev Deps][david-dev-image]][david-dev-url]\n\n\u003e Note: jdklib requires Node.js 8.12.0 or newer.\n\n## Installation\n\n    npm install jdklib\n\n## Examples\n\nDetect installed JDKs:\n\n```javascript\nimport * as jdklib from 'jdklib';\n\njdklib\n    .detect()\n    .then(jdkInfo =\u003e {\n        console.info(jdkInfo);\n    })\n    .catch(err =\u003e console.error);\n```\n\n## Reporting Bugs or Submitting Fixes\n\nIf you run into problems, and trust us, there are likely plenty of them at this\npoint -- please create an [Issue](https://github.com/appcelerator/jdklib/issues)\nor, even better, send us a pull request.\n\n## Contributing\n\njdklib is an open source project. jdklib wouldn't be where it is now without\ncontributions by the community. Please consider forking jdklib to improve,\nenhance or fix issues. If you feel like the community will benefit from your\nfork, please open a pull request.\n\nTo protect the interests of the jdklib contributors, Appcelerator, customers\nand end users we require contributors to sign a Contributors License Agreement\n(CLA) before we pull the changes into the main repository. Our CLA is simple and\nstraightforward - it requires that the contributions you make to any\nAppcelerator open source project are properly licensed and that you have the\nlegal authority to make those changes. This helps us significantly reduce future\nlegal risk for everyone involved. It is easy, helps everyone, takes only a few\nminutes, and only needs to be completed once.\n\n[You can digitally sign the CLA](http://bit.ly/app_cla) online. Please indicate\nyour email address in your first pull request so that we can make sure that will\nlocate your CLA.  Once you've submitted it, you no longer need to send one for\nsubsequent submissions.\n\n## Legal\n\nThis project is open source under the [Apache Public License v2][1] and is developed by\n[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included\nin this distribution for more information.\n\n[1]: https://github.com/appcelerator/androidlib/blob/master/LICENSE\n\n[npm-image]: https://img.shields.io/npm/v/jdklib.svg\n[npm-url]: https://npmjs.org/package/jdklib\n[downloads-image]: https://img.shields.io/npm/dm/jdklib.svg\n[downloads-url]: https://npmjs.org/package/jdklib\n[travis-image]: https://img.shields.io/travis/appcelerator/jdklib.svg\n[travis-url]: https://travis-ci.org/appcelerator/jdklib\n[david-image]: https://img.shields.io/david/appcelerator/jdklib.svg\n[david-url]: https://david-dm.org/appcelerator/jdklib\n[david-dev-image]: https://img.shields.io/david/dev/appcelerator/jdklib.svg\n[david-dev-url]: https://david-dm.org/appcelerator/jdklib#info=devDependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fjdklib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Fjdklib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fjdklib/lists"}