This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

34 lines
730 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name" : "buffer-equal",
"description" : "return whether two buffers are equal",
"version" : "0.0.1",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-buffer-equal.git"
},
"main" : "index.js",
"keywords" : [
"buffer",
"equal"
],
"directories" : {
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"devDependencies" : {
"tap" : "0.2.4"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}