mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
[Node.js binding] upgrade y18n to v4.0.1 (#7185)
This commit is contained in:
parent
45cb0cae8c
commit
0fdef1bf47
2 changed files with 9250 additions and 9610 deletions
18750
nodejs/package-lock.json
generated
18750
nodejs/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,72 +1,72 @@
|
|||
{
|
||||
"binary": {
|
||||
"module_path": "./bin",
|
||||
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/",
|
||||
"module_path": "./bin",
|
||||
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/",
|
||||
"napi_versions": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "onnxruntime",
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "onnxruntime",
|
||||
"repository": {
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"version": "1.7.0",
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"version": "1.7.0",
|
||||
"dependencies": {
|
||||
"prebuild-install": "^6.0.0"
|
||||
},
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .ts",
|
||||
"buildr": "tsc && node ./script/build --config=RelWithDebInfo",
|
||||
"format": "clang-format --glob=\"{{lib,test,script}/**/*.ts,src/**/*.{cc,h}}\" --style=file -i",
|
||||
"rebuild": "tsc && node ./script/build --rebuild",
|
||||
"rebuildd": "tsc && node ./script/build --rebuild --config=Debug",
|
||||
"buildd": "tsc && node ./script/build --config=Debug",
|
||||
"build": "tsc && node ./script/build",
|
||||
"install": "prebuild-install -r napi || (tsc && node ./script/build)",
|
||||
"test": "mocha ./test/test-main",
|
||||
"prepack": "node ./script/pack-prebuild",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"buildr": "tsc && node ./script/build --config=RelWithDebInfo",
|
||||
"format": "clang-format --glob=\"{{lib,test,script}/**/*.ts,src/**/*.{cc,h}}\" --style=file -i",
|
||||
"rebuild": "tsc && node ./script/build --rebuild",
|
||||
"rebuildd": "tsc && node ./script/build --rebuild --config=Debug",
|
||||
"buildd": "tsc && node ./script/build --config=Debug",
|
||||
"build": "tsc && node ./script/build",
|
||||
"install": "prebuild-install -r napi || (tsc && node ./script/build)",
|
||||
"test": "mocha ./test/test-main",
|
||||
"prepack": "node ./script/pack-prebuild",
|
||||
"rebuildr": "tsc && node ./script/build --rebuild --config=RelWithDebInfo"
|
||||
},
|
||||
},
|
||||
"keywords": [
|
||||
"ONNX",
|
||||
"ONNX",
|
||||
"ONNX Runtime"
|
||||
],
|
||||
],
|
||||
"devDependencies": {
|
||||
"typedoc": "^0.20.25",
|
||||
"mocha": "^8.2.1",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/tar-stream": "^2.2.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"@typescript-eslint/parser": "^4.14.2",
|
||||
"clang-format": "^1.5.0",
|
||||
"@types/klaw-sync": "^6.0.0",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"cmake-js": "^6.1.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"typescript": "^4.1.3",
|
||||
"jsonc": "^2.0.0",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"node-pre-gyp-github": "^1.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
||||
"eslint-plugin-jsdoc": "^31.6.0",
|
||||
"onnx-proto": "^4.0.4",
|
||||
"globby": "^11.0.2",
|
||||
"fs-extra": "^9.1.0",
|
||||
"eslint": "^7.19.0",
|
||||
"tar-stream": "^2.2.0",
|
||||
"@types/minimist": "1.2.1",
|
||||
"eslint-plugin-import": "^2.22.1"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/klaw-sync": "^6.0.0",
|
||||
"@types/minimist": "1.2.1",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/tar-stream": "^2.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
||||
"@typescript-eslint/parser": "^4.14.2",
|
||||
"clang-format": "^1.5.0",
|
||||
"cmake-js": "^6.1.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsdoc": "^31.6.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.2",
|
||||
"jsonc": "^2.0.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"mocha": "^8.2.1",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"node-pre-gyp-github": "^1.4.3",
|
||||
"onnx-proto": "^4.0.4",
|
||||
"tar-stream": "^2.2.0",
|
||||
"typedoc": "^0.20.25",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"os": [
|
||||
"win32",
|
||||
"darwin",
|
||||
"win32",
|
||||
"darwin",
|
||||
"linux"
|
||||
],
|
||||
"types": "./types/lib/index.d.ts",
|
||||
],
|
||||
"types": "./types/lib/index.d.ts",
|
||||
"description": "Node.js binding of ONNXRuntime"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue