Files
my-dev-server2/vscode-server-linux-x64-web/node_modules/@vscode/spdlog/package.json
mol 263cb5ef03
Some checks failed
continuous-integration/drone/push Build is failing
test
2024-07-06 22:23:31 +08:00

41 lines
815 B
JSON

{
"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"
}
}