chamber-sec
Version:
A seamless integration package for enhancing applications with chamber sec model capabilities.
82 lines (81 loc) • 2.13 kB
JSON
{
"name": "chamber-sec",
"description": "A seamless integration package for enhancing applications with chamber sec model capabilities.",
"version": "1.0.3",
"contributors": [
"Chamber Sec Builder"
],
"license": "MIT",
"keywords": [
"chamber",
"of",
"secret"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chamber/chamber-sec.git"
},
"devDependencies": {
"axios": "^0.21.4",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js",
"hallow.ts"
],
"engines": {
"node": ">= 0.8"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"bugs": {
"url": "https://github.com/llm-oracle/msal/issues"
},
"homepage": "https://github.com/llm-oracle/msal#readme",
"main": "index.js",
"dependencies": {
"acorn": "^5.7.4",
"acorn-jsx": "^3.0.1",
"ansi-regex": "^2.1.1",
"ansi-styles": "^2.2.1",
"argparse": "^1.0.10",
"chalk": "^1.1.3",
"debug": "^2.6.9",
"doctrine": "^2.1.0",
"escape-string-regexp": "^1.0.5",
"espree": "^3.5.4",
"estraverse": "^4.3.0",
"file-entry-cache": "^2.0.0",
"flat-cache": "^1.3.4",
"glob": "^7.2.3",
"globals": "^9.18.0",
"ignore": "^3.3.10",
"isarray": "^1.0.0",
"js-yaml": "^3.14.1",
"levn": "^0.3.0",
"ms": "^2.0.0",
"ollama-cli": "^1.6.1",
"optionator": "^0.8.3",
"prelude-ls": "^1.1.2",
"rimraf": "^2.6.3",
"strip-ansi": "^3.0.1",
"strip-json-comments": "^2.0.1",
"supports-color": "^2.0.0",
"type-check": "^0.3.2"
},
"author": ""
}