{
  "_args": [
    [
      "binaryextensions@~1.0.0",
      "/home/qm/web/lib.quali.me/public_html/node_modules/istextorbinary"
    ]
  ],
  "_from": "binaryextensions@>=1.0.0 <1.1.0",
  "_id": "binaryextensions@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/binaryextensions",
  "_npmUser": {
    "email": "b@lupton.cc",
    "name": "balupton"
  },
  "_npmVersion": "1.3.15",
  "_phantomChildren": {},
  "_requested": {
    "name": "binaryextensions",
    "raw": "binaryextensions@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/istextorbinary"
  ],
  "_resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.0.tgz",
  "_shasum": "b514de33e0e77bc27c235f77a2eafbe1f96d0357",
  "_shrinkwrap": null,
  "_spec": "binaryextensions@~1.0.0",
  "_where": "/home/qm/web/lib.quali.me/public_html/node_modules/istextorbinary",
  "author": {
    "email": "us@bevry.me",
    "name": "2013+ Bevry Pty Ltd",
    "url": "http://bevry.me"
  },
  "badges": {
    "flattr": "344188/balupton-on-Flattr",
    "gittip": "bevry",
    "npm": true,
    "paypal": "QB8GQPZAH84N6",
    "travis": false
  },
  "bugs": {
    "url": "https://github.com/bevry/binaryextensions/issues"
  },
  "contributors": [],
  "dependencies": {},
  "description": "A package that contains an array of every single file extension there is for binary files",
  "devDependencies": {
    "projectz": "~0.2.3"
  },
  "directories": {
    "lib": "."
  },
  "dist": {
    "shasum": "b514de33e0e77bc27c235f77a2eafbe1f96d0357",
    "tarball": "http://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.0.tgz"
  },
  "engines": {},
  "homepage": "https://github.com/bevry/binaryextensions",
  "keywords": [
    "a",
    "b",
    "c"
  ],
  "license": {
    "type": "MIT"
  },
  "main": "./index.js",
  "maintainers": [
    {
      "name": "balupton",
      "email": "b@lupton.cc"
    }
  ],
  "name": "binaryextensions",
  "optionalDependencies": {},
  "readme": "\n<!-- TITLE/ -->\n\n# The Definitive List of Binary Extensions\n\n<!-- /TITLE -->\n\n\n<!-- BADGES/ -->\n\n[![NPM version](http://badge.fury.io/js/binaryextensions.png)](https://npmjs.org/package/binaryextensions \"View this project on NPM\")\n[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ \"Donate weekly to this project using Gittip\")\n[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n\n<!-- /BADGES -->\n\n\n<!-- DESCRIPTION/ -->\n\nA package that contains an array of every single file extension there is for binary files\n\n<!-- /DESCRIPTION -->\n\n\n<!-- INSTALL/ -->\n\n## Install\n\n### [Node](http://nodejs.org/), [Browserify](http://browserify.org/)\n- Use: `require('binaryextensions')`\n- Install: `npm install --save binaryextensions`\n\n### [Ender](http://ender.jit.su/)\n- Use: `require('binaryextensions')`\n- Install: `ender add binaryextensions`\n\n<!-- /INSTALL -->\n\n\n## Usage\n\n``` javascript\nconsole.log(require('binaryextensions'))\n```\n\n\n## Contribute\n\nMissing an extension? [Send a pull request!](https://github.com/bevry/binaryextensions/edit/master/index.js)\n\nWant a definitive list of text extensions? Check out [bevry/textextensions](https://github.com/bevry/textextensions)\n\n\n<!-- HISTORY/ -->\n\n## History\n[Discover the change history by heading on over to the `History.md` file.](https://github.com/bevry/binaryextensions/blob/master/History.md#files)\n\n<!-- /HISTORY -->\n\n\n<!-- BACKERS/ -->\n\n## Backers\n\n### Maintainers\n\nThese amazing people are maintaining this project:\n\n- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)\n\n### Sponsors\n\nNo sponsors yet! Will you be the first?\n\n[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ \"Donate weekly to this project using Gittip\")\n[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n\n### Contributors\n\nNo contributors yet! Will you be the first?\n[Discover how you can contribute by heading on over to the `Contributing.md` file.](https://github.com/bevry/binaryextensions/blob/master/Contributing.md#files)\n\n<!-- /BACKERS -->\n\n\n<!-- LICENSE/ -->\n\n## License\n\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/)\n\nCopyright &copy; 2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)\n\n<!-- /LICENSE -->\n\n\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/binaryextensions.git"
  },
  "scripts": {},
  "title": "The Definitive List of Binary Extensions",
  "version": "1.0.0"
}
