{
  "_args": [
    [
      {
        "raw": "istextorbinary@2.1.0",
        "scope": null,
        "escapedName": "istextorbinary",
        "name": "istextorbinary",
        "rawSpec": "2.1.0",
        "spec": "2.1.0",
        "type": "version"
      },
      "/Users/johno/c/ember-cli-gravatar/node_modules/async-disk-cache"
    ]
  ],
  "_from": "istextorbinary@2.1.0",
  "_id": "istextorbinary@2.1.0",
  "_inCache": true,
  "_location": "/istextorbinary",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/istextorbinary-2.1.0.tgz_1462855297560_0.00024023698642849922"
  },
  "_npmUser": {
    "name": "balupton",
    "email": "b@lupton.cc"
  },
  "_npmVersion": "3.8.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "istextorbinary@2.1.0",
    "scope": null,
    "escapedName": "istextorbinary",
    "name": "istextorbinary",
    "rawSpec": "2.1.0",
    "spec": "2.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/async-disk-cache"
  ],
  "_resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.1.0.tgz",
  "_shasum": "dbed2a6f51be2f7475b68f89465811141b758874",
  "_shrinkwrap": null,
  "_spec": "istextorbinary@2.1.0",
  "_where": "/Users/johno/c/ember-cli-gravatar/node_modules/async-disk-cache",
  "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/istextorbinary/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://balupton.com"
    },
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com",
      "url": "https://shinnn.github.io"
    },
    {
      "name": "Ian Sibner",
      "email": "sibnerian@gmail.com",
      "url": "https://github.com/sibnerian"
    }
  ],
  "dependencies": {
    "binaryextensions": "1 || 2",
    "editions": "^1.1.1",
    "textextensions": "1 || 2"
  },
  "description": "Determines if a buffer is comprised of text or binary",
  "devDependencies": {
    "assert-helpers": "^4.2.0",
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "documentation": "^4.0.0-beta2",
    "eslint": "^2.9.0",
    "eslint-plugin-babel": "^3.2.0",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^1.1.5"
  },
  "directories": {},
  "dist": {
    "shasum": "dbed2a6f51be2f7475b68f89465811141b758874",
    "tarball": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.1.0.tgz"
  },
  "editions": [
    {
      "description": "Source + ESNext + Require",
      "entry": "source/index.js",
      "directory": "source",
      "syntaxes": [
        "javascript",
        "esnext",
        "require",
        "const",
        "let",
        "forof",
        "destructuring",
        "defaults"
      ]
    },
    {
      "description": "Babel Compiled + ES2015 + Require",
      "entry": "es2015/index.js",
      "directory": "es2015",
      "syntaxes": [
        "javascript",
        "es2015",
        "require"
      ]
    }
  ],
  "engines": {
    "node": ">=0.12"
  },
  "gitHead": "c51e4dfcafa01895636ce821d080e1ce7bcc9452",
  "homepage": "https://github.com/bevry/istextorbinary",
  "keywords": [
    "text",
    "binary",
    "encoding"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "balupton",
      "email": "b@lupton.cc"
    },
    {
      "name": "mikeumus",
      "email": "mike@mdm.cc"
    },
    {
      "name": "robloach",
      "email": "robloach@gmail.com"
    }
  ],
  "name": "istextorbinary",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/istextorbinary.git"
  },
  "scripts": {
    "clean": "rm -Rf ./docs ./es2015",
    "compile": "npm run compile:es2015",
    "compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
    "meta": "npm run meta:docs && npm run meta:projectz",
    "meta:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs",
    "meta:projectz": "projectz compile",
    "prepare": "npm run compile && npm run test && npm run meta",
    "pretest": "npm run test:eslint",
    "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 -e \"require('editions').requirePackage(process.cwd(), require, 'test.js')\"",
    "test:eslint": "eslint ./source"
  },
  "title": "Is Text or Binary?",
  "version": "2.1.0"
}
