@shi-corp/objectid-converter
Version:
Converts Microsoft Object IDs to and from SIDs.
65 lines (64 loc) • 1.54 kB
JSON
{
"name": "@shi-corp/objectid-converter",
"version": "2.0.9",
"description": "Converts Microsoft Object IDs to and from SIDs.",
"main": "bin/index.js",
"type": "module",
"scripts": {
"start": "node ./bin/index.js",
"build:Dev": "tsc",
"prebuild:Prod": "tsc -p prod.tsconfig.json --emitDeclarationOnly false",
"build:Prod": "tsc -p prod.tsconfig.json --removeComments false",
"test:Unit": "mocha",
"lint": "eslint --max-warnings 0"
},
"keywords": [
"Object ID",
"Azure",
"Entra",
"Entra ID",
"Windows",
"Cloud",
"UUID",
"Converter",
"Library",
"Easy",
"Minimal",
"Security Identifier",
"SID",
"GUID"
],
"repository": {
"type": "git",
"url": "https://github.com/Software-Hardware-Integration-Lab/ObjectID-Converter",
"directory": "/"
},
"bugs": {
"url": "https://github.com/Software-Hardware-Integration-Lab/ObjectID-Converter/issues"
},
"engines": {
"node": ">=22.0.0"
},
"author": "Elliot Huffman <elliot_huffman@shi.com>",
"license": "MIT",
"dependencies": {
"uuid": "~11.1.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "~5.2.2",
"@types/chai": "~5.2.2",
"@types/mocha": "~10.0.10",
"@types/node": "~24.1.0",
"chai": "~5.2.1",
"eslint": "~9.32.0",
"eslint-plugin-jsdoc": "~52.0.2",
"mocha": "~11.7.1",
"typescript": "~5.8.2",
"typescript-eslint": "~8.38.0"
},
"mocha": {
"recursive": true,
"spec": "bin/test/",
"color": true
}
}