{
  "_args": [
    [
      "cspell-lib@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "cspell-lib@5.13.1",
  "_id": "cspell-lib@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-asnm/ZKcLCbBgmBaDRRbNNjgNmNC3anRXCoT7WOjoeXnuQPAxrss/loGbM5XyEQi8i5j6Yj3M8z49EYmgvZWPg==",
  "_location": "/cspell-lib",
  "_phantomChildren": {
    "path-exists": "4.0.0",
    "yocto-queue": "0.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cspell-lib@5.13.1",
    "name": "cspell-lib",
    "escapedName": "cspell-lib",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "/cspell"
  ],
  "_resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-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-lib"
  },
  "dependencies": {
    "@cspell/cspell-bundled-dicts": "^5.13.1",
    "@cspell/cspell-types": "^5.13.1",
    "clear-module": "^4.1.2",
    "comment-json": "^4.1.1",
    "configstore": "^5.0.1",
    "cosmiconfig": "^7.0.1",
    "cspell-glob": "^5.13.1",
    "cspell-io": "^5.13.1",
    "cspell-trie-lib": "^5.13.1",
    "find-up": "^5.0.0",
    "fs-extra": "^10.0.0",
    "gensequence": "^3.1.1",
    "import-fresh": "^3.3.0",
    "resolve-from": "^5.0.0",
    "resolve-global": "^1.0.0",
    "vscode-uri": "^3.0.2"
  },
  "description": "A library of useful functions used across various cspell tools.",
  "devDependencies": {
    "@cspell/dict-cpp": "^1.1.40",
    "@cspell/dict-csharp": "^1.0.11",
    "@cspell/dict-css": "^1.0.12",
    "@cspell/dict-fa-ir": "^1.0.17",
    "@cspell/dict-fr-fr": "^2.0.1",
    "@cspell/dict-html": "^1.1.9",
    "@cspell/dict-nl-nl": "^2.1.1",
    "@cspell/dict-python": "^2.0.5",
    "@types/configstore": "^5.0.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.10",
    "cspell-dict-nl-nl": "^1.1.2",
    "jest": "^27.3.1",
    "lorem-ipsum": "^2.0.4",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.7"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "files:comment": "Due to a lerna bug, patterns like `!**/*.map` are not getting recursively honored",
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "keywords": [
    "spell",
    "checker",
    "code",
    "camel",
    "case",
    "spelling",
    "spell checker",
    "spelling checker",
    "lint"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cspell-lib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "scripts": {
    "build": "npm run compile",
    "build-dev": "tsc -p tsconfig.dev.json",
    "clean": "rimraf dist temp coverage .tsbuildinfo",
    "clean-build": "npm run clean && npm run build",
    "compile": "tsc -p .",
    "coverage": "jest --coverage",
    "prepublishOnly": "npm run clean-build && npm test",
    "test": "jest",
    "test-watch": "jest --watch",
    "update-snapshot": "jest --updateSnapshot",
    "watch": "tsc --watch -p ."
  },
  "typings": "dist/index.d.ts",
  "version": "5.13.1"
}
