{"id":25022260,"url":"https://github.com/codingabhishek/jqrony","last_synced_at":"2025-07-10T18:39:54.273Z","repository":{"id":213676225,"uuid":"734657942","full_name":"codingabhishek/jqrony","owner":"codingabhishek","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-22T09:39:18.000Z","size":153,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T13:54:26.870Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingabhishek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"codeowners","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt"}},"created_at":"2023-12-22T09:01:45.000Z","updated_at":"2023-12-22T09:03:50.000Z","dependencies_parsed_at":"2023-12-22T10:28:56.473Z","dependency_job_id":"3b2ccf3f-0997-4b1f-9016-e30c7366592d","html_url":"https://github.com/codingabhishek/jqrony","commit_stats":null,"previous_names":["codingabhishek/jqrony"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingabhishek%2Fjqrony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingabhishek%2Fjqrony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingabhishek%2Fjqrony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingabhishek%2Fjqrony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingabhishek","download_url":"https://codeload.github.com/codingabhishek/jqrony/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314150,"owners_count":20757463,"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":"2025-02-05T13:54:14.405Z","updated_at":"2025-03-30T12:16:05.398Z","avatar_url":"https://github.com/codingabhishek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jqrony ![license](https://img.shields.io/github/license/jqrony/jqrony)\n![author](https://img.shields.io/badge/Author-Shahzada%20Modassir-%2344cc11)\n\n\u003e jqrony is a fast, small, and feature-rich JavaScript library.\n\n## Including jqrony\n\nBelow are some of the most common ways to include jqrony.\n\n### Browser\n\n#### Script tag\n\n```html\n\u003cscript src=\"https://code.jqrony.com/jqrony-1.0.0.min.js\"\u003e\u003c/script\u003e\n```\n\n#### Webpack / Browserify / Babel\n\nThere are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jqrony will usually look like this:\n\n```js\nimport $ from \"jqrony\";\n```\n\nIf you need to use jqrony in a file that's not an ECMAScript module, you can use the CommonJS syntax:\n\n```js\nvar $ = require( \"jqrony\" );\n```\n\n#### AMD (Asynchronous Module Definition)\n\nAMD is a module format built for the browser. For more information, we recommend [require.js' documentation](https://requirejs.org/docs/whyamd.html).\n\n```js\ndefine( [ \"jqrony\" ], function( $ ) {\n\n} );\n```\n\n### Node\n\nTo include jqrony in [Node](https://nodejs.org/), first install with npm.\n\n```sh\nnpm install jqrony\n```\n\nFor jqrony to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.\n\n```js\nconst { JSDOM } = require( \"jsdom\" );\nconst { window } = new JSDOM( \"\" );\nconst $ = require( \"jqrony\" )( window );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingabhishek%2Fjqrony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingabhishek%2Fjqrony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingabhishek%2Fjqrony/lists"}