flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
33
VISUALIZACION/node_modules/buffer-equal/package.json
generated
vendored
Executable file
33
VISUALIZACION/node_modules/buffer-equal/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue