yeast-markdown-parser
Advanced tools
Comparing version 1.5.1-devengage-2714-link-fixes.544 to 1.5.1
104
package.json
{ | ||
"name": "yeast-markdown-parser", | ||
"version": "1.5.1-devengage-2714-link-fixes.544", | ||
"description": "Parses markdown to yeAST (Yuri's Empathetic Arbitrary Syntax Tree) documents", | ||
"exports": { | ||
"require": "./src/index.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"snyk": "snyk test --file=package-lock.json --org=developer-engagement --severity-threshold=high --skip-unresolved=true", | ||
"build": "rm -rf dist && rollup -c rollup.config.js && rm -rf dist/__tests__", | ||
"test": "jest" | ||
}, | ||
"author": "Genesys", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^21.0.3", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@types/jest": "^27.4.1", | ||
"jest": "^27.5.1", | ||
"jest-esm-transformer": "^1.0.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.70.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
"peerDependencies": { | ||
"fast-xml-parser": "^4.0.13", | ||
"yaml": "^2.0.0", | ||
"yeast-core": "^1.1.0" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"testEnvironment": "node", | ||
"transform": { | ||
"^.+\\.ts?$": "ts-jest" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"/node_modules/(?!(genesys-react-components|genesys-dev-icons|yeast-core|yaml|fast-xml-parser)/)" | ||
], | ||
"roots": [ | ||
"src/__tests__/tests" | ||
] | ||
} | ||
} | ||
"name": "yeast-markdown-parser", | ||
"version": "1.5.1", | ||
"description": "Parses markdown to yeAST (Yuri's Empathetic Arbitrary Syntax Tree) documents", | ||
"exports": { | ||
"require": "./src/index.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"snyk": "snyk test --file=package-lock.json --org=developer-engagement --severity-threshold=high --skip-unresolved=true", | ||
"build": "rm -rf dist && rollup -c rollup.config.js && rm -rf dist/__tests__", | ||
"test": "jest" | ||
}, | ||
"author": "Genesys", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^21.0.3", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@types/jest": "^27.4.1", | ||
"jest": "^27.5.1", | ||
"jest-esm-transformer": "^1.0.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.70.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
"peerDependencies": { | ||
"fast-xml-parser": "^4.0.13", | ||
"yaml": "^2.0.0", | ||
"yeast-core": "^1.1.0" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"testEnvironment": "node", | ||
"transform": { | ||
"^.+\\.ts?$": "ts-jest" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"/node_modules/(?!(genesys-react-components|genesys-dev-icons|yeast-core|yaml|fast-xml-parser)/)" | ||
], | ||
"roots": [ | ||
"src/__tests__/tests" | ||
] | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
209636