UNPKG

@jsreport/jsreport-core

Version:
97 lines (96 loc) 2.37 kB
{ "name": "@jsreport/jsreport-core", "version": "4.8.0", "description": "javascript based business reporting", "keywords": [ "report", "business", "javascript" ], "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-core", "repository": { "type": "git", "url": "git+ssh://git@github.com/jsreport/jsreport.git" }, "license": "LGPL", "author": { "name": "Jan Blaha", "email": "jan.blaha@hotmail.com" }, "maintainers": [ { "name": "pofider", "email": "jan.blaha@hotmail.com" } ], "main": "index.js", "files": [ "lib", "index.js", "test/store/common.js", "test/blobStorage/common.js", "test/extensions/validExtensions/listeners" ], "scripts": { "test": "mocha --timeout 8000 --recursive test --exit && standard", "test:watch": "mocha --watch --recursive test" }, "dependencies": { "@babel/code-frame": "7.23.5", "@babel/parser": "7.23.5", "@babel/traverse": "7.23.5", "@colors/colors": "1.5.0", "@jsreport/advanced-workers": "2.2.0", "@jsreport/mingo": "2.4.1", "@jsreport/reap": "0.1.0", "@jsreport/serializator": "1.1.0", "@jsreport/ses": "1.4.0", "ajv": "6.12.6", "app-root-path": "3.0.0", "bytes": "3.1.2", "camelcase": "5.0.0", "debug": "4.3.2", "decamelize": "2.0.0", "deepmerge": "2.1.0", "diff": "3.5.0", "diff-match-patch": "1.0.5", "enhanced-resolve": "5.8.3", "has-own-deep": "1.1.0", "isbinaryfile": "5.0.0", "listener-collection": "2.1.0", "lodash.get": "4.4.2", "lodash.groupby": "4.6.0", "lodash.omit": "4.5.0", "lru-cache": "4.1.1", "ms": "2.1.3", "nanoid": "3.3.8", "nconf": "0.12.0", "node.extend.without.arrays": "1.1.6", "semver": "7.5.4", "set-value": "4.1.0", "stack-trace": "0.0.10", "triple-beam": "1.3.0", "unset-value": "2.0.1", "uuid": "8.3.2", "winston": "3.8.1", "winston-transport": "4.5.0", "yieldable-json": "2.0.1" }, "devDependencies": { "@node-rs/jsonwebtoken": "0.2.0", "jsdom": "24.1.0", "mocha": "10.1.0", "should": "13.2.3", "standard": "16.0.4", "std-mocks": "1.0.1", "winston-loggly-bulk": "3.2.1" }, "engines": { "node": ">=22.18" }, "standard": { "env": { "mocha": true } } }