Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81149 views
1
{
2
"author": {
3
"name": "Mark Cavage",
4
"email": "[email protected]"
5
},
6
"contributors": [
7
{
8
"name": "David Gwynne",
9
"email": "[email protected]"
10
},
11
{
12
"name": "Yunong Xiao",
13
"email": "[email protected]"
14
}
15
],
16
"name": "asn1",
17
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
18
"version": "0.1.11",
19
"repository": {
20
"type": "git",
21
"url": "git://github.com/mcavage/node-asn1.git"
22
},
23
"main": "lib/index.js",
24
"engines": {
25
"node": ">=0.4.9"
26
},
27
"dependencies": {},
28
"devDependencies": {
29
"tap": "0.1.4"
30
},
31
"scripts": {
32
"pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
33
"test": "./node_modules/.bin/tap ./tst"
34
},
35
"_npmUser": {
36
"name": "mcavage",
37
"email": "[email protected]"
38
},
39
"_id": "[email protected]",
40
"_engineSupported": true,
41
"_npmVersion": "1.1.0-beta-4",
42
"_nodeVersion": "v0.6.6",
43
"_defaultsLoaded": true,
44
"dist": {
45
"shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
46
"tarball": "http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
47
},
48
"maintainers": [
49
{
50
"name": "mcavage",
51
"email": "[email protected]"
52
}
53
],
54
"directories": {},
55
"_shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
56
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz",
57
"_from": "[email protected]"
58
}
59
60