-
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into inspect-symbol
- Loading branch information
Showing
12 changed files
with
261 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: feross | ||
tidelift: npm/buffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.airtap.yml | ||
.github/ | ||
.travis.yml | ||
bin/ | ||
perf/ | ||
test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,14 @@ | |
- adventure-yunfei ([email protected]) | ||
- Emil Bay ([email protected]) | ||
- Sam Sudar ([email protected]) | ||
- Volker Mische ([email protected]) | ||
- David Walton ([email protected]) | ||
- Сковорода Никита Андреевич ([email protected]) | ||
- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com) | ||
- ukstv ([email protected]) | ||
- ranbochen ([email protected]) | ||
- Vladimir Borovik ([email protected]) | ||
- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com) | ||
- kumavis ([email protected]) | ||
|
||
#### Generated by bin/update-authors.sh. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "buffer", | ||
"description": "Node.js Buffer API, for the browser", | ||
"version": "5.1.0", | ||
"version": "5.3.0", | ||
"author": { | ||
"name": "Feross Aboukhadijeh", | ||
"email": "[email protected]", | ||
|
@@ -20,18 +20,18 @@ | |
"inspect-custom-symbol": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"airtap": "0.0.5", | ||
"airtap": "^2.0.3", | ||
"benchmark": "^2.0.0", | ||
"browserify": "^16.1.0", | ||
"concat-stream": "^1.4.7", | ||
"concat-stream": "^2.0.0", | ||
"hyperquest": "^2.0.0", | ||
"is-buffer": "^2.0.0", | ||
"is-nan": "^1.0.1", | ||
"split": "^1.0.0", | ||
"standard": "*", | ||
"tape": "^4.0.0", | ||
"through2": "^2.0.0", | ||
"uglify-js": "^3.3.12" | ||
"through2": "^3.0.1", | ||
"uglify-js": "^3.4.5" | ||
}, | ||
"homepage": "https://github.com/feross/buffer", | ||
"jspm": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.