blob: 8ce987c9ea549d189852b1fa7ba67730d8cd67af [file] [log] [blame]
{
"_args": [
[
"base64-js@0.0.8",
"/Users/tripod/codez/cordova/cordova-osx"
]
],
"_from": "base64-js@0.0.8",
"_id": "base64-js@0.0.8",
"_inBundle": false,
"_integrity": "sha1-EQHpVE9KdrG8OybUUsqW16NeeXg=",
"_location": "/base64-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "base64-js@0.0.8",
"name": "base64-js",
"escapedName": "base64-js",
"rawSpec": "0.0.8",
"saveSpec": null,
"fetchSpec": "0.0.8"
},
"_requiredBy": [
"/plist"
],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
"_spec": "0.0.8",
"_where": "/Users/tripod/codez/cordova/cordova-osx",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
"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",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/4..latest",
"firefox/3..latest",
"safari/5.1..latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "0.0.8"
}