first commit
This commit is contained in:
22
build/node_modules/vendors/LICENSE
generated
vendored
Normal file
22
build/node_modules/vendors/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
(The MIT License)
|
||||
|
||||
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
'Software'), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
17
build/node_modules/vendors/index.json
generated
vendored
Normal file
17
build/node_modules/vendors/index.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
"ah",
|
||||
"apple",
|
||||
"atsc",
|
||||
"epub",
|
||||
"hp",
|
||||
"khtml",
|
||||
"moz",
|
||||
"ms",
|
||||
"o",
|
||||
"rim",
|
||||
"ro",
|
||||
"tc",
|
||||
"wap",
|
||||
"webkit",
|
||||
"xv"
|
||||
]
|
||||
114
build/node_modules/vendors/package.json
generated
vendored
Normal file
114
build/node_modules/vendors/package.json
generated
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"vendors@1.0.1",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "vendors@1.0.1",
|
||||
"_id": "vendors@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=",
|
||||
"_location": "/vendors",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "vendors@1.0.1",
|
||||
"name": "vendors",
|
||||
"escapedName": "vendors",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-merge-rules"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Titus Wormer",
|
||||
"email": "tituswormer@gmail.com",
|
||||
"url": "http://wooorm.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/wooorm/vendors/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Titus Wormer",
|
||||
"email": "tituswormer@gmail.com",
|
||||
"url": "http://wooorm.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "List of vendor prefixes known to the web platform",
|
||||
"devDependencies": {
|
||||
"browserify": "^13.0.0",
|
||||
"esmangle": "^1.0.0",
|
||||
"remark-cli": "^1.0.0",
|
||||
"remark-comment-config": "^4.0.0",
|
||||
"remark-github": "^5.0.0",
|
||||
"remark-lint": "^4.0.0",
|
||||
"remark-validate-links": "^4.0.0",
|
||||
"tape": "^4.4.0",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.11.0"
|
||||
},
|
||||
"files": [
|
||||
"index.json"
|
||||
],
|
||||
"homepage": "https://github.com/wooorm/vendors#readme",
|
||||
"keywords": [
|
||||
"css",
|
||||
"html",
|
||||
"dom",
|
||||
"web",
|
||||
"platform",
|
||||
"vendor",
|
||||
"prefix",
|
||||
"prefixes"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.json",
|
||||
"name": "vendors",
|
||||
"remarkConfig": {
|
||||
"output": true,
|
||||
"plugins": {
|
||||
"comment-config": null,
|
||||
"lint": {
|
||||
"no-html": false
|
||||
},
|
||||
"github": null,
|
||||
"validate-links": null
|
||||
},
|
||||
"settings": {
|
||||
"bullet": "*"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wooorm/vendors.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
|
||||
"build-bundle": "browserify index.json -s vendors > vendors.js",
|
||||
"build-mangle": "esmangle vendors.js > vendors.min.js",
|
||||
"build-md": "remark . --quiet --frail",
|
||||
"lint": "xo",
|
||||
"test": "npm run build && npm run lint && npm run test-api",
|
||||
"test-api": "node test"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"xo": {
|
||||
"space": true,
|
||||
"rules": {},
|
||||
"ignores": [
|
||||
"vendors.js",
|
||||
"vendors.min.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
61
build/node_modules/vendors/readme.md
generated
vendored
Normal file
61
build/node_modules/vendors/readme.md
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
# vendors [![Build Status][travis-badge]][travis]
|
||||
|
||||
List of (real<sup>†</sup>) vendor prefixes known to the web platform.
|
||||
From [Wikipedia][wiki] and the [CSS 2.1 spec][spec].
|
||||
|
||||
† — real, as in, `mso-` and `prince-` are not included because they are
|
||||
not valid.
|
||||
|
||||
## Installation
|
||||
|
||||
[npm][]:
|
||||
|
||||
```bash
|
||||
npm install vendors
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```javascript
|
||||
var vendors = require('vendors');
|
||||
```
|
||||
|
||||
Yields:
|
||||
|
||||
```js
|
||||
[ 'ah',
|
||||
'apple',
|
||||
'atsc',
|
||||
'epub',
|
||||
'hp',
|
||||
'khtml',
|
||||
'moz',
|
||||
'ms',
|
||||
'o',
|
||||
'rim',
|
||||
'ro',
|
||||
'tc',
|
||||
'wap',
|
||||
'webkit',
|
||||
'xv' ]
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MIT][license] © [Titus Wormer][author]
|
||||
|
||||
<!-- Definitions -->
|
||||
|
||||
[travis-badge]: https://img.shields.io/travis/wooorm/vendors.svg
|
||||
|
||||
[travis]: https://travis-ci.org/wooorm/vendors
|
||||
|
||||
[npm]: https://docs.npmjs.com/cli/install
|
||||
|
||||
[license]: LICENSE
|
||||
|
||||
[author]: http://wooorm.com
|
||||
|
||||
[wiki]: https://en.wikipedia.org/wiki/CSS_filter#Prefix_filters
|
||||
|
||||
[spec]: https://www.w3.org/TR/CSS21/syndata.html#vendor-keyword-history
|
||||
Reference in New Issue
Block a user