package.json
1.6 KB
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
{
"_from": "buffer-crc32@0.2.1",
"_id": "buffer-crc32@0.2.1",
"_inBundle": false,
"_integrity": "sha1-vj5TgvwCttYySVasGvmKqYsIU0w=",
"_location": "/buffer-crc32",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "buffer-crc32@0.2.1",
"name": "buffer-crc32",
"escapedName": "buffer-crc32",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/connect",
"/google-calendar/express"
],
"_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz",
"_shasum": "be3e5382fc02b6d6324956ac1af98aa98b08534c",
"_spec": "buffer-crc32@0.2.1",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\google-calendar\\node_modules\\express",
"author": {
"name": "Brian J. Brennan",
"email": "brianloveswords@gmail.com",
"url": "http://bjb.io"
},
"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": "*"
},
"homepage": "https://github.com/brianloveswords/buffer-crc32",
"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.1"
}