{ "name": "k0mmand3r", "version": "0.1.5", "description": "k0mmand3r is a rust library a string parser for \"/slash\" commands", "main": "index.js", "directories": { "test": "tests" }, "dependencies": { "acorn": "^8.11.2", "acorn-walk": "^8.3.1", "ansi-colors": "^4.1.1", "ansi-regex": "^5.0.1", "ansi-styles": "^4.3.0", "anymatch": "^3.1.3", "arg": "^4.1.3", "argparse": "^2.0.1", "arrify": "^1.0.1", "assertion-error": "^1.1.0", "balanced-match": "^1.0.2", "binary-extensions": "^2.2.0", "brace-expansion": "^2.0.1", "braces": "^3.0.2", "browser-stdout": "^1.3.1", "buffer-from": "^1.1.2", "bun-types": "^1.0.20", "camelcase": "^6.3.0", "chai": "^4.3.10", "chalk": "^4.1.2", "check-error": "^1.0.3", "chokidar": "^3.5.3", "cliui": "^7.0.4", "color-convert": "^2.0.1", "color-name": "^1.1.4", "concat-map": "^0.0.1", "create-require": "^1.1.1", "debug": "^4.3.4", "decamelize": "^4.0.0", "deep-eql": "^4.1.3", "diff": "^5.0.0", "emoji-regex": "^8.0.0", "escalade": "^3.1.1", "escape-string-regexp": "^4.0.0", "fill-range": "^7.0.1", "find-up": "^5.0.0", "flat": "^5.0.2", "fs.realpath": "^1.0.0", "get-caller-file": "^2.0.5", "get-func-name": "^2.0.2", "glob": "^7.2.0", "glob-parent": "^5.1.2", "has-flag": "^4.0.0", "he": "^1.2.0", "inflight": "^1.0.6", "inherits": "^2.0.4", "is-binary-path": "^2.1.0", "is-extglob": "^2.1.1", "is-fullwidth-code-point": "^3.0.0", "is-glob": "^4.0.3", "is-number": "^7.0.0", "is-plain-obj": "^2.1.0", "is-unicode-supported": "^0.1.0", "isarray": "^0.0.1", "js-yaml": "^4.1.0", "json5": "^1.0.2", "just-extend": "^4.2.1", "locate-path": "^6.0.0", "lodash.get": "^4.4.2", "log-symbols": "^4.1.0", "loupe": "^2.3.7", "make-error": "^1.3.6", "minimatch": "^5.0.1", "minimist": "^1.2.8", "mkdirp": "^0.5.6", "ms": "^2.1.3", "nanoid": "^3.3.3", "nise": "^5.1.5", "normalize-path": "^3.0.0", "once": "^1.4.0", "p-limit": "^3.1.0", "p-locate": "^5.0.0", "path-exists": "^4.0.0", "path-is-absolute": "^1.0.1", "path-to-regexp": "^1.8.0", "pathval": "^1.1.1", "picomatch": "^2.3.1", "randombytes": "^2.1.0", "readdirp": "^3.6.0", "require-directory": "^2.1.1", "safe-buffer": "^5.2.1", "serialize-javascript": "^6.0.0", "sinon": "^17.0.1", "source-map": "^0.6.1", "source-map-support": "^0.5.21", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "strip-bom": "^3.0.0", "strip-json-comments": "^3.1.1", "supports-color": "^8.1.1", "to-regex-range": "^5.0.1", "ts-mocha": "^10.0.0", "tsconfig-paths": "^3.15.0", "type-detect": "^4.0.8", "undici-types": "^5.28.2", "v8-compile-cache-lib": "^3.0.1", "workerpool": "^6.2.1", "wrap-ansi": "^7.0.0", "wrappy": "^1.0.2", "y18n": "^5.0.8", "yargs": "^16.2.0", "yargs-parser": "^20.2.4", "yargs-unparser": "^2.0.0", "yn": "^3.1.1", "yocto-queue": "^0.1.0" }, "devDependencies": { "@types/mocha": "^10.0.6", "@types/node": "^20.10.5", "mocha": "^10.2.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "scripts": { "test": "mocha -r ts-node/register 'tests/*.ts'" }, "keywords": [], "author": "", "license": "ISC" }