|
1 |
| -{ |
2 |
| - "name": "excellentexport", |
3 |
| - "version": "3.9.4", |
4 |
| - "description": "Client side JavaScript export to Excel or CSV", |
5 |
| - "license": "MIT", |
6 |
| - "homepage": "http://jordiburgos.com", |
7 |
| - "author": "Jordi Burgos <jordiburgos@gmail.com>", |
8 |
| - "bugs": "https://github.com/jmaister/excellentexport/issues", |
9 |
| - "repository": { |
10 |
| - "type": "git", |
11 |
| - "url": "git://github.com/jmaister/excellentexport.git" |
12 |
| - }, |
13 |
| - "keywords": [ |
14 |
| - "excel", |
15 |
| - "export", |
16 |
| - "csv", |
17 |
| - "javascript", |
18 |
| - "client", |
19 |
| - "side" |
20 |
| - ], |
21 |
| - "scripts": { |
22 |
| - "build": "webpack --config webpack.config.js --progress --mode development --watch", |
23 |
| - "prod": "webpack --config webpack.config.js --progress --mode production", |
24 |
| - "test": "jest --coverage && coveralls < coverage/lcov.info", |
25 |
| - "jest": "jest --coverage", |
26 |
| - "watch": "jest --watch" |
27 |
| - }, |
28 |
| - "main": "dist/excellentexport.js", |
29 |
| - "devDependencies": { |
30 |
| - "@babel/core": "7.21.4", |
31 |
| - "@babel/plugin-proposal-class-properties": "7.18.6", |
32 |
| - "@babel/plugin-transform-flow-strip-types": "7.21.0", |
33 |
| - "@babel/preset-env": "7.21.4", |
34 |
| - "@types/jest": "29.5.1", |
35 |
| - "@types/jest-environment-puppeteer": "5.0.3", |
36 |
| - "@types/node": "18.15.13", |
37 |
| - "babel-loader": "9.1.2", |
38 |
| - "blob-polyfill": "7.0.20220408", |
39 |
| - "coveralls": "3.1.1", |
40 |
| - "cross-env": "7.0.3", |
41 |
| - "html-loader": "4.2.0", |
42 |
| - "jest": "29.5.0", |
43 |
| - "jest-environment-jsdom": "^29.5.0", |
44 |
| - "jest-puppeteer": "8.0.6", |
45 |
| - "puppeteer": "19.10.1", |
46 |
| - "ts-jest": "29.1.0", |
47 |
| - "ts-loader": "9.4.2", |
48 |
| - "ts-node": "10.9.1", |
49 |
| - "typescript": "5.0.4", |
50 |
| - "webdriverio": "8.8.6", |
51 |
| - "webpack": "5.80.0", |
52 |
| - "webpack-cli": "5.0.2", |
53 |
| - "webpack-dev-server": "4.13.3", |
54 |
| - "webpack-node-externals": "3.0.0", |
55 |
| - "xlsx": "0.18.5" |
56 |
| - }, |
57 |
| - "resolutions": { |
58 |
| - "json-schema": "0.4.0" |
59 |
| - } |
60 |
| -} |
| 1 | +{ |
| 2 | + "name": "excellentexport", |
| 3 | + "version": "3.9.5", |
| 4 | + "description": "Client side JavaScript export to Excel or CSV", |
| 5 | + "license": "MIT", |
| 6 | + "homepage": "http://jordiburgos.com", |
| 7 | + "author": "Jordi Burgos <jordiburgos@gmail.com>", |
| 8 | + "bugs": "https://github.com/jmaister/excellentexport/issues", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git://github.com/jmaister/excellentexport.git" |
| 12 | + }, |
| 13 | + "keywords": [ |
| 14 | + "excel", |
| 15 | + "export", |
| 16 | + "csv", |
| 17 | + "javascript", |
| 18 | + "client", |
| 19 | + "side" |
| 20 | + ], |
| 21 | + "scripts": { |
| 22 | + "build": "webpack --config webpack.config.js --progress --mode development --watch", |
| 23 | + "prod": "webpack --config webpack.config.js --progress --mode production", |
| 24 | + "coveralls": "jest --coverage && coveralls < coverage/lcov.info", |
| 25 | + "test": "jest --coverage", |
| 26 | + "watch": "jest --watch" |
| 27 | + }, |
| 28 | + "main": "dist/excellentexport.js", |
| 29 | + "devDependencies": { |
| 30 | + "@babel/core": "7.22.1", |
| 31 | + "@babel/plugin-proposal-class-properties": "7.18.6", |
| 32 | + "@babel/plugin-transform-flow-strip-types": "7.21.0", |
| 33 | + "@babel/preset-env": "7.22.4", |
| 34 | + "@types/jest": "29.5.1", |
| 35 | + "@types/jest-environment-puppeteer": "5.0.3", |
| 36 | + "@types/node": "20.2.5", |
| 37 | + "babel-loader": "9.1.2", |
| 38 | + "blob-polyfill": "7.0.20220408", |
| 39 | + "coveralls": "3.1.1", |
| 40 | + "cross-env": "7.0.3", |
| 41 | + "html-loader": "4.2.0", |
| 42 | + "jest": "29.5.0", |
| 43 | + "jest-environment-jsdom": "^29.5.0", |
| 44 | + "jest-puppeteer": "9.0.0", |
| 45 | + "puppeteer": "20.4.0", |
| 46 | + "ts-jest": "29.1.0", |
| 47 | + "ts-loader": "9.4.3", |
| 48 | + "ts-node": "10.9.1", |
| 49 | + "typescript": "5.0.4", |
| 50 | + "webdriverio": "8.10.5", |
| 51 | + "webpack": "5.84.1", |
| 52 | + "webpack-cli": "5.1.1", |
| 53 | + "webpack-dev-server": "4.15.0", |
| 54 | + "webpack-node-externals": "3.0.0", |
| 55 | + "xlsx": "0.18.5" |
| 56 | + }, |
| 57 | + "resolutions": { |
| 58 | + "json-schema": "0.4.0" |
| 59 | + } |
| 60 | +} |
0 commit comments