package.json
1.84 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"_args": [
[
{
"raw": "ctype@0.5.3",
"scope": null,
"escapedName": "ctype",
"name": "ctype",
"rawSpec": "0.5.3",
"spec": "0.5.3",
"type": "version"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\http-signature"
]
],
"_from": "ctype@0.5.3",
"_id": "ctype@0.5.3",
"_inCache": true,
"_location": "/ctype",
"_npmUser": {
"name": "rm",
"email": "rm@fingolfin.org"
},
"_npmVersion": "1.1.59",
"_phantomChildren": {},
"_requested": {
"raw": "ctype@0.5.3",
"scope": null,
"escapedName": "ctype",
"name": "ctype",
"rawSpec": "0.5.3",
"spec": "0.5.3",
"type": "version"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz",
"_shasum": "82c18c2461f74114ef16c135224ad0b9144ca12f",
"_shrinkwrap": null,
"_spec": "ctype@0.5.3",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\http-signature",
"author": {
"name": "Robert Mustacchi",
"email": "rm@fingolfin.org"
},
"bugs": {
"url": "https://github.com/rmustacc/node-ctype/issues"
},
"dependencies": {},
"description": "read and write binary structures and data types",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "82c18c2461f74114ef16c135224ad0b9144ca12f",
"tarball": "https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz"
},
"engines": {
"node": ">= 0.4"
},
"homepage": "https://github.com/rmustacc/node-ctype",
"main": "ctype.js",
"maintainers": [
{
"name": "rm",
"email": "rm@fingolfin.org"
}
],
"name": "ctype",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rmustacc/node-ctype.git"
},
"version": "0.5.3"
}