UNPKG

2.29 kBJSONView Raw
1{
2 "name": "@jsreport/jsreport-core",
3 "version": "3.11.4",
4 "description": "javascript based business reporting",
5 "keywords": [
6 "report",
7 "business",
8 "javascript"
9 ],
10 "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-core",
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/jsreport/jsreport.git"
14 },
15 "license": "LGPL",
16 "author": {
17 "name": "Jan Blaha",
18 "email": "jan.blaha@hotmail.com"
19 },
20 "maintainers": [
21 {
22 "name": "pofider",
23 "email": "jan.blaha@hotmail.com"
24 }
25 ],
26 "main": "index.js",
27 "files": [
28 "lib",
29 "index.js",
30 "test/store/common.js",
31 "test/blobStorage/common.js",
32 "test/extensions/validExtensions/listeners"
33 ],
34 "scripts": {
35 "test": "mocha --timeout 5000 --recursive test --exit && standard",
36 "test:watch": "mocha --watch --recursive test"
37 },
38 "dependencies": {
39 "@babel/code-frame": "7.12.13",
40 "@babel/parser": "7.14.4",
41 "@babel/traverse": "7.12.9",
42 "@colors/colors": "1.5.0",
43 "@jsreport/advanced-workers": "1.2.4",
44 "@jsreport/mingo": "2.4.1",
45 "@jsreport/reap": "0.1.0",
46 "ajv": "6.12.6",
47 "app-root-path": "3.0.0",
48 "bytes": "3.1.2",
49 "camelcase": "5.0.0",
50 "debug": "4.3.2",
51 "decamelize": "2.0.0",
52 "deepmerge": "2.1.0",
53 "diff": "3.5.0",
54 "diff-match-patch": "1.0.5",
55 "enhanced-resolve": "5.8.3",
56 "has-own-deep": "1.1.0",
57 "isbinaryfile": "5.0.0",
58 "listener-collection": "2.0.0",
59 "lodash.get": "4.4.2",
60 "lodash.groupby": "4.6.0",
61 "lodash.omit": "4.5.0",
62 "lodash.set": "4.3.2",
63 "lru-cache": "4.1.1",
64 "ms": "2.1.3",
65 "nanoid": "3.2.0",
66 "nconf": "0.12.0",
67 "node.extend.without.arrays": "1.1.6",
68 "semver": "7.3.5",
69 "serializator": "1.0.2",
70 "stack-trace": "0.0.10",
71 "triple-beam": "1.3.0",
72 "unset-value": "2.0.1",
73 "uuid": "8.3.2",
74 "vm2": "3.9.17",
75 "winston": "3.8.1",
76 "winston-transport": "4.5.0",
77 "yieldable-json": "2.0.1"
78 },
79 "devDependencies": {
80 "mocha": "9.2.2",
81 "should": "13.2.3",
82 "standard": "16.0.4",
83 "std-mocks": "1.0.1",
84 "winston-loggly-bulk": "3.2.1"
85 },
86 "engines": {
87 "node": ">=16.11"
88 },
89 "standard": {
90 "env": {
91 "mocha": true
92 }
93 }
94}