Sha256: 05bce6e135215a34075fdff8461d8477cd6a6788300264bd22e3fc6c5162f1d7
Contents?: true
Size: 730 Bytes
Versions: 22
Compression:
Stored size: 730 Bytes
Contents
{ "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" } }
Version data entries
22 entries across 22 versions & 7 rubygems