UNPKG

motion

Version:

motion - moving development forward

63 lines (62 loc) 2.57 kB
{ "_args": [ [ "Base64@https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "Base64@>=0.2.0 <0.3.0", "_id": "Base64@0.2.1", "_inCache": true, "_location": "/Base64", "_phantomChildren": {}, "_requested": { "name": "Base64", "raw": "Base64@https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "rawSpec": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "type": "remote" }, "_requiredBy": [ "/http-browserify" ], "_resolved": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "_shasum": "ba3a4230708e186705065e66babdd4c35cf60028", "_shrinkwrap": null, "_spec": "Base64@https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "dc@davidchambers.me", "name": "David Chambers" }, "bugs": { "url": "https://github.com/davidchambers/Base64.js/issues" }, "dependencies": {}, "description": "Base64 encoding and decoding", "devDependencies": { "coffee-script": "1.7.x", "istanbul": "0.2.x", "mocha": "1.18.x", "uglify-js": "2.4.x", "xyz": "0.1.x" }, "homepage": "https://github.com/davidchambers/Base64.js#readme", "licenses": [ { "type": "WTFPL", "url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE" } ], "main": "./base64.js", "name": "Base64", "optionalDependencies": {}, "readme": "# Base64.js\n\n≈ 500 byte* polyfill for browsers which don't provide [`window.btoa`][1] and\n[`window.atob`][2].\n\nAlthough the script does no harm in browsers which do provide these functions,\na conditional script loader such as [yepnope][3] can prevent unnecessary HTTP\nrequests.\n\n```javascript\nyepnope({\n test: window.btoa && window.atob,\n nope: 'base64.js',\n callback: function () {\n // `btoa` and `atob` are now safe to use\n }\n})\n```\n\nBase64.js stems from a [gist][4] by [yahiko][5].\n\n### Running the test suite\n\n make setup\n make test\n\n\\* Minified and gzipped. Run `make bytes` to verify.\n\n\n[1]: https://developer.mozilla.org/en/DOM/window.btoa\n[2]: https://developer.mozilla.org/en/DOM/window.atob\n[3]: http://yepnopejs.com/\n[4]: https://gist.github.com/229984\n[5]: https://github.com/yahiko\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/davidchambers/Base64.js.git" }, "version": "0.2.1" }