vendors

WebJar for vendors

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vendors
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

vendors
WebJar for vendors
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/wooorm/vendors

Download vendors

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vendors/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vendors</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vendors/
implementation 'org.webjars.npm:vendors:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/vendors/
implementation ("org.webjars.npm:vendors:1.0.4")
'org.webjars.npm:vendors:jar:1.0.4'
<dependency org="org.webjars.npm" name="vendors" rev="1.0.4">
  <artifact name="vendors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vendors', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "vendors" % "1.0.4"
[org.webjars.npm/vendors "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

vendors

Build 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

npm:

npm install vendors

Use

var vendors = require('vendors')

console.log(vendors)

Yields:

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

License

MIT © Titus Wormer

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1