quiofficia
Version:
fast excel formula parser
51 lines (50 loc) • 1.47 kB
JSON
{
"name": "quiofficia",
"version": "1.7.1",
"description": "fast excel formula parser",
"repository": {
"type": "git",
"url": "https://github.com/MarvinHeathcote/quiofficia.git"
},
"main": "index.js",
"scripts": {
"test": "mocha -s 0",
"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"
},
"keywords": [
"excel",
"formula",
"spreadsheet",
"javascript",
"js",
"odio",
"excel-formula"
],
"author": "JarrodCarter",
"license": "MIT",
"dependencies": {
"bahttext": "^1.1.0",
"bessel": "^1.0.2",
"chevrotain": "^7.0.1",
"jstat": "^1.9.3"
},
"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",
"nyc": "^15.1.0",
"webpack": "^4.44.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}