You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
730 B
33 lines
730 B
{ |
|
"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" |
|
} |
|
}
|
|
|