UNPKG

@entestat/formula

Version:

fast excel formula parser

54 lines (53 loc) 1.52 kB
{ "name": "@entestat/formula", "version": "2.9.137", "description": "fast excel formula parser", "main": "index.js", "scripts": { "test": "mocha -s 0", "test:f": "mocha test/formulas", "prepublishOnly": "yarn run build && yarn run test", "build": "webpack", "diagram": "node grammar/diagram.js", "docs": "yarn run diagram && jsdoc --configure .jsdoc.json --verbose", "coverage": "nyc -x ssf -x test --reporter=html --reporter=text --report-dir=docs/coverage mocha", "coverage:f": "nyc -n \"formulas/functions/**\" -n \"formulas/operators.js\" --reporter=html --reporter=text mocha test/formulas", "coverage:server": "nyc -x ssf -x test --reporter=text-lcov --report-dir=docs/coverage mocha | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/mcjkrs/" }, "keywords": [ "excel", "formula", "spreadsheet", "javascript", "js", "parser", "excel-formula" ], "author": "Entestat", "license": "MIT", "dependencies": { "bahttext": "^1.1.0", "bessel": "^1.0.2", "chevrotain": "^7.0.1", "js-big-decimal": "^1.3.4", "jstat": "^1.9.3", "yarn": "^1.22.19" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.1.0", "docdash": "^1.2.0", "gh-pages": "^3.1.0", "jsdoc": "^3.6.5", "mocha": "^7.2.0", "moment-timezone": "^0.5.32", "nyc": "^15.1.0", "webpack": "^4.44.0", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12" } }