JSPM

all-the-package-names

1.122.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2585
  • Score
    100M100P100Q119594F
  • License MIT

A perpetually out-of-date list of all the 263663+ public package names on npm

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 --save

Usage

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 functions

License

MIT