aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/base64-js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/base64-js/package.json')
-rwxr-xr-xcordova/node_modules/base64-js/package.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/cordova/node_modules/base64-js/package.json b/cordova/node_modules/base64-js/package.json
new file mode 100755
index 0000000..0d38483
--- /dev/null
+++ b/cordova/node_modules/base64-js/package.json
@@ -0,0 +1,66 @@
+{
+ "_from": "[email protected]",
+ "_id": "[email protected]",
+ "_inBundle": true,
+ "_integrity": "sha1-o5mS1yNYSBGYK+XikLtqU9hnAPE=",
+ "_location": "/cordova-ios/base64-js",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "[email protected]",
+ "name": "base64-js",
+ "escapedName": "base64-js",
+ "rawSpec": "1.2.0",
+ "saveSpec": null,
+ "fetchSpec": "1.2.0"
+ },
+ "_requiredBy": [
+ "/cordova-ios",
+ "/cordova-ios/plist"
+ ],
+ "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
+ "_shasum": "a39992d723584811982be5e290bb6a53d86700f1",
+ "_spec": "[email protected]",
+ "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/plist",
+ "author": {
+ "name": "T. Jameson Little",
+ "email": "[email protected]"
+ },
+ "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"
+}