package.json
1.33 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": "crc@0.2.0",
"_id": "crc@0.2.0",
"_inBundle": false,
"_integrity": "sha1-9Ehrm/ChLfg8P8oU4x4DD9q9lFQ=",
"_location": "/crc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crc@0.2.0",
"name": "crc",
"escapedName": "crc",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/connect",
"/express"
],
"_resolved": "https://registry.npmjs.org/crc/-/crc-0.2.0.tgz",
"_shasum": "f4486b9bf0a12df83c3fca14e31e030fdabd9454",
"_spec": "crc@0.2.0",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
"author": {
"name": "Alex Gorbatchev",
"email": "alex.gorbatchev@gmail.com"
},
"bugs": {
"url": "https://github.com/alexgorbatchev/node-crc/issues"
},
"bundleDependencies": false,
"contributors": [],
"deprecated": false,
"description": "CRC JavaScript implementation",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/alexgorbatchev/node-crc#readme",
"main": "./lib/crc.js",
"name": "crc",
"repository": {
"type": "git",
"url": "git://github.com/alexgorbatchev/node-crc.git"
},
"scripts": {},
"version": "0.2.0"
}