type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
57 lines (56 loc) • 1.45 kB
JSON
{
"_from": "readline@^1.3.0",
"_id": "readline@1.3.0",
"_inBundle": false,
"_integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=",
"_location": "/readline",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "readline@^1.3.0",
"name": "readline",
"escapedName": "readline",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/botbuilder"
],
"_resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"_shasum": "c580d77ef2cfc8752b132498060dc9793a7ac01c",
"_spec": "readline@^1.3.0",
"_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\botbuilder",
"author": {
"name": "craig brookes"
},
"bugs": {
"url": "https://github.com/maleck13/readline/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Simple streaming readline module.",
"devDependencies": {
"iconv-lite": "0.4.13",
"tap": "0.4.3"
},
"homepage": "https://github.com/maleck13/readline#readme",
"keywords": [
"readline",
"line by line",
"file"
],
"license": "BSD",
"main": "readline.js",
"name": "readline",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maleck13/readline.git"
},
"scripts": {
"test": "tap --tap --stderr --timeout=120 test/*.js"
},
"version": "1.3.0"
}