{
  "_args": [
    [
      "ignorefs@1.2.0",
      "/app"
    ]
  ],
  "_from": "ignorefs@1.2.0",
  "_id": "ignorefs@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-2ln7hYl25KXkNwLM0fKC/byeV1Y=",
  "_location": "/ignorefs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ignorefs@1.2.0",
    "name": "ignorefs",
    "escapedName": "ignorefs",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/scandirectory",
    "/watchr"
  ],
  "_resolved": "https://registry.npmjs.org/ignorefs/-/ignorefs-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/app",
  "author": {
    "name": "2012+ Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "badges": {
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "---",
      "slackin",
      "patreon",
      "gratipay",
      "flattr",
      "paypal",
      "bitcoin",
      "wishlist"
    ],
    "config": {
      "patreonUsername": "bevry",
      "gratipayUsername": "bevry",
      "flattrUsername": "balupton",
      "paypalURL": "https://bevry.me/paypal",
      "bitcoinURL": "https://bevry.me/bitcoin",
      "wishlistURL": "https://bevry.me/wishlist",
      "slackinURL": "https://slack.bevry.me"
    }
  },
  "browser": "es2015/index.js",
  "bugs": {
    "url": "https://github.com/bevry/ignorefs/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    }
  ],
  "dependencies": {
    "editions": "^1.3.3",
    "ignorepatterns": "^1.1.0"
  },
  "description": "Ignore common and custom patterns of the file system",
  "devDependencies": {
    "assert-helpers": "^4.4.0",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "documentation": "^4.0.0-beta12",
    "eslint": "^3.9.1",
    "flow-bin": "^0.34.0",
    "joe": "^2.0.2",
    "joe-reporter-console": "^2.0.1",
    "projectz": "^1.3.2"
  },
  "editions": [
    {
      "description": "Source + ESNext + Require + Flow Type Comments",
      "entry": "index.js",
      "directory": "source",
      "syntaxes": [
        "javascript",
        "esnext",
        "require",
        "const",
        "let",
        "destructuring",
        "defaults"
      ]
    },
    {
      "description": "Babel Compiled + ES2015 + Require",
      "entry": "index.js",
      "directory": "es2015",
      "syntaxes": [
        "javascript",
        "es2015",
        "require"
      ]
    }
  ],
  "engines": {
    "node": ">=0.12"
  },
  "homepage": "https://github.com/bevry/ignorefs",
  "keywords": [
    "text",
    "binary",
    "encoding"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    }
  ],
  "name": "ignorefs",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/ignorefs.git"
  },
  "scripts": {
    "our:clean": "rm -Rf ./docs ./es2015",
    "our:compile": "npm run our:compile:es2015",
    "our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
    "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
    "our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
    "our:meta:projectz": "projectz compile",
    "our:release": "npm run our:release:prepare && npm run our:release:publish && npm run our:release:tag && npm run our:release:push",
    "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
    "our:release:publish": "npm publish",
    "our:release:push": "git push origin master && git push origin --tags",
    "our:release:tag": "git tag v$npm_package_version -a",
    "our:setup": "npm install",
    "our:test": "npm run our:verify && npm test",
    "our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
    "our:verify:eslint": "eslint --fix ./source",
    "our:verify:flow": "flow check",
    "test": "node --harmony ./test.js --joe-reporter=console"
  },
  "title": "IgnoreFS",
  "version": "1.2.0"
}
