mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
103 lines
3.3 KiB
JSON
103 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "base64-js@0.0.8",
|
|
"scope": null,
|
|
"escapedName": "base64-js",
|
|
"name": "base64-js",
|
|
"rawSpec": "0.0.8",
|
|
"spec": "0.0.8",
|
|
"type": "version"
|
|
},
|
|
"/Users/steveng/repo/cordova/cordova-android/node_modules/plist"
|
|
]
|
|
],
|
|
"_from": "base64-js@0.0.8",
|
|
"_id": "base64-js@0.0.8",
|
|
"_inCache": true,
|
|
"_location": "/base64-js",
|
|
"_nodeVersion": "0.10.35",
|
|
"_npmUser": {
|
|
"name": "feross",
|
|
"email": "feross@feross.org"
|
|
},
|
|
"_npmVersion": "2.1.16",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "base64-js@0.0.8",
|
|
"scope": null,
|
|
"escapedName": "base64-js",
|
|
"name": "base64-js",
|
|
"rawSpec": "0.0.8",
|
|
"spec": "0.0.8",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/plist"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
|
|
"_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
|
|
"_shrinkwrap": null,
|
|
"_spec": "base64-js@0.0.8",
|
|
"_where": "/Users/steveng/repo/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"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Base64 encoding/decoding in pure JS",
|
|
"devDependencies": {
|
|
"tape": "~2.3.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
|
|
"tarball": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"gitHead": "b4a8a5fa9b0caeddb5ad94dd1108253d8f2a315f",
|
|
"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": "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": {
|
|
"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"
|
|
}
|