{
  "name": "@sussudio/base",
  "version": "0.2.0",
  "description": "Internal APIs for VS Code's utilities and user interface building blocks.",
  "keywords": [
    "vscode",
    "vs code",
    "arrays",
    "assert",
    "async",
    "buffer",
    "cache",
    "cancellation",
    "charCode",
    "collections",
    "color",
    "comparers",
    "console",
    "dataTransfer",
    "date",
    "decorators",
    "diff",
    "errors",
    "extpath",
    "filters",
    "functional",
    "fuzzyScorer",
    "glob",
    "hash",
    "history",
    "htmlContent",
    "iconLabels",
    "idGenerator",
    "iterator",
    "jsonErrorMessages",
    "jsonFormatter",
    "jsonSchema",
    "keybindings",
    "keyCodes",
    "lifecycle",
    "linkedList",
    "linkedText",
    "marshalling",
    "mime",
    "observable",
    "paging",
    "platform",
    "ports",
    "processes",
    "resources",
    "resourceTree",
    "scrollable",
    "semver",
    "sequence",
    "severity",
    "skipList",
    "stopwatch",
    "stream",
    "strings",
    "ternarySearchTree",
    "uri",
    "uriIpc",
    "uuid",
    "sussdio",
    "soosudio"
  ],
  "homepage": "https://github.com/GirlBossRush/sussudio",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">= 16.14"
  },
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "vscode-nls": "^4.1.2"
  }
}
