aurelia-syncfusion-ej2-bridge 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +105 -105
package/package.json
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aurelia-syncfusion-ej2-bridge",
|
|
3
|
-
"description": "An Aurelia plugin wrapper for syncfusion EJ2 controls",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"keywords": [
|
|
6
|
-
"aurelia",
|
|
7
|
-
"syncfusion"
|
|
8
|
-
],
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"author": {
|
|
11
|
-
"name": "Refactored Technology Solutions"
|
|
12
|
-
},
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"lodash": "^4.17.21"
|
|
15
|
-
},
|
|
16
|
-
"peerDependencies": {
|
|
17
|
-
"@syncfusion/ej2": "^26.1.38"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"start": "au run",
|
|
21
|
-
"build": "au build-plugin"
|
|
22
|
-
},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@syncfusion/ej2": "^27.1.53",
|
|
25
|
-
"@types/jest": "^24.0.9",
|
|
26
|
-
"@types/node": "^20.12.7",
|
|
27
|
-
"aurelia-animator-css": "^1.0.4",
|
|
28
|
-
"aurelia-bootstrapper": "^2.3.2",
|
|
29
|
-
"aurelia-cli": "^1.1.1",
|
|
30
|
-
"aurelia-fetch-client": "^1.8.2",
|
|
31
|
-
"aurelia-loader-nodejs": "^1.0.1",
|
|
32
|
-
"aurelia-pal-nodejs": "^1.2.0",
|
|
33
|
-
"aurelia-testing": "^1.0.0",
|
|
34
|
-
"aurelia-tools": "^2.0.0",
|
|
35
|
-
"browser-sync": "^2.26.3",
|
|
36
|
-
"connect-history-api-fallback": "^1.6.0",
|
|
37
|
-
"debounce": "^1.2.0",
|
|
38
|
-
"del": "^3.0.0",
|
|
39
|
-
"gulp": "^4.0.0",
|
|
40
|
-
"gulp-notify": "^3.2.0",
|
|
41
|
-
"gulp-plumber": "^1.2.1",
|
|
42
|
-
"gulp-rename": "^1.4.0",
|
|
43
|
-
"gulp-tslint": "^8.1.4",
|
|
44
|
-
"gulp-typescript": "^5.0.0",
|
|
45
|
-
"gulp-watch": "^5.0.1",
|
|
46
|
-
"jest": "^24.1.0",
|
|
47
|
-
"jest-cli": "^24.1.0",
|
|
48
|
-
"jest-transform-stub": "^2.0.0",
|
|
49
|
-
"minimatch": "^3.0.4",
|
|
50
|
-
"promise-polyfill": "^8.1.0",
|
|
51
|
-
"requirejs": "^2.3.6",
|
|
52
|
-
"text": "requirejs/text#latest",
|
|
53
|
-
"through2": "^3.0.0",
|
|
54
|
-
"ts-jest": "^24.0.0",
|
|
55
|
-
"tslint": "^5.13.0",
|
|
56
|
-
"typescript": "^5.5.2",
|
|
57
|
-
"vinyl-fs": "^3.0.3"
|
|
58
|
-
},
|
|
59
|
-
"engines": {
|
|
60
|
-
"node": ">=8.9.0"
|
|
61
|
-
},
|
|
62
|
-
"main": "dist/commonjs/index.js",
|
|
63
|
-
"module": "dist/native-modules/index.js",
|
|
64
|
-
"private": false,
|
|
65
|
-
"files": [
|
|
66
|
-
"dist"
|
|
67
|
-
],
|
|
68
|
-
"jest": {
|
|
69
|
-
"moduleNameMapper": {
|
|
70
|
-
"^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding"
|
|
71
|
-
},
|
|
72
|
-
"modulePaths": [
|
|
73
|
-
"<rootDir>/src",
|
|
74
|
-
"<rootDir>/node_modules"
|
|
75
|
-
],
|
|
76
|
-
"moduleFileExtensions": [
|
|
77
|
-
"ts",
|
|
78
|
-
"js",
|
|
79
|
-
"json"
|
|
80
|
-
],
|
|
81
|
-
"transform": {
|
|
82
|
-
"^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
|
|
83
|
-
"^.+\\.ts$": "ts-jest"
|
|
84
|
-
},
|
|
85
|
-
"testRegex": "\\.spec\\.(ts|js)$",
|
|
86
|
-
"setupFiles": [
|
|
87
|
-
"<rootDir>/test/jest-pretest.ts"
|
|
88
|
-
],
|
|
89
|
-
"testEnvironment": "node",
|
|
90
|
-
"collectCoverage": true,
|
|
91
|
-
"collectCoverageFrom": [
|
|
92
|
-
"src/**/*.{js,ts}",
|
|
93
|
-
"!**/*.spec.{js,ts}",
|
|
94
|
-
"!**/node_modules/**",
|
|
95
|
-
"!**/test/**"
|
|
96
|
-
],
|
|
97
|
-
"coverageDirectory": "<rootDir>/test/coverage-jest",
|
|
98
|
-
"coverageReporters": [
|
|
99
|
-
"json",
|
|
100
|
-
"lcov",
|
|
101
|
-
"text",
|
|
102
|
-
"html"
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
1
|
+
{
|
|
2
|
+
"name": "aurelia-syncfusion-ej2-bridge",
|
|
3
|
+
"description": "An Aurelia plugin wrapper for syncfusion EJ2 controls",
|
|
4
|
+
"version": "1.0.8",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"aurelia",
|
|
7
|
+
"syncfusion"
|
|
8
|
+
],
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"author": {
|
|
11
|
+
"name": "Refactored Technology Solutions"
|
|
12
|
+
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"lodash": "^4.17.21"
|
|
15
|
+
},
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"@syncfusion/ej2": "^26.1.38"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"start": "au run",
|
|
21
|
+
"build": "au build-plugin"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@syncfusion/ej2": "^27.1.53",
|
|
25
|
+
"@types/jest": "^24.0.9",
|
|
26
|
+
"@types/node": "^20.12.7",
|
|
27
|
+
"aurelia-animator-css": "^1.0.4",
|
|
28
|
+
"aurelia-bootstrapper": "^2.3.2",
|
|
29
|
+
"aurelia-cli": "^1.1.1",
|
|
30
|
+
"aurelia-fetch-client": "^1.8.2",
|
|
31
|
+
"aurelia-loader-nodejs": "^1.0.1",
|
|
32
|
+
"aurelia-pal-nodejs": "^1.2.0",
|
|
33
|
+
"aurelia-testing": "^1.0.0",
|
|
34
|
+
"aurelia-tools": "^2.0.0",
|
|
35
|
+
"browser-sync": "^2.26.3",
|
|
36
|
+
"connect-history-api-fallback": "^1.6.0",
|
|
37
|
+
"debounce": "^1.2.0",
|
|
38
|
+
"del": "^3.0.0",
|
|
39
|
+
"gulp": "^4.0.0",
|
|
40
|
+
"gulp-notify": "^3.2.0",
|
|
41
|
+
"gulp-plumber": "^1.2.1",
|
|
42
|
+
"gulp-rename": "^1.4.0",
|
|
43
|
+
"gulp-tslint": "^8.1.4",
|
|
44
|
+
"gulp-typescript": "^5.0.0",
|
|
45
|
+
"gulp-watch": "^5.0.1",
|
|
46
|
+
"jest": "^24.1.0",
|
|
47
|
+
"jest-cli": "^24.1.0",
|
|
48
|
+
"jest-transform-stub": "^2.0.0",
|
|
49
|
+
"minimatch": "^3.0.4",
|
|
50
|
+
"promise-polyfill": "^8.1.0",
|
|
51
|
+
"requirejs": "^2.3.6",
|
|
52
|
+
"text": "requirejs/text#latest",
|
|
53
|
+
"through2": "^3.0.0",
|
|
54
|
+
"ts-jest": "^24.0.0",
|
|
55
|
+
"tslint": "^5.13.0",
|
|
56
|
+
"typescript": "^5.5.2",
|
|
57
|
+
"vinyl-fs": "^3.0.3"
|
|
58
|
+
},
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=8.9.0"
|
|
61
|
+
},
|
|
62
|
+
"main": "dist/commonjs/index.js",
|
|
63
|
+
"module": "dist/native-modules/index.js",
|
|
64
|
+
"private": false,
|
|
65
|
+
"files": [
|
|
66
|
+
"dist"
|
|
67
|
+
],
|
|
68
|
+
"jest": {
|
|
69
|
+
"moduleNameMapper": {
|
|
70
|
+
"^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding"
|
|
71
|
+
},
|
|
72
|
+
"modulePaths": [
|
|
73
|
+
"<rootDir>/src",
|
|
74
|
+
"<rootDir>/node_modules"
|
|
75
|
+
],
|
|
76
|
+
"moduleFileExtensions": [
|
|
77
|
+
"ts",
|
|
78
|
+
"js",
|
|
79
|
+
"json"
|
|
80
|
+
],
|
|
81
|
+
"transform": {
|
|
82
|
+
"^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
|
|
83
|
+
"^.+\\.ts$": "ts-jest"
|
|
84
|
+
},
|
|
85
|
+
"testRegex": "\\.spec\\.(ts|js)$",
|
|
86
|
+
"setupFiles": [
|
|
87
|
+
"<rootDir>/test/jest-pretest.ts"
|
|
88
|
+
],
|
|
89
|
+
"testEnvironment": "node",
|
|
90
|
+
"collectCoverage": true,
|
|
91
|
+
"collectCoverageFrom": [
|
|
92
|
+
"src/**/*.{js,ts}",
|
|
93
|
+
"!**/*.spec.{js,ts}",
|
|
94
|
+
"!**/node_modules/**",
|
|
95
|
+
"!**/test/**"
|
|
96
|
+
],
|
|
97
|
+
"coverageDirectory": "<rootDir>/test/coverage-jest",
|
|
98
|
+
"coverageReporters": [
|
|
99
|
+
"json",
|
|
100
|
+
"lcov",
|
|
101
|
+
"text",
|
|
102
|
+
"html"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
106
106
|
}
|