unist-util-is
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "unist-util-is", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Utility to check if a node passes a test", | ||
@@ -18,5 +18,10 @@ "license": "MIT", | ||
"bugs": "https://github.com/syntax-tree/unist-util-is/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"Christian Murphy <christian.murphy.42@gmail.com>" | ||
], | ||
@@ -32,4 +37,5 @@ "files": [ | ||
"devDependencies": { | ||
"@types/mdast": "^3.0.3", | ||
"browserify": "^16.0.0", | ||
"dtslint": "^0.9.0", | ||
"dtslint": "^2.0.0", | ||
"nyc": "^14.0.0", | ||
@@ -41,5 +47,4 @@ "prettier": "^1.0.0", | ||
"tinyify": "^2.0.0", | ||
"typescript": "^3.5.3", | ||
"unified": "^8.3.2", | ||
"xo": "^0.24.0" | ||
"unified": "^8.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -68,3 +73,4 @@ "scripts": { | ||
"rules": { | ||
"unicorn/prefer-type-error": "off" | ||
"unicorn/prefer-type-error": "off", | ||
"unicorn/prefer-reflect-apply": "off" | ||
}, | ||
@@ -71,0 +77,0 @@ "ignore": [ |
13577