From: Feross Aboukhadijeh Date: Mon, 18 Nov 2013 14:20:04 +0000 (-0800) Subject: native-buffer-browserify X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=5bf0b7ea33ff8992d43429d941adfcc35a60f6bd;p=buffer.git native-buffer-browserify --- diff --git a/README.md b/README.md index a9ca9ee..6c8414a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -buffer-browserify-fast +native-buffer-browserify =============== -The buffer module from [node.js](http://nodejs.org/), but for browsers. +The buffer module from [node.js](http://nodejs.org/), but for browsers. This is a fork of [buffer-browserify](https://github.com/toots/buffer-browserify). When you `require('buffer')` in [browserify](http://github.com/substack/node-browserify), @@ -9,7 +9,6 @@ this module will be loaded. It will also be loaded if you use the global `Buffer` variable. - ## Features - Backed by `ArrayBuffer` (not `Object`, so it's fast) diff --git a/package.json b/package.json index 0ed7c61..57ebd74 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,8 @@ { - "name": "buffer-browserify-fast", + "name": "native-buffer-browserify", "version": "0.3.0", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", - "browserify": "index.js", - "directories": { - "test": "test" - }, "dependencies": { "base64-js": "0.0.4", "buffer-browserify": "~0.2.2" @@ -19,7 +15,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/feross/buffer-browserify-fast.git" + "url": "git://github.com/feross/native-buffer-browserify.git" }, "testling": { "files": "test/*.js", @@ -50,7 +46,7 @@ "scripts": { "test": "tape test/*.js" }, - "license": "MIT/X11", + "license": "MIT", "engine": { "node": ">=0.6" }