3.0.0 • Published 5 years ago

bower-name v3.0.0

Weekly downloads
265
License
MIT
Repository
github
Last release
5 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

5 years ago

2.1.0

8 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago