3.0.0 • Published 6 years ago

bower-name v3.0.0

Weekly downloads
265
License
MIT
Repository
github
Last release
6 years ago

Deprecated

Deprecated as Bower is practically unmaintained. Check out npm-name instead.


bower-name Build Status

Check whether a package name is available on bower

Install

$ npm install --save bower-name

Usage

const bowerName = require('bower-name');

bowerName('jquery').then(available => {
	console.log(available);
	//=> false
});

Related

License

MIT © Sindre Sorhus

3.0.0

6 years ago

2.1.0

9 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago