Package Exports
- all-the-package-names
- all-the-package-names/names.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (all-the-package-names) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
all-the-package-names
A perpetually out-of-date list of all the 263663+ public package names on npm
Installation
npm install all-the-package-names --saveUsage
const names = require("all-the-package-names")
names.indexOf('superagent') > -1
// => true
names.indexOf('crazy-new-package-name') > -1
// => false
names.length
// => 206271
names.filter(name => name.includes('banana'))
// => [ 'banana', 'banana-banana', 'banana-split', ...]
// note: example uses node4+ for arrow functionsLicense
MIT