{
  "_args": [
    [
      "cspell@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "cspell@5.13.1",
  "_id": "cspell@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-uH0JpQEdMmc5peRXCUuF6Vdp8Bn5mD9YdzUb3Gxd/korSHjxf2nW+c6humaSfW2sHGf67fsyKwlde5jT2HHTyw==",
  "_location": "/cspell",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cspell@5.13.1",
    "name": "cspell",
    "escapedName": "cspell",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/cspell/-/cspell-5.13.1.tgz",
  "_spec": "5.13.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bin": {
    "cspell": "bin.js"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/issues"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^8.3.0",
    "comment-json": "^4.1.1",
    "cspell-gitignore": "^5.13.1",
    "cspell-glob": "^5.13.1",
    "cspell-lib": "^5.13.1",
    "fast-json-stable-stringify": "^2.1.0",
    "file-entry-cache": "^6.0.1",
    "fs-extra": "^10.0.0",
    "get-stdin": "^8.0.0",
    "glob": "^7.2.0",
    "imurmurhash": "^0.1.4",
    "strip-ansi": "^6.0.1",
    "vscode-uri": "^3.0.2"
  },
  "description": "A Spelling Checker for Code!",
  "devDependencies": {
    "@cspell/cspell-json-reporter": "^5.13.1",
    "@cspell/cspell-types": "^5.13.1",
    "@types/file-entry-cache": "^5.0.2",
    "@types/fs-extra": "^9.0.13",
    "@types/glob": "^7.2.0",
    "@types/imurmurhash": "^0.1.1",
    "@types/micromatch": "^4.0.2",
    "@types/minimatch": "^3.0.5",
    "jest": "^27.3.1",
    "micromatch": "^4.0.4",
    "minimatch": "^3.0.4",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./app": "./dist/app.js",
    "./bin": "./bin.js",
    "./bin.js": "./bin.js",
    "./application": "./dist/application.js",
    "./dist/app": "./dist/app.js",
    "./dist/application": "./dist/application.js"
  },
  "files": [
    "bin.js",
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "files:comment": "Due to a lerna bug, patterns like `!**/*.map` are not getting recursively honored",
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://streetsidesoftware.github.io/cspell/",
  "keywords": [
    "spell",
    "checker",
    "code",
    "camel",
    "case",
    "spelling",
    "spell checker",
    "spelling checker",
    "lint"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cspell",
  "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 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 ."
  },
  "typesVersions": {
    ">=4.0": {
      "*": [
        "dist/*",
        "*"
      ]
    }
  },
  "typings": "dist/index.d.ts",
  "version": "5.13.1"
}
