Update project state and run preflight check
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
94561193a5
commit
3720dce7c4
4 changed files with 43 additions and 0 deletions
14
node_modules/.package-lock.json
generated
vendored
14
node_modules/.package-lock.json
generated
vendored
|
|
@ -1437,6 +1437,20 @@
|
||||||
"linux"
|
"linux"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"node_modules/@unrs/resolver-binding-linux-x64-musl": {
|
||||||
|
"version": "1.11.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
|
||||||
|
"integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
"node_modules/accepts": {
|
"node_modules/accepts": {
|
||||||
"version": "1.3.8",
|
"version": "1.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
||||||
|
|
|
||||||
3
node_modules/@unrs/resolver-binding-linux-x64-musl/README.md
generated
vendored
Normal file
3
node_modules/@unrs/resolver-binding-linux-x64-musl/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# `@unrs/resolver-binding-linux-x64-musl`
|
||||||
|
|
||||||
|
This is the **x86_64-unknown-linux-musl** binary for `@unrs/resolver-binding`
|
||||||
26
node_modules/@unrs/resolver-binding-linux-x64-musl/package.json
generated
vendored
Normal file
26
node_modules/@unrs/resolver-binding-linux-x64-musl/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "@unrs/resolver-binding-linux-x64-musl",
|
||||||
|
"version": "1.11.1",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"main": "resolver.linux-x64-musl.node",
|
||||||
|
"files": [
|
||||||
|
"resolver.linux-x64-musl.node"
|
||||||
|
],
|
||||||
|
"description": "UnRS Resolver Node API with PNP support",
|
||||||
|
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
|
||||||
|
"homepage": "https://github.com/unrs/unrs-resolver#readme",
|
||||||
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org",
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
|
"repository": "git+https://github.com/unrs/unrs-resolver.git",
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"libc": [
|
||||||
|
"musl"
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
node_modules/@unrs/resolver-binding-linux-x64-musl/resolver.linux-x64-musl.node
generated
vendored
Normal file
BIN
node_modules/@unrs/resolver-binding-linux-x64-musl/resolver.linux-x64-musl.node
generated
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue