{
  "_args": [
    [
      "base64-js@https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "base64-js@0.0.8",
  "_id": "base64-js@0.0.8",
  "_inCache": true,
  "_location": "/base64-js",
  "_phantomChildren": {},
  "_requested": {
    "name": "base64-js",
    "raw": "base64-js@https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
    "rawSpec": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/buffer"
  ],
  "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
  "_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
  "_shrinkwrap": null,
  "_spec": "base64-js@https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "email": "t.jameson.little@gmail.com",
    "name": "T. Jameson Little"
  },
  "bugs": {
    "url": "https://github.com/beatgammit/base64-js/issues"
  },
  "dependencies": {},
  "description": "Base64 encoding/decoding in pure JS",
  "devDependencies": {
    "tape": "~2.3.2"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/beatgammit/base64-js#readme",
  "license": "MIT",
  "main": "lib/b64.js",
  "name": "base64-js",
  "optionalDependencies": {},
  "readme": "base64-js\n=========\n\n`base64-js` does basic base64 encoding/decoding in pure JS.\n\n[![build status](https://secure.travis-ci.org/beatgammit/base64-js.png)](http://travis-ci.org/beatgammit/base64-js)\n\n[![testling badge](https://ci.testling.com/beatgammit/base64-js.png)](https://ci.testling.com/beatgammit/base64-js)\n\nMany browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data.\n\nSometimes encoding/decoding binary data in the browser is useful, and that is what this module does.\n\n## install\n\nWith [npm](https://npmjs.org) do:\n\n`npm install base64-js`\n\n## methods\n\n`var base64 = require('base64-js')`\n\n`base64` has two exposed functions, `toByteArray` and `fromByteArray`, which both take a single argument.\n\n* `toByteArray` - Takes a base64 string and returns a byte array\n* `fromByteArray` - Takes a byte array and returns a base64 string\n\n## license\n\nMIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/beatgammit/base64-js.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "browsers": [
      "chrome/4..latest",
      "firefox/3..latest",
      "ie/6..latest",
      "ipad/6",
      "iphone/6",
      "opera/11.0..latest",
      "safari/5.1..latest"
    ],
    "files": "test/*.js"
  },
  "version": "0.0.8"
}
