rehype-class-names
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,0 +0,0 @@ import { selectAll } from "hast-util-select"; |
{ | ||
"name": "rehype-class-names", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A utility plugin to use with rehype that adds class names to HAST (html tree)", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"type": "module", | ||
"repository": { | ||
@@ -10,0 +11,0 @@ "type": "git", |
{ | ||
"compilerOptions": { | ||
"module": "NodeNext", | ||
/* Visit https://aka.ms/tsconfig to read more about this file */ | ||
@@ -15,7 +14,4 @@ | ||
/* Language and Environment */ | ||
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
"lib": [ | ||
"es2016", | ||
"ES2017.Object" | ||
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, | ||
"target": "es2017" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
// "jsx": "preserve", /* Specify what JSX code is generated. */ | ||
@@ -22,0 +18,0 @@ // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */ |
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
Yes
15404
5
134