mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
[Node.js binding] support NPM v7+ (#6559)
This commit is contained in:
parent
615acf156c
commit
89627a8178
2 changed files with 6333 additions and 815 deletions
7108
nodejs/package-lock.json
generated
7108
nodejs/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -40,33 +40,33 @@
|
|||
"author": "fs-eire",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/klaw-sync": "^6.0.0",
|
||||
"@types/minimist": "1.2.0",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/tar-stream": "^2.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
||||
"@typescript-eslint/parser": "^2.29.0",
|
||||
"clang-format": "^1.4.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": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-jsdoc": "^24.0.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"globby": "^11.0.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": "^7.1.1",
|
||||
"node-addon-api": "^3.0.0",
|
||||
"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.1.4",
|
||||
"typedoc": "^0.17.3",
|
||||
"typescript": "^3.8.3"
|
||||
"tar-stream": "^2.2.0",
|
||||
"typedoc": "^0.20.20",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"prebuild-install": "^5.3.5"
|
||||
"prebuild-install": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue