{ "_from": "base64-js@1.2.0", "_id": "base64-js@1.2.0", "_inBundle": true, "_integrity": "sha1-o5mS1yNYSBGYK+XikLtqU9hnAPE=", "_location": "/cordova-android/base64-js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "base64-js@1.2.0", "name": "base64-js", "escapedName": "base64-js", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/cordova-android", "/cordova-android/plist" ], "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz", "_shasum": "a39992d723584811982be5e290bb6a53d86700f1", "_spec": "base64-js@1.2.0", "_where": "/Users/brodybits/Documents/cordova/cordova-android/node_modules/plist", "author": { "name": "T. Jameson Little", "email": "t.jameson.little@gmail.com" }, "bugs": { "url": "https://github.com/beatgammit/base64-js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Base64 encoding/decoding in pure JS", "devDependencies": { "benchmark": "^2.1.0", "browserify": "^13.0.0", "standard": "*", "tape": "4.x", "uglify-js": "^2.6.2" }, "files": [ "test", "index.js", "base64js.min.js" ], "homepage": "https://github.com/beatgammit/base64-js", "keywords": [ "base64" ], "license": "MIT", "main": "index.js", "name": "base64-js", "repository": { "type": "git", "url": "git://github.com/beatgammit/base64-js.git" }, "scripts": { "build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js", "lint": "standard", "test": "npm run lint && npm run unit", "unit": "tape test/*.js" }, "version": "1.2.0" }