{"id":20815280,"url":"https://github.com/xfg/ng-json-query","last_synced_at":"2026-04-15T12:31:59.314Z","repository":{"id":57310693,"uuid":"82163775","full_name":"xfg/ng-json-query","owner":"xfg","description":"AngularJS wrapper over json-query (https://github.com/mmckegg/json-query)","archived":false,"fork":false,"pushed_at":"2017-02-16T13:59:37.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-24T17:28:34.322Z","etag":null,"topics":["json-query"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xfg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-16T09:34:21.000Z","updated_at":"2017-02-16T13:59:38.000Z","dependencies_parsed_at":"2022-08-26T04:50:54.295Z","dependency_job_id":null,"html_url":"https://github.com/xfg/ng-json-query","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xfg/ng-json-query","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfg%2Fng-json-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfg%2Fng-json-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfg%2Fng-json-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfg%2Fng-json-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xfg","download_url":"https://codeload.github.com/xfg/ng-json-query/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfg%2Fng-json-query/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["json-query"],"created_at":"2024-11-17T21:20:55.357Z","updated_at":"2026-04-15T12:31:59.274Z","avatar_url":"https://github.com/xfg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ng-json-query\n\nSilly AngularJS wrapper for [json-query](https://github.com/mmckegg/json-query).\n\n## Installation\n\nYou can install this package either with `npm` or with `bower`.\n\n### npm\n\n```shell\nnpm install ng-json-query\n```\n\nThen add a `\u003cscript\u003e` to your `index.html`:\n\n```html\n\u003cscript src=\"/node_modules/ng-json-query/ng-json-query.js\"\u003e\u003c/script\u003e\n```\n\nOr `require('ng-json-query')` from your code.\n\n### bower\n\n```shell\nbower install ng-json-query\n```\n\nThen add a `\u003cscript\u003e` to your `index.html`:\n\n```html\n\u003cscript src=\"/bower_components/ng-json-query/ng-json-query.js\"\u003e\u003c/script\u003e\n```\n\n## Getting started\n\nAdding dependency to your project\n\n```js\nangular.module('myModule', ['ngJsonQuery']);\n```\n\nAfter as `ngJsonQuery` dependency has been added to your application you can\ninject `jsonQuery` to your controller.\n\n```js\nangular.controller(['jsonQuery', function (jsonQuery) {}]);\n```\n\nHow to use `jsonQuery` see\n[json-query readme](https://github.com/mmckegg/json-query).\n\n## Tests\n\nStart the karma test runner\n\n```shell\nnpm run test:karma\n```\n\nRun tests\n\n```shell\nnpm test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfg%2Fng-json-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxfg%2Fng-json-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfg%2Fng-json-query/lists"}