{"id":21405347,"url":"https://github.com/karimsa/jslint-ed","last_synced_at":"2026-01-03T13:10:09.016Z","repository":{"id":57284527,"uuid":"56887844","full_name":"karimsa/jslint-ed","owner":"karimsa","description":"all the JSLint editions in one package","archived":false,"fork":false,"pushed_at":"2016-04-22T22:06:55.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T21:03:58.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/karimsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-22T22:06:30.000Z","updated_at":"2016-04-22T22:06:56.000Z","dependencies_parsed_at":"2022-09-17T02:11:02.759Z","dependency_job_id":null,"html_url":"https://github.com/karimsa/jslint-ed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fjslint-ed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fjslint-ed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fjslint-ed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fjslint-ed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karimsa","download_url":"https://codeload.github.com/karimsa/jslint-ed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902293,"owners_count":20366259,"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":[],"created_at":"2024-11-22T16:24:34.468Z","updated_at":"2026-01-03T13:10:08.987Z","avatar_url":"https://github.com/karimsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jslint-ed\n\nall the JSLint editions in one package.\n\n[![NPM](https://nodei.co/npm/jslint-ed.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/jslint-ed/)\n\n## Installation\n\nInstall via npm using `npm install jslint-ed`.\n\n## Usage\n\nTo use the latest version of JSLint, simply do `require('jslint-ed')()` like so:\n\n```javascript\nvar jslint = require('jslint-ed')();\njslint( /* use as specified by Douglas Crockford */ );\n```\n\nTo use a specific edition (i.e. edition 'es6'), simply do `require('jslint-ed')('es6')`.\n\n## List of Editions and Aliases\n\nThe package will expose the list of aliases under the property 'aliases' and the list of\neditions under the property 'editions':\n\n```javascript\n{ [Function]\n  aliases: { latest: '2015-10-29', es5: '2014-07-08', es6: '2015-10-29' },\n  editions: \n   [ '2012-02-03',\n     '2013-02-03',\n     '2013-08-13',\n     '2013-08-26',\n     '2013-09-22',\n     '2013-11-23',\n     '2014-01-26',\n     '2014-02-06',\n     '2014-04-21',\n     '2014-07-08',\n     '2015-05-08' ] }\n```\n\n## License\n\nAll the code in the directory `editions` is written by Douglas Crockford. Therefore the\nlicensing and copyright of that code belongs to Douglas Crockford.\n\nThe code in 'index.js' is refactored from [node-jslint](https://github.com/reid/node-jslint).\nThis code is re-licensed under MIT.\n\nFor a copy of the licensing used in JSLint, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fjslint-ed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimsa%2Fjslint-ed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fjslint-ed/lists"}