{
  "_args": [
    [
      "base64-js@1.0.2",
      "/var/www/html/recipes/api/node_modules/bops"
    ]
  ],
  "_from": "base64-js@1.0.2",
  "_id": "base64-js@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/base64-js",
  "_nodeVersion": "4.2.3",
  "_npmUser": {
    "email": "feross@feross.org",
    "name": "feross"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "base64-js",
    "raw": "base64-js@1.0.2",
    "rawSpec": "1.0.2",
    "scope": null,
    "spec": "1.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/bops"
  ],
  "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.0.2.tgz",
  "_shasum": "474211c95e6cf2a547db461e4f6778b51d08fa65",
  "_shrinkwrap": null,
  "_spec": "base64-js@1.0.2",
  "_where": "/var/www/html/recipes/api/node_modules/bops",
  "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": {
    "standard": "^5.2.2",
    "tape": "4.x"
  },
  "directories": {},
  "dist": {
    "shasum": "474211c95e6cf2a547db461e4f6778b51d08fa65",
    "tarball": "https://registry.npmjs.org/base64-js/-/base64-js-1.0.2.tgz"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "gitHead": "160c83a130b0acb848f6ac47f79c2a16dcbf20ec",
  "homepage": "https://github.com/beatgammit/base64-js#readme",
  "license": "MIT",
  "main": "lib/b64.js",
  "maintainers": [
    {
      "name": "beatgammit",
      "email": "t.jameson.little@gmail.com"
    },
    {
      "name": "feross",
      "email": "feross@feross.org"
    }
  ],
  "name": "base64-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/beatgammit/base64-js.git"
  },
  "scripts": {
    "test": "standard && 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": "1.0.2"
}
