1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
| {
| "_args": [
| [
| "buffer-indexof@1.1.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "buffer-indexof@1.1.1",
| "_id": "buffer-indexof@1.1.1",
| "_inBundle": false,
| "_integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
| "_location": "/buffer-indexof",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "buffer-indexof@1.1.1",
| "name": "buffer-indexof",
| "escapedName": "buffer-indexof",
| "rawSpec": "1.1.1",
| "saveSpec": null,
| "fetchSpec": "1.1.1"
| },
| "_requiredBy": [
| "/dns-txt"
| ],
| "_resolved": "https://registry.npmmirror.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
| "_spec": "1.1.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Ryan Day"
| },
| "bugs": {
| "url": "https://github.com/soldair/node-buffer-indexof/issues"
| },
| "dependencies": {},
| "description": "find the index of a buffer in a buffer",
| "devDependencies": {
| "chalk": "^1.1.3",
| "tape": "~1.1.0"
| },
| "homepage": "https://github.com/soldair/node-buffer-indexof#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "buffer-indexof",
| "repository": {
| "url": "git://github.com/soldair/node-buffer-indexof.git"
| },
| "scripts": {
| "test": "tape test/*.js"
| },
| "version": "1.1.1"
| }
|
|