|
2 | 2 | "name": "jsvm2", |
3 | 3 | "version": "1.2.5", |
4 | 4 | "description": "Javascript Interpreter implemented by Javascript", |
| 5 | + "type": "module", |
5 | 6 | "main": "lib/index.js", |
6 | 7 | "module": "lib/es.es6.js", |
7 | 8 | "types": "lib/index.d.ts", |
|
24 | 25 | "@babel/cli": "^7.16.0", |
25 | 26 | "@babel/core": "^7.16.0", |
26 | 27 | "@babel/generator": "^7.16.0", |
| 28 | + "@babel/helper-hoist-variables": "^7.24.7", |
27 | 29 | "@babel/parser": "^7.16.4", |
28 | 30 | "@babel/plugin-external-helpers": "^7.16.0", |
29 | 31 | "@babel/plugin-proposal-class-properties": "^7.16.0", |
|
42 | 44 | "@babel/types": "^7.16.0", |
43 | 45 | "@commitlint/cli": "^15.0.0", |
44 | 46 | "@commitlint/config-conventional": "^15.0.0", |
45 | | - "@rollup/plugin-alias": "^3.1.8", |
46 | | - "@rollup/plugin-babel": "^5.3.0", |
| 47 | + "@rollup/plugin-alias": "^5.1.1", |
| 48 | + "@rollup/plugin-babel": "^6.0.4", |
47 | 49 | "@rollup/plugin-buble": "^0.21.3", |
48 | | - "@rollup/plugin-commonjs": "^21.0.1", |
49 | | - "@rollup/plugin-json": "^4.1.0", |
50 | | - "@rollup/plugin-node-resolve": "^13.0.6", |
51 | | - "@rollup/plugin-replace": "^3.0.0", |
52 | | - "@rollup/plugin-typescript": "^8.3.0", |
53 | | - "@rollup/plugin-url": "^6.1.0", |
| 50 | + "@rollup/plugin-commonjs": "^28.0.6", |
| 51 | + "@rollup/plugin-json": "^6.1.0", |
| 52 | + "@rollup/plugin-node-resolve": "^16.0.1", |
| 53 | + "@rollup/plugin-replace": "^6.0.2", |
| 54 | + "@rollup/plugin-typescript": "^12.1.4", |
| 55 | + "@rollup/plugin-url": "^8.0.2", |
54 | 56 | "@types/babel-generator": "^6.25.3", |
55 | 57 | "@types/babel-traverse": "^6.25.7", |
56 | 58 | "@types/babel-types": "^7.0.11", |
57 | 59 | "@types/benchmark": "^2.1.1", |
58 | 60 | "@types/jest": "^27.0.3", |
59 | | - "@types/node": "^16.11.11", |
| 61 | + "@types/node": "^22.18.6", |
60 | 62 | "@types/sinon": "^10.0.6", |
61 | 63 | "@typescript-eslint/eslint-plugin": "^5.5.0", |
62 | 64 | "@typescript-eslint/parser": "^5.5.0", |
63 | 65 | "babel-eslint": "^10.0.1", |
64 | | - "babel-jest": "^27.4.2", |
| 66 | + "babel-jest": "^29.7.0", |
65 | 67 | "babel-plugin-import": "^1.8.0", |
66 | 68 | "babel-plugin-syntax-jsx": "^6.18.0", |
67 | 69 | "babel-plugin-transform-class-properties": "^6.24.1", |
|
85 | 87 | "eslint-plugin-promise": "^5.2.0", |
86 | 88 | "eslint-plugin-standard": "^5.0.0", |
87 | 89 | "husky": "^7.0.4", |
88 | | - "jest": "^27.4.3", |
| 90 | + "jest": "^29.7.0", |
89 | 91 | "lint-staged": "^12.1.2", |
90 | 92 | "prettier": "^2.5.0", |
91 | | - "rollup": "^2.60.2", |
| 93 | + "rollup": "^4.52.3", |
92 | 94 | "rollup-plugin-auto-external": "^2.0.0", |
93 | 95 | "rollup-plugin-peer-deps-external": "^2.2.2", |
94 | 96 | "rollup-plugin-postcss": "^4.0.2", |
95 | 97 | "rollup-plugin-typescript2": "^0.31.1", |
96 | 98 | "terser": "^5.12.0", |
97 | | - "ts-jest": "^27.0.7", |
| 99 | + "ts-jest": "^29.4.4", |
98 | 100 | "ts-node": "^10.4.0", |
99 | | - "typescript": "^5.0.3" |
| 101 | + "tslib": "^2.8.1", |
| 102 | + "typescript": "^5.9.2" |
100 | 103 | }, |
101 | | - "dependencies": {}, |
102 | 104 | "publishConfig": { |
103 | 105 | "access": "public", |
104 | 106 | "registry": "https://registry.npmjs.org/" |
105 | 107 | }, |
106 | 108 | "engines": { |
107 | | - "node": ">=10" |
| 109 | + "node": ">=18" |
108 | 110 | }, |
109 | 111 | "files": [ |
110 | 112 | "lib" |
|
0 commit comments