aswi2020vldc-gitlab/templetes/node_modules/buffer-indexof/package.json @ 56f6c6df
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "buffer-indexof", |
||
3 | "description": "find the index of a buffer in a buffer", |
||
4 | "version": "1.1.1", |
||
5 | "repository": { |
||
6 | "url": "git://github.com/soldair/node-buffer-indexof.git" |
||
7 | }, |
||
8 | "main": "index.js", |
||
9 | "scripts": { |
||
10 | "test": "tape test/*.js" |
||
11 | }, |
||
12 | "author": "Ryan Day", |
||
13 | "license": "MIT", |
||
14 | "dependencies": {}, |
||
15 | "devDependencies": { |
||
16 | "chalk": "^1.1.3", |
||
17 | "tape": "~1.1.0" |
||
18 | } |
||
19 | }
|