UNPKG

731 BJSONView Raw
1{
2 "name" : "buffer-equal",
3 "description" : "return whether two buffers are equal",
4 "version" : "0.0.0",
5 "repository" : {
6 "type" : "git",
7 "url" : "git://github.com/substack/node-buffer-equal.git"
8 },
9 "main" : "index.js",
10 "keywords" : [
11 "buffer",
12 "equal"
13 ],
14 "directories" : {
15 "example" : "example",
16 "test" : "test"
17 },
18 "scripts" : {
19 "test" : "tap test/*.js"
20 },
21 "devDependencies" : {
22 "tap" : "~0.2.4"
23 },
24 "engines" : {
25 "node" : ">=0.4.0"
26 },
27 "license" : "MIT",
28 "author" : {
29 "name" : "James Halliday",
30 "email" : "mail@substack.net",
31 "url" : "http://substack.net"
32 }
33}