{
  "_args": [
    [
      "@humanwhocodes/gitignore-to-minimatch@1.0.2",
      "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main"
    ]
  ],
  "_development": true,
  "_from": "@humanwhocodes/gitignore-to-minimatch@1.0.2",
  "_id": "@humanwhocodes/gitignore-to-minimatch@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==",
  "_location": "/@humanwhocodes/gitignore-to-minimatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@humanwhocodes/gitignore-to-minimatch@1.0.2",
    "name": "@humanwhocodes/gitignore-to-minimatch",
    "escapedName": "@humanwhocodes%2fgitignore-to-minimatch",
    "scope": "@humanwhocodes",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main",
  "author": {
    "name": "Nicholas C. Zaks"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/gitignore-to-minimatch/issues"
  },
  "description": "Utility to convert gitignore patterns to minimatch patterns",
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "lint-staged": "^10.4.0",
    "mocha": "^9.0.3",
    "rollup": "^1.20.3",
    "typescript": "^4.0.3",
    "yorkie": "^2.0.0"
  },
  "exports": {
    "require": "./dist/gitignore-to-minimatch.cjs",
    "import": "./dist/gitignore-to-minimatch.js"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/nzakas"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/humanwhocodes/gitignore-to-minimatch#readme",
  "keywords": [
    "gitignore",
    "minimatch",
    "glob"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "dist/gitignore-to-minimatch.cjs",
  "module": "dist/gitignore-to-minimatch.js",
  "name": "@humanwhocodes/gitignore-to-minimatch",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/gitignore-to-minimatch.git"
  },
  "scripts": {
    "build": "rollup -c && tsc",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint src/ tests/",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "npm run test:unit && npm run test:build",
    "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs",
    "test:unit": "mocha tests/gitignore-to-minimatch.test.js"
  },
  "type": "module",
  "types": "dist/gitignore-to-minimatch.d.ts",
  "version": "1.0.2"
}
