aria-attributes
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "aria-attributes", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "List of ARIA attributes", | ||
@@ -12,3 +12,2 @@ "license": "MIT", | ||
], | ||
"dependencies": {}, | ||
"repository": "https://github.com/wooorm/aria-attributes", | ||
@@ -20,27 +19,22 @@ "bugs": "https://github.com/wooorm/aria-attributes/issues", | ||
], | ||
"engines": { | ||
"node": ">=0.11.0" | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"index.json" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.0", | ||
"cheerio": "^0.20.0", | ||
"cheerio": "^0.22.0", | ||
"esmangle": "^1.0.0", | ||
"nyc": "^7.1.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", | ||
"nyc": "^8.1.0", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.16.0" | ||
"xo": "^0.17.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"build-generate": "node build.js", | ||
"build-bundle": "browserify index.js -s ariaAttributes > aria-attributes.js", | ||
"build-generate": "node build", | ||
"build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js", | ||
"build-mangle": "esmangle aria-attributes.js > aria-attributes.min.js", | ||
@@ -63,4 +57,3 @@ "build": "npm run build-generate && npm run build-md && npm run build-bundle && npm run build-mangle", | ||
"ignores": [ | ||
"aria-attributes.js", | ||
"aria-attributes.min.js" | ||
"aria-attributes.js" | ||
] | ||
@@ -70,12 +63,4 @@ }, | ||
"output": true, | ||
"plugins": { | ||
"comment-config": null, | ||
"lint": null, | ||
"github": null, | ||
"validate-links": null | ||
}, | ||
"settings": { | ||
"bullet": "*" | ||
} | ||
"presets": "wooorm" | ||
} | ||
} |
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
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
9
4996
4
38