jexl-sync
Version:
(Synchronous API) Javascript Expression Language: Powerful context-based expression parser and evaluator
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "jexl-sync",
"version": "1.0.5",
"description": "(Synchronous API) Javascript Expression Language: Powerful context-based expression parser and evaluator",
"main": "lib/Jexl.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec --recursive test",
"prepare": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/richdyang/jexl-sync"
},
"keywords": [
"JSON",
"expression",
"evaluator",
"parser",
"target",
"context",
"jsep",
"filter",
"selector"
],
"author": "Chao Yang <richd.yang@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/richdyang/jexl-sync/issues"
},
"homepage": "https://github.com/richdyang/jexl-sync",
"devDependencies": {
"browserify": "=15.1.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"gulp": "=3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-istanbul": "^1.1.3",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-mocha": "^5.0.0",
"gulp-rename": "=1.2.2",
"gulp-uglify": "=3.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"vinyl-transform": "=1.0.0",
"graceful-fs": "^4.1.11"
},
"dependencies": {}
}