Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / base64-js   js

Repository URL to install this package:

Version: 1.1.2 

/ package.json

{
  "author": {
    "name": "T. Jameson Little",
    "email": "t.jameson.little@gmail.com"
  },
  "name": "base64-js",
  "description": "Base64 encoding/decoding in pure JS",
  "version": "1.1.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/beatgammit/base64-js.git"
  },
  "main": "lib/b64.js",
  "scripts": {
    "build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
    "test": "standard && tape test/*.js"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "benchmark": "^2.1.0",
    "browserify": "^13.0.0",
    "standard": "^6.0.5",
    "tape": "4.x",
    "uglify-js": "^2.6.2"
  },
  "gitHead": "75f9f00f6baeeae9c51e21f43c2a9c918978d52c",
  "bugs": {
    "url": "https://github.com/beatgammit/base64-js/issues"
  },
  "homepage": "https://github.com/beatgammit/base64-js#readme",
  "_id": "base64-js@1.1.2",
  "_shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8",
  "_from": "base64-js@*",
  "_npmVersion": "2.14.20",
  "_nodeVersion": "4.4.1",
  "_npmUser": {
    "name": "feross",
    "email": "feross@feross.org"
  },
  "dist": {
    "shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8",
    "tarball": "http://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz"
  },
  "maintainers": [
    {
      "name": "beatgammit",
      "email": "t.jameson.little@gmail.com"
    },
    {
      "name": "feross",
      "email": "feross@feross.org"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-13-west.internal.npmjs.com",
    "tmp": "tmp/base64-js-1.1.2.tgz_1458813298889_0.6030721089337021"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz",
  "readme": "ERROR: No README data found!"
}