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