{
  "_args": [
    [
      "ignorepatterns@1.1.0",
      "/app"
    ]
  ],
  "_from": "ignorepatterns@1.1.0",
  "_id": "ignorepatterns@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-rI9DbyI5td+2bV8NOpBKh6xnzF4=",
  "_location": "/ignorepatterns",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ignorepatterns@1.1.0",
    "name": "ignorepatterns",
    "escapedName": "ignorepatterns",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/ignorefs"
  ],
  "_resolved": "https://registry.npmjs.org/ignorepatterns/-/ignorepatterns-1.1.0.tgz",
  "_spec": "1.1.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": "es5/index.js",
  "bugs": {
    "url": "https://github.com/bevry/ignorepatterns/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://balupton.com"
    }
  ],
  "dependencies": {},
  "description": "A regular expression that matches common filenames that we want to ignore",
  "devDependencies": {
    "assert-helpers": "^4.2.0",
    "coffee-script": "^1.10.0",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^1.1.4"
  },
  "editions": [
    {
      "description": "Source + CoffeeScript + Require",
      "entry": "source/index.js",
      "directory": "source",
      "syntaxes": [
        "coffeescript",
        "require"
      ]
    },
    {
      "description": "CoffeeScript Compiled JavaScript + ES5 + Require",
      "entry": "es5/index.js",
      "directory": "es5",
      "syntaxes": [
        "javascript",
        "es5",
        "require"
      ]
    }
  ],
  "engines": {
    "node": ">=0.12"
  },
  "homepage": "https://github.com/bevry/ignorepatterns",
  "keywords": [
    "ignore",
    "fs",
    "files",
    "pattern"
  ],
  "license": "MIT",
  "main": "es5/index.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://balupton.com"
    }
  ],
  "name": "ignorepatterns",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/ignorepatterns.git"
  },
  "scripts": {
    "clean": "rm -Rf ./docs ./es5",
    "compile": "npm run compile:coffeescript",
    "compile:coffeescript": "coffee -bco ./es5 ./source",
    "meta": "npm run meta:projectz",
    "meta:projectz": "projectz compile",
    "prepare": "npm run compile && npm run test && npm run meta",
    "pretest": "npm run test:coffeelint",
    "release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
    "release:publish": "npm publish",
    "release:push": "git push origin master && git push origin --tags",
    "release:tag": "git tag v$npm_package_version -a",
    "setup": "npm install",
    "test": "node --harmony ./es5/index.js",
    "test:coffeelint": "coffeelint ./source"
  },
  "title": "Common Ignore Patterns",
  "version": "1.1.0"
}
