forked from exceljs/exceljs
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.53 KB
/
Copy pathpackage.json
File metadata and controls
137 lines (137 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "devextreme-exceljs-fork",
"version": "4.4.13",
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"description": "Fork of Excel Workbook Manager - Read and Write xlsx and csv Files.",
"private": false,
"license": "MIT",
"author": "Developer Express Inc.",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-exceljs-fork.git"
},
"engines": {
"node": ">=22.21.1"
},
"main": "./dx-excel-fork.js",
"browser": "./dist/dx-exceljs-fork.min.js",
"types": "./index.d.ts",
"files": [
"dist",
"lib",
"dx-excel-fork.js",
"LICENSE",
"README.md",
"README_zh.md",
"index.ts",
"index.d.ts"
],
"scripts": {
"test": "pnpm run test:full",
"test:es5": "export EXCEL_BUILD=es5 && pnpm run test:full",
"test:full": "pnpm run build && pnpm run test:unit && pnpm run test:integration && pnpm run test:end-to-end && pnpm run test:browser",
"test:version": "pnpm run build && pnpm run test:unit && pnpm run test:integration && pnpm run test:end-to-end && pnpm run test:browser && pnpm run test:dist",
"test:all": "pnpm run test:native && pnpm run test:es5",
"test:native": "pnpm run test:full",
"test:unit": "mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive",
"test:integration": "mocha --require spec/config/setup spec/integration --recursive",
"test:end-to-end": "mocha --require spec/config/setup spec/end-to-end --recursive",
"test:browser": "pnpm exec playwright test",
"test:unit:es5": "export EXCEL_BUILD=es5 && pnpm run test:unit",
"test:integration:es5": "export EXCEL_BUILD=es5 && pnpm run test:integration",
"test:end-to-end:es5": "export EXCEL_BUILD=es5 && pnpm run test:end-to-end",
"test:dist": "mocha --require spec/config/setup spec/dist --recursive",
"test:manual": "node spec/manual/app.js",
"test:typescript": "mocha -r ts-node/register spec/typescript/**/*.spec.ts",
"type-check": "tsc index.d.ts",
"clean-build": "pnpm run clean && pnpm run build",
"lint": "eslint --format node_modules/eslint-friendly-formatter/index.js .",
"lint:fix": "eslint --format node_modules/eslint-friendly-formatter/index.js --fix .",
"lint:staged": "lint-staged",
"clean": "rm -rf build/ && rm -rf dist",
"benchmark": "node --expose-gc benchmark",
"benchmark:debug": "node --expose-gc --inspect-brk --trace-deopt benchmark",
"build": "grunt build",
"prepare-and-install": "pnpm install --frozen-lockfile && grunt build",
"preversion": "pnpm run clean && pnpm run build && pnpm run test:version",
"postversion": "git push --no-verify && git push --tags --no-verify",
"prepare": "husky"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"eslint --format node_modules/eslint-friendly-formatter/index.js"
]
},
"keywords": [
"xlsx",
"json",
"csv",
"excel",
"font",
"border",
"fill",
"number",
"format",
"number format",
"alignment",
"office",
"spreadsheet",
"workbook",
"defined names",
"data validations",
"rich text",
"in-cell format",
"outlineLevel",
"views",
"frozen",
"split",
"pageSetup"
],
"dependencies": {
"archiver": "^8.0.0",
"dayjs": "^1.8.34",
"fast-csv": "^5.0.5",
"jszip": "^3.10.1",
"readable-stream": "^3.6.0",
"saxes": "^5.0.1",
"tmp": "^0.2.7",
"unzipper": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^8.0.0",
"@babel/preset-env": "^8.0.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.2",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^24.12.4",
"browserify": "^17.0.0",
"chai": "^4.3.7",
"chai-datetime": "^1.8.1",
"chai-xml": "^0.4.1",
"core-js": "^3.6.5",
"dirty-chai": "^2.0.1",
"eslint": "^10.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-n": "^18.0.0",
"express": "^5.2.1",
"globals": "^17.7.0",
"got": "^15.1.0",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exorcise": "^2.1.1",
"grunt-terser": "^2.0.0",
"husky": "^9.1.7",
"lint-staged": "^10.2.13",
"mocha": "^11.7.1",
"regenerator-runtime": "^0.14.0",
"sax": "^1.2.4",
"ts-node": "^8.10.2",
"typescript": "^5.9.3"
}
}