hast-util-parse-selector
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "hast-util-parse-selector", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Parse a simple CSS selector to a HAST node", | ||
@@ -16,5 +16,5 @@ "license": "MIT", | ||
"bugs": "https://github.com/syntax-tree/hast-util-parse-selector/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
@@ -27,14 +27,14 @@ "files": [ | ||
"browserify": "^16.0.0", | ||
"esmangle": "^1.0.0", | ||
"nyc": "^12.0.0", | ||
"nyc": "^13.0.0", | ||
"prettier": "^1.13.5", | ||
"remark-cli": "^5.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.0.0", | ||
"xo": "^0.21.0" | ||
"tinyify": "^2.4.3", | ||
"xo": "^0.23.0" | ||
}, | ||
"scripts": { | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-bundle": "browserify index.js --bare -s hastUtilParseSelector > hast-util-parse-selector.js", | ||
"build-mangle": "esmangle hast-util-parse-selector.js > hast-util-parse-selector.min.js", | ||
"build-bundle": "browserify . -s hastUtilParseSelector > hast-util-parse-selector.js", | ||
"build-mangle": "browserify . -s hastUtilParseSelector -p tinyify > hast-util-parse-selector.min.js", | ||
"build": "npm run build-bundle && npm run build-mangle", | ||
@@ -41,0 +41,0 @@ "test-api": "node test", |
@@ -1,3 +0,8 @@ | ||
# hast-util-parse-selector [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
# hast-util-parse-selector | ||
[![Build][build-badge]][build] | ||
[![Coverage][coverage-badge]][coverage] | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Chat][chat-badge]][chat] | ||
Parse a simple CSS selector to a [HAST][] node. | ||
@@ -65,15 +70,23 @@ | ||
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-parse-selector.svg | ||
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-parse-selector.svg | ||
[travis]: https://travis-ci.org/syntax-tree/hast-util-parse-selector | ||
[build]: https://travis-ci.org/syntax-tree/hast-util-parse-selector | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-parse-selector.svg | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-parse-selector.svg | ||
[codecov]: https://codecov.io/github/syntax-tree/hast-util-parse-selector | ||
[coverage]: https://codecov.io/github/syntax-tree/hast-util-parse-selector | ||
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-parse-selector.svg | ||
[downloads]: https://www.npmjs.com/package/hast-util-parse-selector | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat]: https://spectrum.chat/unified/rehype | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[license]: LICENSE | ||
[license]: license | ||
[author]: http://wooorm.com | ||
[author]: https://wooorm.com | ||
@@ -80,0 +93,0 @@ [hast]: https://github.com/syntax-tree/hast |
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
6246
97