type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
61 lines (60 loc) • 1.81 kB
JSON
{
"_from": "rsa-pem-from-mod-exp@^0.8.4",
"_id": "rsa-pem-from-mod-exp@0.8.4",
"_inBundle": false,
"_integrity": "sha1-NipCxtMEBW1JOz8SvOq7LGV2ptQ=",
"_location": "/rsa-pem-from-mod-exp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rsa-pem-from-mod-exp@^0.8.4",
"name": "rsa-pem-from-mod-exp",
"escapedName": "rsa-pem-from-mod-exp",
"rawSpec": "^0.8.4",
"saveSpec": null,
"fetchSpec": "^0.8.4"
},
"_requiredBy": [
"/botframework-connector"
],
"_resolved": "https://registry.npmjs.org/rsa-pem-from-mod-exp/-/rsa-pem-from-mod-exp-0.8.4.tgz",
"_shasum": "362a42c6d304056d493b3f12bceabb2c6576a6d4",
"_spec": "rsa-pem-from-mod-exp@^0.8.4",
"_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\botframework-connector",
"author": {
"name": "Michael J. Ryan",
"email": "tracker1+github@gmail.com"
},
"bugs": {
"url": "https://github.com/tracker1/node-rsa-pem-from-mod-exp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create RSA Public Key PEM from Modulus and Exponent value in node.js",
"devDependencies": {
"istanbul": "~0.2.4",
"mocha": "~1.17.1",
"should": "~3.1.2"
},
"homepage": "https://github.com/tracker1/node-rsa-pem-from-mod-exp#readme",
"keywords": [
"rsa",
"public-key",
"pem",
"modulus",
"exponent"
],
"license": "MIT",
"main": "index.js",
"name": "rsa-pem-from-mod-exp",
"repository": {
"type": "git",
"url": "git://github.com/tracker1/node-rsa-pem-from-mod-exp.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -u exports -R spec test/**/*.tests.js",
"test": "mocha -R spec"
},
"version": "0.8.4"
}