Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "feelin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A FEEL parser and interpreter", | ||
@@ -8,2 +8,5 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"module": "dist/index.esm.js", | ||
"umd:main": "dist/feelin.umd.js", | ||
"source": "src/index.js", | ||
"devDependencies": { | ||
@@ -25,9 +28,11 @@ "@rollup/plugin-commonjs": "^11.0.0", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nikku/feelin" | ||
}, | ||
"scripts": { | ||
"all": "npm run build && npm run test", | ||
"all": "npm run build-parser && npm run build && npm run test", | ||
"build-parser:watch": "chokidar --initial src/feel.grammar -c \"npm run build-parser -- --names\"", | ||
"build-parser": "lezer-generator src/feel.grammar -o src/parser --names", | ||
"build-parser": "lezer-generator src/feel.grammar -o src/parser", | ||
"build": "rollup -c", | ||
"prebuild": "npm run build-parser", | ||
"prepare": "npm run build", | ||
"test": "mocha -r esm test/*.js", | ||
@@ -34,0 +39,0 @@ "test:watch": "npm test -- -w" |
@@ -29,3 +29,11 @@ ## Feelin | ||
Other open source FEEL interpreters: | ||
* [feel-scala](https://github.com/camunda/feel-scala) | ||
* [dmn-tck](https://github.com/dmn-tck/tck) | ||
* [js-feel](https://github.com/EdgeVerve/feel) | ||
Standards related resources: | ||
* [dmn-tck](https://github.com/dmn-tck/tck) | ||
* [DMN 1.2 Specification](https://www.omg.org/spec/DMN/1.2/PDF) |
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
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
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
253848
12
3932
38
12
1