package.json
2.35 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
{
"raw": "asn1@0.1.11",
"scope": null,
"escapedName": "asn1",
"name": "asn1",
"rawSpec": "0.1.11",
"spec": "0.1.11",
"type": "version"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\http-signature"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "asn1@0.1.11",
"_id": "asn1@0.1.11",
"_inCache": true,
"_location": "/asn1",
"_nodeVersion": "v0.6.6",
"_npmUser": {
"name": "mcavage",
"email": "mcavage@gmail.com"
},
"_npmVersion": "1.1.0-beta-4",
"_phantomChildren": {},
"_requested": {
"raw": "asn1@0.1.11",
"scope": null,
"escapedName": "asn1",
"name": "asn1",
"rawSpec": "0.1.11",
"spec": "0.1.11",
"type": "version"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz",
"_shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
"_shrinkwrap": null,
"_spec": "asn1@0.1.11",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\http-signature",
"author": {
"name": "Mark Cavage",
"email": "mcavage@gmail.com"
},
"bugs": {
"url": "https://github.com/mcavage/node-asn1/issues"
},
"contributors": [
{
"name": "David Gwynne",
"email": "loki@animata.net"
},
{
"name": "Yunong Xiao",
"email": "yunong@joyent.com"
}
],
"dependencies": {},
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"devDependencies": {
"tap": "0.1.4"
},
"directories": {},
"dist": {
"shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
"tarball": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
},
"engines": {
"node": ">=0.4.9"
},
"homepage": "https://github.com/mcavage/node-asn1#readme",
"main": "lib/index.js",
"maintainers": [
{
"name": "mcavage",
"email": "mcavage@gmail.com"
}
],
"name": "asn1",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-asn1.git"
},
"scripts": {
"pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
"test": "./node_modules/.bin/tap ./tst"
},
"version": "0.1.11"
}