1{ 2 "name": "asn1.js", 3 "version": "2.0.3", 4 "description": "ASN.1 encoder and decoder", 5 "main": "lib/asn1.js", 6 "scripts": { 7 "test": "mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/3280/test/*-test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://[email protected]/indutny/asn1.js.git" 12 }, 13 "keywords": [ 14 "asn.1", 15 "der" 16 ], 17 "author": { 18 "name": "Fedor Indutny" 19 }, 20 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/indutny/asn1.js/issues" 23 }, 24 "homepage": "https://github.com/indutny/asn1.js", 25 "devDependencies": { 26 "mocha": "^1.14.0" 27 }, 28 "optionalDependencies": { 29 "bn.js": "^2.0.0" 30 }, 31 "dependencies": { 32 "inherits": "^2.0.1", 33 "minimalistic-assert": "^1.0.0", 34 "bn.js": "^2.0.0" 35 }, 36 "gitHead": "a4075f6d1c75405df688c1c4d3399589e516aecf", 37 "_id": "[email protected]", 38 "_shasum": "bc6104b08208770cd200fccc2ad71f921e821b57", 39 "_from": "asn1.js@>=2.0.0 <3.0.0", 40 "_npmVersion": "2.9.0", 41 "_nodeVersion": "2.0.0", 42 "_npmUser": { 43 "name": "indutny", 44 "email": "[email protected]" 45 }, 46 "maintainers": [ 47 { 48 "name": "fedor.indutny", 49 "email": "[email protected]" 50 }, 51 { 52 "name": "indutny", 53 "email": "[email protected]" 54 } 55 ], 56 "dist": { 57 "shasum": "bc6104b08208770cd200fccc2ad71f921e821b57", 58 "tarball": "http://registry.npmjs.org/asn1.js/-/asn1.js-2.0.3.tgz" 59 }, 60 "directories": {}, 61 "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-2.0.3.tgz" 62} 63 64