Show More
Commit Description:
submission report
Commit Description:
submission report
References:
File last commit:
Show/Diff file:
Action:
node_modules/buffer-equal/package.json
| 33 lines
| 730 B
| application/json
| JsonLexer
|
r789 | { | |||
"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" | ||||
} | ||||
} | ||||