test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-07-06 22:23:31 +08:00
parent 08173d8497
commit 263cb5ef03
1663 changed files with 526884 additions and 0 deletions

View File

@ -0,0 +1,40 @@
{
"name": "@vscode/spdlog",
"version": "0.15.0",
"description": "Node bindings for spdlog",
"main": "index.js",
"types": "index.d.ts",
"mocha": {
"ui": "tdd"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/node-spdlog.git"
},
"keywords": [
"node",
"spdlog",
"logging",
"logger",
"log"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/node-spdlog/issues"
},
"homepage": "https://github.com/microsoft/node-spdlog#readme",
"dependencies": {
"bindings": "^1.5.0",
"mkdirp": "^1.0.4",
"node-addon-api": "7.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^16.0.0",
"mocha": "^10.1.0"
}
}