| 12345678910111213141516171819202122 |
- {
- "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"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
- "_from": "buffer-indexof@1.1.1",
- "_resolved": "https://registry.npm.taobao.org/buffer-indexof/download/buffer-indexof-1.1.1.tgz"
- }
|