UNPKG

fast-formula-parser

Version:

fast excel formula parser

40 lines (39 loc) 1.41 kB
{ "name": "fast-formula-parser", "version": "1.0.0", "description": "fast excel formula parser", "main": "index.js", "scripts": { "test": "mocha", "test:f": "mocha test/formulas", "build": "webpack", "diagram": "node grammar/diagram.js", "docs": "yarn run diagram && jsdoc --configure .jsdoc.json --verbose", "publish:docs": "yarn run docs && yarn run coverage && gh-pages -d docs", "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" }, "author": "Lester(Dishu) Lyu", "license": "MIT", "dependencies": { "bahttext": "^1.1.0", "bessel": "^1.0.2", "chevrotain": "^6.2.0", "jstat": "^1.9.1" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.6", "docdash": "^1.1.1", "gh-pages": "^2.1.1", "jsdoc": "^3.6.3", "mocha": "^6.1.4", "nyc": "^14.0.0", "terser-webpack-plugin": "^1.2.3", "webpack": "^4.30.0", "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.3.0", "xlsx-populate": "git+https://github.com/LesterLyu/xlsx-populate.git#formula-support" } }