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