safe-evaluate-expression-operators
Version:
Advanced Operators ready for safe-evaluate-expression
70 lines (69 loc) • 1.89 kB
JSON
{
"name": "safe-evaluate-expression-operators",
"version": "1.4.2",
"description": "Advanced Operators ready for safe-evaluate-expression",
"main": "index.js",
"scripts": {
"test": "ava test/*.js",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"commit": "git add . && git-cz",
"version": "standard-version",
"push": "git push --follow-tags",
"release": "npm run test && npm run commit && npm run version && npm run push && npm publish"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttessarolo/safe-evaluate-expression.git"
},
"keywords": [
"operators",
"eval",
"evaluate",
"JsonLogic",
"Json Logic",
"dynamic",
"function",
"expression",
"undefined"
],
"author": "Tommaso Tessarolo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ttessarolo/safe-evaluate-expression/issues"
},
"homepage": "https://github.com/ttessarolo/safe-evaluate-expression#readme",
"dependencies": {
"is-number": "^7.0.0",
"lodash.isstring": "^4.0.1",
"moment-timezone": "^0.5.47",
"nice-try": "^2.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"codecov": "^3.8.2",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"deep-cleaner": "^1.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^4.3.8",
"nyc": "^15.1.0",
"safe-evaluate-expression": "^1.7.5",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}