type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
66 lines (65 loc) • 1.57 kB
JSON
{
"_from": "jws@^3.1.4",
"_id": "jws@3.1.4",
"_inBundle": false,
"_integrity": "sha1-+ei5M46KhHJ31kRLFGT2GIDgUKI=",
"_location": "/jws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jws@^3.1.4",
"name": "jws",
"escapedName": "jws",
"rawSpec": "^3.1.4",
"saveSpec": null,
"fetchSpec": "^3.1.4"
},
"_requiredBy": [
"/jsonwebtoken"
],
"_resolved": "https://registry.npmjs.org/jws/-/jws-3.1.4.tgz",
"_shasum": "f9e8b9338e8a847277d6444b1464f61880e050a2",
"_spec": "jws@^3.1.4",
"_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\jsonwebtoken",
"author": {
"name": "Brian J Brennan"
},
"bugs": {
"url": "https://github.com/brianloveswords/node-jws/issues"
},
"bundleDependencies": false,
"dependencies": {
"base64url": "^2.0.0",
"jwa": "^1.1.4",
"safe-buffer": "^5.0.1"
},
"deprecated": false,
"description": "Implementation of JSON Web Signatures",
"devDependencies": {
"semver": "^5.1.0",
"tape": "~2.14.0"
},
"directories": {
"test": "test"
},
"gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03",
"homepage": "https://github.com/brianloveswords/node-jws#readme",
"keywords": [
"jws",
"json",
"web",
"signatures"
],
"license": "MIT",
"main": "index.js",
"name": "jws",
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/node-jws.git"
},
"scripts": {
"test": "make test"
},
"version": "3.1.4"
}