Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vendors", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "List of vendor prefixes known to the web platform", | ||
@@ -16,4 +16,3 @@ "license": "MIT", | ||
], | ||
"dependencies": {}, | ||
"repository": "https://github.com/wooorm/vendors", | ||
"repository": "wooorm/vendors", | ||
"bugs": "https://github.com/wooorm/vendors/issues", | ||
@@ -24,5 +23,2 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
], | ||
"engines": { | ||
"node": ">=0.11.0" | ||
}, | ||
"main": "index.json", | ||
@@ -32,44 +28,44 @@ "files": [ | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"browserify": "^13.0.0", | ||
"browserify": "^16.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", | ||
"prettier": "^1.12.1", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.16.0" | ||
"xo": "^0.20.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-bundle": "browserify index.json -s vendors > vendors.js", | ||
"build-mangle": "esmangle vendors.js > vendors.min.js", | ||
"build": "npm run build-md && npm run build-bundle && npm run build-mangle", | ||
"lint": "xo", | ||
"build": "npm run build-bundle && npm run build-mangle", | ||
"test-api": "node test", | ||
"test": "npm run build && npm run lint && npm run test-api" | ||
"test": "npm run format && npm run build && npm run test-api" | ||
}, | ||
"prettier": { | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"bracketSpacing": false, | ||
"semi": false, | ||
"trailingComma": "none" | ||
}, | ||
"xo": { | ||
"space": true, | ||
"rules": {}, | ||
"prettier": true, | ||
"esnext": false, | ||
"rules": { | ||
"no-var": "off", | ||
"prefer-arrow-callback": "off" | ||
}, | ||
"ignores": [ | ||
"vendors.js", | ||
"vendors.min.js" | ||
"vendors.js" | ||
] | ||
}, | ||
"remarkConfig": { | ||
"output": true, | ||
"plugins": { | ||
"comment-config": null, | ||
"lint": { | ||
"no-html": false | ||
}, | ||
"github": null, | ||
"validate-links": null | ||
}, | ||
"settings": { | ||
"bullet": "*" | ||
} | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
# vendors [![Build Status][travis-badge]][travis] | ||
<!--lint disable no-html--> | ||
List of (real<sup>†</sup>) vendor prefixes known to the web platform. | ||
@@ -20,3 +22,5 @@ From [Wikipedia][wiki] and the [CSS 2.1 spec][spec]. | ||
```javascript | ||
var vendors = require('vendors'); | ||
var vendors = require('vendors') | ||
console.log(vendors) | ||
``` | ||
@@ -23,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7
66
3853