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
| {
| "name": "asn1.js",
| "version": "4.10.1",
| "description": "ASN.1 encoder and decoder",
| "main": "lib/asn1.js",
| "scripts": {
| "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
| },
| "repository": {
| "type": "git",
| "url": "git@github.com:indutny/asn1.js"
| },
| "keywords": [
| "asn.1",
| "der"
| ],
| "author": "Fedor Indutny",
| "license": "MIT",
| "bugs": {
| "url": "https://github.com/indutny/asn1.js/issues"
| },
| "homepage": "https://github.com/indutny/asn1.js",
| "devDependencies": {
| "mocha": "^2.3.4"
| },
| "dependencies": {
| "bn.js": "^4.0.0",
| "inherits": "^2.0.1",
| "minimalistic-assert": "^1.0.0"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-4.10.1.tgz"
| ,"_integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw=="
| ,"_from": "asn1.js@^4.10.1"
| }
|
|