[Pkg-javascript-commits] [node-base64-arraybuffer] 03/05: Imported Upstream version 0.1.2+ds
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Mar 29 18:41:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-base64-arraybuffer.
commit 8e1d43cb2bdece7ad62dffd903a096a8b51c56ca
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Mar 29 20:36:39 2015 +0200
Imported Upstream version 0.1.2+ds
---
README.md~ | 23 -----------------------
package.json~ | 35 -----------------------------------
2 files changed, 58 deletions(-)
diff --git a/README.md~ b/README.md~
deleted file mode 100644
index b841154..0000000
--- a/README.md~
+++ /dev/null
@@ -1,23 +0,0 @@
-# base64-arraybuffer
-
-[![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer)
-
-Encode/decode base64 data into ArrayBuffers
-
-## Getting Started
-Install the module with: `npm install base64-arraybuffer`
-
-## API
-The library encodes and decodes base64 to and from ArrayBuffers
-
- - __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string
- - __decode(str)__ - Decodes base64 string to `ArrayBuffer`
-
-## Release History
-
- - 0.1.2 - Fix old format of typed arrays
- - 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer
-
-## License
-Copyright (c) 2012 Niklas von Hertzen
-Licensed under the MIT license.
diff --git a/package.json~ b/package.json~
deleted file mode 100644
index 251031a..0000000
--- a/package.json~
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "base64-arraybuffer",
- "description": "Encode/decode base64 data into ArrayBuffers",
- "version": "0.1.1",
- "homepage": "https://github.com/niklasvh/base64-arraybuffer",
- "author": {
- "name": "Niklas von Hertzen",
- "email": "niklasvh at gmail.com",
- "url": "http://hertzen.com"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/niklasvh/base64-arraybuffer"
- },
- "bugs": {
- "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
- }
- ],
- "main": "lib/base64-arraybuffer",
- "engines": {
- "node": ">= 0.6.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt": "~0.3.17"
- },
- "keywords": []
-}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-base64-arraybuffer.git
More information about the Pkg-javascript-commits
mailing list