{
  "_args": [
    [
      "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "is-binary-path@>=1.0.0 <2.0.0",
  "_id": "is-binary-path@1.0.1",
  "_inCache": true,
  "_location": "/is-binary-path",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-binary-path",
    "raw": "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
    "rawSpec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/chokidar"
  ],
  "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  "_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
  "_shrinkwrap": null,
  "_spec": "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-binary-path/issues"
  },
  "dependencies": {
    "binary-extensions": "^1.0.0"
  },
  "description": "Check if a filepath is a binary file",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  "keywords": [
    "bin",
    "binary",
    "check",
    "detect",
    "ext",
    "extension",
    "extensions",
    "file",
    "is",
    "path"
  ],
  "license": "MIT",
  "name": "is-binary-path",
  "optionalDependencies": {},
  "readme": "# is-binary-path [![Build Status](https://travis-ci.org/sindresorhus/is-binary-path.svg?branch=master)](https://travis-ci.org/sindresorhus/is-binary-path)\n\n> Check if a filepath is a binary file\n\n\n## Install\n\n```\n$ npm install --save is-binary-path\n```\n\n\n## Usage\n\n```js\nvar isBinaryPath = require('is-binary-path');\n\nisBinaryPath('src/unicorn.png');\n//=> true\n\nisBinaryPath('src/unicorn.txt');\n//=> false\n```\n\n\n## Related\n\n- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions\n- [`is-text-path`](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.1"
}
