File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 33
33
"build:tarball" : " npm pack" ,
34
34
"clean" : " node-gyp clean && rm -rf lib && rm -rf build" ,
35
35
"test" : " yarn test:install && node ./test/prepare.mjs && vitest run --silent=false --disable-console-intercept" ,
36
- "test:install" : " ALWAYS_THROW=true yarn install"
36
+ "test:install" : " cross-env ALWAYS_THROW=true yarn install"
37
37
},
38
38
"engines" : {
39
39
"node" : " >=18"
47
47
"@types/node" : " ^18.19.1" ,
48
48
"@types/node-abi" : " ^3.0.3" ,
49
49
"clang-format" : " ^1.8.0" ,
50
+ "cross-env" : " ^10.0.0" ,
50
51
"eslint" : " ^7.0.0" ,
51
52
"node-gyp" : " ^11.2.0" ,
52
53
"typescript" : " ^5.8.3" ,
67
68
"volta" : {
68
69
"node" : " 24.1.0"
69
70
}
70
- }
71
+ }
Original file line number Diff line number Diff line change 24
24
js-tokens "^4.0.0"
25
25
picocolors "^1.0.0"
26
26
27
+ " @epic-web/invariant@^1.0.0 " :
28
+ version "1.0.0"
29
+ resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
30
+ integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
31
+
27
32
28
33
version "0.25.4"
29
34
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz#830d6476cbbca0c005136af07303646b419f1162"
952
957
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
953
958
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
954
959
960
+ cross-env@^10.0.0 :
961
+ version "10.0.0"
962
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
963
+ integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
964
+ dependencies :
965
+ " @epic-web/invariant" " ^1.0.0"
966
+ cross-spawn "^7.0.6"
967
+
955
968
cross-spawn@^7.0.2, cross-spawn@^7.0.6 :
956
969
version "7.0.6"
957
970
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
You can’t perform that action at this time.
0 commit comments