mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
20 lines
406 B
JSON
20 lines
406 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|