package.json
1.4 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
{
"_from": "crc32@>= 0.2.2",
"_id": "crc32@0.2.2",
"_inBundle": false,
"_integrity": "sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo=",
"_location": "/crc32",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "crc32@>= 0.2.2",
"name": "crc32",
"escapedName": "crc32",
"rawSpec": ">= 0.2.2",
"saveSpec": null,
"fetchSpec": ">= 0.2.2"
},
"_requiredBy": [
"/gzip-js"
],
"_resolved": "https://registry.npm.taobao.org/crc32/download/crc32-0.2.2.tgz",
"_shasum": "7ad220d6ffdcd119f9fc127a7772cacea390a4ba",
"_spec": "crc32@>= 0.2.2",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\gzip-js",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
"bin": {
"crc32": "bin/runner.js"
},
"bugs": {
"url": "https://github.com/beatgammit/crc32/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "CRC-32 implemented in JavaScript",
"devDependencies": {},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/beatgammit/crc32#readme",
"main": "./lib/crc32.js",
"name": "crc32",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/beatgammit/crc32.git"
},
"scripts": {
"test": "cd test ; ./runTests.sh"
},
"version": "0.2.2"
}