{
"name": "asn1.js",
"version": "2.0.3",
"description": "ASN.1 encoder and decoder",
"main": "lib/asn1.js",
"scripts": {
"test": "mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/3280/test/*-test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/asn1.js.git"
},
"keywords": [
"asn.1",
"der"
],
"author": {
"name": "Fedor Indutny"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
},
"homepage": "https://github.com/indutny/asn1.js",
"devDependencies": {
"mocha": "^1.14.0"
},
"optionalDependencies": {
"bn.js": "^2.0.0"
},
"dependencies": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0",
"bn.js": "^2.0.0"
},
"gitHead": "a4075f6d1c75405df688c1c4d3399589e516aecf",
"_id": "[email protected]",
"_shasum": "bc6104b08208770cd200fccc2ad71f921e821b57",
"_from": "asn1.js@>=2.0.0 <3.0.0",
"_npmVersion": "2.9.0",
"_nodeVersion": "2.0.0",
"_npmUser": {
"name": "indutny",
"email": "[email protected]"
},
"maintainers": [
{
"name": "fedor.indutny",
"email": "[email protected]"
},
{
"name": "indutny",
"email": "[email protected]"
}
],
"dist": {
"shasum": "bc6104b08208770cd200fccc2ad71f921e821b57",
"tarball": "http://registry.npmjs.org/asn1.js/-/asn1.js-2.0.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-2.0.3.tgz"
}