15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "_from": "buffer-crc32@~0.2.3",
  "_id": "buffer-crc32@0.2.13",
  "_inBundle": false,
  "_integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  "_location": "/buffer-crc32",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "buffer-crc32@~0.2.3",
    "name": "buffer-crc32",
    "escapedName": "buffer-crc32",
    "rawSpec": "~0.2.3",
    "saveSpec": null,
    "fetchSpec": "~0.2.3"
  },
  "_requiredBy": [
    "/yauzl"
  ],
  "_resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  "_shasum": "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242",
  "_spec": "buffer-crc32@~0.2.3",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/yauzl",
  "author": {
    "name": "Brian J. Brennan",
    "email": "brianloveswords@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Vladimir Kuznetsov"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/brianloveswords/buffer-crc32",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
    }
  ],
  "main": "index.js",
  "name": "buffer-crc32",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/brianloveswords/buffer-crc32.git"
  },
  "scripts": {
    "test": "tap tests/*.test.js"
  },
  "version": "0.2.13"
}