vendors
List of vendor prefixes known to the web platform
Last updated 4 years ago by wooorm .
MIT · Repository · Bugs · Original npm
$ cnpm install vendors 
SYNC missed versions from official npm registry.

vendors

Build Coverage Downloads Size

List of (real) vendor prefixes known to the web platform. From Wikipedia and the CSS 2.1 spec.

† — real, as in, mso- and prince- are not included because they are not valid.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install vendors

Use

import {vendors} from 'vendors'

console.log(vendors)

Yields:

[
  'ah',
  'apple',
  'atsc',
  'epub',
  'hp',
  'khtml',
  'moz',
  'ms',
  'o',
  'rim',
  'ro',
  'tc',
  'wap',
  'webkit',
  'xv'
]

API

This package exports the following identifiers: vendors. There is no default export.

vendors

List of vendor prefixes (string[]).

License

MIT © Titus Wormer

Current Tags

  • 2.0.1                                ...           latest (4 years ago)

4 Versions

  • 2.0.1                                ...           4 years ago
  • 1.0.2                                ...           7 years ago
  • 2.0.0                                ...           4 years ago
  • 1.0.4                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org