aria-attributes
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "aria-attributes", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "List of ARIA attributes", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
], | ||
"repository": "https://github.com/wooorm/aria-attributes", | ||
"repository": "wooorm/aria-attributes", | ||
"bugs": "https://github.com/wooorm/aria-attributes/issues", | ||
@@ -26,3 +26,3 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"bail": "^1.0.1", | ||
"browserify": "^14.1.0", | ||
"browserify": "^16.0.0", | ||
"concat-stream": "^1.6.0", | ||
@@ -32,21 +32,32 @@ "esmangle": "^1.0.0", | ||
"rehype-parse": "^4.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"unified": "^6.1.5", | ||
"xo": "^0.18.0" | ||
"xo": "^0.20.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . -qfo", | ||
"build-generate": "node build", | ||
"crawl": "node build", | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js", | ||
"build-mangle": "esmangle aria-attributes.js > aria-attributes.min.js", | ||
"build": "npm run build-generate && 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 crawl && 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, | ||
"prettier": true, | ||
"esnext": false, | ||
"rules": { | ||
"no-var": "off", | ||
"prefer-arrow-callback": "off" | ||
}, | ||
"ignores": [ | ||
@@ -53,0 +64,0 @@ "aria-attributes.js" |
@@ -16,4 +16,5 @@ # aria-attributes [![Build Status][travis-badge]][travis] | ||
```javascript | ||
var ariaAttributes = require('aria-attributes'); | ||
console.log(ariaAttributes); | ||
var ariaAttributes = require('aria-attributes') | ||
console.log(ariaAttributes) | ||
``` | ||
@@ -20,0 +21,0 @@ |
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
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
4946
86