{"id":15646346,"url":"https://github.com/ljharb/ls-engines","last_synced_at":"2025-05-11T18:14:56.440Z","repository":{"id":46997028,"uuid":"237084666","full_name":"ljharb/ls-engines","owner":"ljharb","description":"Determine if your dependency graph's stated \"engines\" criteria is met.","archived":false,"fork":false,"pushed_at":"2024-07-31T17:43:48.000Z","size":6085,"stargazers_count":54,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-10T17:15:40.675Z","etag":null,"topics":["engines","ls-engines","node","npm","package","validate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljharb.png","metadata":{"funding":{"github":["ljharb"],"patreon":null,"open_collective":null,"ko_fi":"ljharb","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"polar":null,"buy_me_a_coffee":null,"custom":null},"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}},"created_at":"2020-01-29T21:20:00.000Z","updated_at":"2025-05-02T15:12:34.000Z","dependencies_parsed_at":"2024-02-19T22:52:05.354Z","dependency_job_id":"e9732d12-3680-4d3f-9f67-e2137d828c46","html_url":"https://github.com/ljharb/ls-engines","commit_stats":{"total_commits":213,"total_committers":3,"mean_commits":71.0,"dds":"0.014084507042253502","last_synced_commit":"7007576a61d56345316b941987dc653b6f526e11"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fls-engines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fls-engines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fls-engines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fls-engines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljharb","download_url":"https://codeload.github.com/ljharb/ls-engines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253450236,"owners_count":21910514,"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":["engines","ls-engines","node","npm","package","validate"],"created_at":"2024-10-03T12:12:31.369Z","updated_at":"2025-05-10T17:15:46.351Z","avatar_url":"https://github.com/ljharb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ljharb","https://ko-fi.com/ljharb"],"categories":[],"sub_categories":[],"readme":"# ls-engines \u003csup\u003e[![Version Badge][npm-version-svg]][package-url]\u003c/sup\u003e\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nDetermine if your dependency graph's stated \"engines\" criteria is met.\n\n## Example\n\n```console\n\u003e ls-engines\n`package.json` found; building ideal tree from package.json...\n\nValid node version range: ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6 || ^5 || ^4 || ^0.12 || ^0.11 || ^0.10 || ^0.9 || ^0.8\n\nCurrently available, most recent, valid node major versions: v14.2, v13.14, v12.16.3, v11.15, v10.20.1, v9.11.2, v8.17, v7.10.1, v6.17.1, v5.12, v4.9.1, v0.12.18, v0.11.16, v0.10.48, v0.9.12, v0.8.28\n\nCurrent node version, v13.7.0, is valid!\n```\n\n`ls-engines` takes a `--mode` option, which defaults to \"auto\", but can also be \"actual\", \"virtual\", or \"ideal\". ”actual“ reads from `node_modules`; ”virtual“ reads from a lockfile; “ideal” reads from `package.json`.\n\n[package-url]: https://npmjs.org/package/ls-engines\n[npm-version-svg]: https://versionbadg.es/ljharb/ls-engines.svg\n[deps-svg]: https://david-dm.org/ljharb/ls-engines.svg\n[deps-url]: https://david-dm.org/ljharb/ls-engines\n[dev-deps-svg]: https://david-dm.org/ljharb/ls-engines/dev-status.svg\n[dev-deps-url]: https://david-dm.org/ljharb/ls-engines#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/ls-engines.png?downloads=true\u0026stars=true\n[license-image]: https://img.shields.io/npm/l/ls-engines.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/ls-engines.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=ls-engines\n[codecov-image]: https://codecov.io/gh/ljharb/ls-engines/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/ljharb/ls-engines/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/ls-engines\n[actions-url]: https://github.com/ljharb/ls-engines/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljharb%2Fls-engines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljharb%2Fls-engines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljharb%2Fls-engines/lists"}