node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
64 lines (63 loc) • 1.75 kB
JSON
{
"_args": [
[
"rsa-pem-from-mod-exp@0.8.4",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4"
]
],
"_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": "version",
"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",
"_spec": "0.8.4",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4",
"author": {
"name": "Michael J. Ryan",
"email": "tracker1+github@gmail.com"
},
"bugs": {
"url": "https://github.com/tracker1/node-rsa-pem-from-mod-exp/issues"
},
"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"
}