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.
19 lines
406 B
19 lines
406 B
{ |
|
"name": "buffer-indexof", |
|
"description": "find the index of a buffer in a buffer", |
|
"version": "1.1.1", |
|
"repository": { |
|
"url": "git://github.com/soldair/node-buffer-indexof.git" |
|
}, |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "tape test/*.js" |
|
}, |
|
"author": "Ryan Day", |
|
"license": "MIT", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"chalk": "^1.1.3", |
|
"tape": "~1.1.0" |
|
} |
|
}
|
|
|