{
  "_args": [
    [
      "cspell-trie-lib@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "cspell-trie-lib@5.13.1",
  "_id": "cspell-trie-lib@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-h6T5MuTtwL4Lfqh6VCwVnZvVYlOOfBRQVDHoSLisj1PcA9OihmviM2xRy5hNxSOZb1e/tIC0ZViwoNwZZOGj2g==",
  "_location": "/cspell-trie-lib",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cspell-trie-lib@5.13.1",
    "name": "cspell-trie-lib",
    "escapedName": "cspell-trie-lib",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.13.1.tgz",
  "_spec": "5.13.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-trie"
  },
  "dependencies": {
    "fs-extra": "^10.0.0",
    "gensequence": "^3.1.1"
  },
  "description": "Trie Data Structure to support cspell.",
  "devDependencies": {
    "@cspell/dict-en_us": "^2.1.4",
    "@cspell/dict-es-es": "^2.1.0",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^16.11.10",
    "jest": "^27.3.1",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "keywords": [
    "trie",
    "cspell"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cspell-trie-lib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "build-dev": "tsc -p tsconfig.dev.json",
    "clean": "rimraf dist coverage .tsbuildinfo",
    "clean-build": "npm run clean && npm run build",
    "coverage": "jest --coverage",
    "test": "jest",
    "test-watch": "jest --watch",
    "watch": "tsc -w"
  },
  "types": "dist/index.d.ts",
  "version": "5.13.1"
}
