|
72 | 72 | "test:module": "IMPORT_MAP_PATH=test/import-maps/dist/index.module.json npm run test-cmd",
|
73 | 73 | "test:src": "IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
|
74 | 74 | },
|
75 |
| - "dependencies": {}, |
| 75 | + "dependencies": { |
| 76 | + "@arithmetic-type/uint32": "^2.0.0", |
| 77 | + "@arithmetic-type/uint64": "^4.0.0", |
| 78 | + "@array-like/copy": "^0.0.1", |
| 79 | + "@failure-abstraction/error": "^6.0.1" |
| 80 | + }, |
76 | 81 | "devDependencies": {
|
77 |
| - "@babel/core": "7.19.0", |
78 |
| - "@babel/plugin-transform-destructuring": "7.18.13", |
| 82 | + "@array-like/alloc": "0.0.1", |
| 83 | + "@babel/core": "7.19.3", |
| 84 | + "@babel/plugin-transform-destructuring": "7.19.4", |
79 | 85 | "@babel/plugin-transform-for-of": "7.18.8",
|
80 |
| - "@babel/preset-env": "7.19.0", |
| 86 | + "@babel/preset-env": "7.19.4", |
| 87 | + "@codec-bytes/ascii": "3.0.0", |
81 | 88 | "@commitlint/cli": "17.1.2",
|
82 | 89 | "@js-library/commitlint-config": "0.0.4",
|
83 | 90 | "@node-loader/babel": "2.0.1",
|
84 | 91 | "@node-loader/core": "2.0.0",
|
85 | 92 | "@node-loader/import-maps": "1.1.0",
|
| 93 | + "@set-theory/cartesian-product": "2.0.2", |
86 | 94 | "ava": "4.3.3",
|
87 | 95 | "babel-plugin-transform-remove-console": "6.9.4",
|
88 | 96 | "babel-plugin-unassert": "3.2.0",
|
|
100 | 108 | "np": "7.6.2",
|
101 | 109 | "pinst": "3.0.0",
|
102 | 110 | "power-assert": "1.6.1",
|
103 |
| - "regenerator-runtime": "0.13.9", |
104 |
| - "xo": "0.52.3" |
| 111 | + "regenerator-runtime": "0.13.10", |
| 112 | + "xo": "0.52.4" |
105 | 113 | },
|
106 | 114 | "ava": {
|
107 | 115 | "files": [
|
|
229 | 237 | "doc/**"
|
230 | 238 | ],
|
231 | 239 | "env": "browser"
|
| 240 | + }, |
| 241 | + { |
| 242 | + "files": [ |
| 243 | + "src/**" |
| 244 | + ], |
| 245 | + "rules": { |
| 246 | + "unicorn/filename-case": "off", |
| 247 | + "no-bitwise": "off", |
| 248 | + "unicorn/prefer-math-trunc": "off" |
| 249 | + } |
232 | 250 | }
|
233 | 251 | ]
|
234 | 252 | }
|
|
0 commit comments