{
  "_from": "dotgitignore@^2.1.0",
  "_id": "dotgitignore@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==",
  "_location": "/dotgitignore",
  "_phantomChildren": {
    "p-limit": "2.3.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dotgitignore@^2.1.0",
    "name": "dotgitignore",
    "escapedName": "dotgitignore",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/standard-version"
  ],
  "_resolved": "https://registry.npmjs.org/dotgitignore/-/dotgitignore-2.1.0.tgz",
  "_shasum": "a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b",
  "_spec": "dotgitignore@^2.1.0",
  "_where": "/home/smiles/public_html/rpos/node_modules/standard-version",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/bcoe/dotgitignore/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "find-up": "^3.0.0",
    "minimatch": "^3.0.4"
  },
  "deprecated": false,
  "description": "find the closest .gitignore file, parse it, and apply ignore rules",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nyc": "^13.3.0",
    "standard": "^11.0.1",
    "standard-version": "^4.4.0"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/bcoe/dotgitignore#readme",
  "keywords": [
    "gitignore",
    "git",
    "ignore",
    ".gitignore"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "dotgitignore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcoe/dotgitignore.git"
  },
  "scripts": {
    "posttest": "standard",
    "release": "standard-version",
    "test": "nyc mocha test.js"
  },
  "version": "2.1.0"
}
