{
  "_args": [
    [
      "cspell-glob@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "cspell-glob@5.13.1",
  "_id": "cspell-glob@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-URp+CzN3TSqP62/dJKZRMZW0lhe5aONlu3+xT8eYCUPxGhTe7ESBXW19S8ZxAHtyC2hkHXvkq7wvZHQPdQQbww==",
  "_location": "/cspell-glob",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cspell-glob@5.13.1",
    "name": "cspell-glob",
    "escapedName": "cspell-glob",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "/cspell",
    "/cspell-gitignore",
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.13.1.tgz",
  "_spec": "5.13.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent",
    "email": "jason@streetsidesoftware.nl"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-glob"
  },
  "dependencies": {
    "micromatch": "^4.0.4"
  },
  "description": "Glob matcher for cspell",
  "devDependencies": {
    "@types/micromatch": "^4.0.2",
    "@types/node": "^16.11.10",
    "jest": "^27.3.1",
    "rimraf": "^3.0.2"
  },
  "directories": {
    "dist": "dist"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell-glob#readme",
  "keywords": [
    "cspell",
    "glob"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cspell-glob",
  "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 -p . -w"
  },
  "typings": "dist/index.d.ts",
  "version": "5.13.1"
}
