aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buf-compare/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/buf-compare/package.json')
-rw-r--r--node_modules/buf-compare/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/buf-compare/package.json b/node_modules/buf-compare/package.json
new file mode 100644
index 000000000..427634f33
--- /dev/null
+++ b/node_modules/buf-compare/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "buf-compare",
+ "version": "1.0.1",
+ "description": "Node.js `Buffer.compare()` ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/buf-compare",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "built-in",
+ "core",
+ "ponyfill",
+ "polyfill",
+ "shim",
+ "buffer",
+ "buffers",
+ "compare",
+ "comparison",
+ "sort",
+ "order"
+ ],
+ "devDependencies": {
+ "ava": "*"
+ }
+}