@unified-latex/unified-latex-util-pegjs
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@unified-latex/unified-latex-util-pegjs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "PEGjs grammars and tools for constructing unified-latex ASTs", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.0.5", | ||
"@unified-latex/unified-latex-util-match": "^1.0.5" | ||
"@unified-latex/unified-latex-types": "^1.0.6", | ||
"@unified-latex/unified-latex-util-match": "^1.0.6" | ||
}, | ||
"files": [ | ||
"dist/**/*.ts", | ||
"dist/**/*.js", | ||
"dist/**/*.map", | ||
"dist/**/*.json" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./*js": "./dist/*js", | ||
"./*": { | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && mkdirp ./dist && npm run compile", | ||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc -b tsconfig.json & node build.js & wait", | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
@@ -52,13 +29,18 @@ "type": "git", | ||
"homepage": "https://github.com/siefkenj/unified-latex#readme", | ||
"jest": { | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!unified|bail|is-plain-obj|trough|vfile.*|unist.*|hast.*|property-information|html-void-elements|.*-separated-tokens|.*entities.*|ccount|rehype*|string-width|strip-ansi|ansi-regex|supports-color)" | ||
], | ||
"transform": { | ||
"\\.m?jsx?$": "esbuild-jest", | ||
"latex.pegjs$": "<rootDir>/../../tests/pegjs-preprocessor-latex.js", | ||
"\\.pegjs$": "<rootDir>/../../tests/pegjs-preprocessor.js", | ||
"^.+\\.tsx?$": "ts-jest" | ||
"exports": { | ||
".": { | ||
"import": "index.js", | ||
"require": "index.cjs" | ||
}, | ||
"./*js": "./*js", | ||
"./*": { | ||
"import": "./*/index.js", | ||
"require": "./*/index.cjs", | ||
"types": "./*/index.d.ts" | ||
}, | ||
"./*/index": { | ||
"import": "./*/index.js", | ||
"require": "./*/index.cjs" | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2083779
14
27331
1
0
1