{"id":16129795,"url":"https://github.com/ruyadorno/checkbower","last_synced_at":"2025-03-18T14:30:52.474Z","repository":{"id":14560848,"uuid":"17276591","full_name":"ruyadorno/checkbower","owner":"ruyadorno","description":"Validates your bower.json files","archived":false,"fork":false,"pushed_at":"2017-01-31T22:29:14.000Z","size":14,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T10:04:03.279Z","etag":null,"topics":["bower","cli","command-line","javascript","js","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"emgiezet/DoctrineMongoDBBundle","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruyadorno.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":"2014-02-28T05:47:55.000Z","updated_at":"2017-01-31T22:29:15.000Z","dependencies_parsed_at":"2022-09-26T20:10:44.849Z","dependency_job_id":null,"html_url":"https://github.com/ruyadorno/checkbower","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fcheckbower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fcheckbower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fcheckbower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fcheckbower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruyadorno","download_url":"https://codeload.github.com/ruyadorno/checkbower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933413,"owners_count":20370987,"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":["bower","cli","command-line","javascript","js","nodejs"],"created_at":"2024-10-09T22:12:37.498Z","updated_at":"2025-03-18T14:30:52.168Z","avatar_url":"https://github.com/ruyadorno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"checkbower\n==========\n\nv0.2.1\n\nValidates your bower.json file\n\n[![Build Status](https://travis-ci.org/ruyadorno/checkbower.svg?branch=master)](https://travis-ci.org/ruyadorno/checkbower) ![Project frozen](https://img.shields.io/badge/status-frozen-blue.svg) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)\n\n\n## About\n\ncheckbower is a small [Node.js](http://nodejs.org/) module to help you verify wether a given [bower.json](https://github.com/bower/bower.json-spec) file is valid, containing at the very least a name and a [semver](http://semver.io/) valid version number.\n\nIt also runs as a small command-line tool to help you verify your bower.json file in a day-to-day basis. Ideal to integrate in a pre-commit hook.\n\n\n## Setup\n\nIn order to use it as a command-line tool, install it using npm:\n\n    npm install -g checkbower\n\n\n## Usage\n\nThe command-line tool can be used to valid the `bower.json` file of the actual folder simply by running:\n\n    checkbower\n\nOr you can also specify a path of a bower.json file to validate:\n\n    checkbower ./path/to/bower.json\n\n### Programatic usage\n\nThe core functionality for bower.json file validation can also be used programatically on any node.js app:\n\n```js\n  var checkbower = require('checkbower');\n\n  if (checkbower('path/to/bower.json')) {\n    // You have a valid file\n  } else {\n    // The file is not valid\n  }\n```\n\n\n## License\n\nReleased under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruyadorno%2Fcheckbower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruyadorno%2Fcheckbower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruyadorno%2Fcheckbower/lists"}