package.json
1.65 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
62
63
64
65
{
"_from": "crc@3.4.4",
"_id": "crc@3.4.4",
"_inBundle": false,
"_integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=",
"_location": "/crc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crc@3.4.4",
"name": "crc",
"escapedName": "crc",
"rawSpec": "3.4.4",
"saveSpec": null,
"fetchSpec": "3.4.4"
},
"_requiredBy": [
"/express-session"
],
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
"_shasum": "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b",
"_spec": "crc@3.4.4",
"_where": "C:\\Users\\지윤\\project_opensource\\node_modules\\express-session",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"bugs": {
"url": "https://github.com/alexgorbatchev/node-crc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"beautify-benchmark": "^0.2.4",
"benchmark": "^1.0.0",
"buffer-crc32": "^0.2.3",
"chai": "^3.4.1",
"mocha": "*",
"seedrandom": "^2.3.6"
},
"files": [
"lib"
],
"homepage": "https://github.com/alexgorbatchev/node-crc",
"keywords": [
"crc"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "crc",
"repository": {
"type": "git",
"url": "git://github.com/alexgorbatchev/node-crc.git"
},
"scripts": {
"pretest": "cd src && babel --out-dir ../lib *.js",
"test": "mocha test/*.test.js"
},
"version": "3.4.4"
}