From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/js-base64/LICENSE.md | 27 ---- node_modules/js-base64/README.md | 123 ------------------- node_modules/js-base64/base64.js | 230 ----------------------------------- node_modules/js-base64/base64.min.js | 1 - node_modules/js-base64/package.json | 65 ---------- 5 files changed, 446 deletions(-) delete mode 100644 node_modules/js-base64/LICENSE.md delete mode 100644 node_modules/js-base64/README.md delete mode 100644 node_modules/js-base64/base64.js delete mode 100644 node_modules/js-base64/base64.min.js delete mode 100644 node_modules/js-base64/package.json (limited to 'node_modules/js-base64') diff --git a/node_modules/js-base64/LICENSE.md b/node_modules/js-base64/LICENSE.md deleted file mode 100644 index fd579a4..0000000 --- a/node_modules/js-base64/LICENSE.md +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2014, Dan Kogai -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of {{{project}}} nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/js-base64/README.md b/node_modules/js-base64/README.md deleted file mode 100644 index 4a70bd6..0000000 --- a/node_modules/js-base64/README.md +++ /dev/null @@ -1,123 +0,0 @@ -[![build status](https://secure.travis-ci.org/dankogai/js-base64.png)](http://travis-ci.org/dankogai/js-base64) - -# base64.js - -Yet another Base64 transcoder - -## Usage - -### Install - -```javascript -$ npm install --save js-base64 -``` - -If you are using it on ES6 transpilers, you may also need: - -```javascript -$ npm install --save babel-preset-env -``` - -Note `js-base64` itself is stand-alone so its `package.json` has no `dependencies`.  However, it is also tested on ES6 environment so `"babel-preset-env": "^1.7.0"` is on `devDependencies`. - - -### In Browser - -* Locally - -```html - -``` - -* Directly from CDN. In which case you don't even need to install. - -```html - -