UNPKG

@gabliam/expression

Version:
49 lines (48 loc) 1.11 kB
{ "name": "@gabliam/expression", "version": "9.0.0", "description": "expression parser", "main": "index.js", "typings": "index.d.ts", "module": "index.js", "scripts": { "build": "rimraf lib && tsc -p tsconfig.build.json" }, "files": [ "lib", "src", "index.js", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/gabliam/gabliam.git" }, "keywords": [ "amqp", "gabliam" ], "author": "David Touzet <dtouzet@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gabliam/gabliam/issues" }, "homepage": "https://github.com/gabliam/gabliam/tree/master/packages/core/expression#readme", "devDependencies": { "@types/escodegen": "^0.0.7", "@types/esprima": "^4.0.3", "@types/lodash": "^4.14.189", "@types/node": "^18.11.9" }, "dependencies": { "escodegen": "^2.0.0", "esprima": "^4.0.1", "is-valid-path": "^0.1.1", "lodash": "^4.17.21", "tslib": "^2.4.1" }, "engines": { "node": ">=8.9.0" }, "gitHead": "ec328fa0b62f474d470f74a2fc9637838f54091e" }