UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

66 lines (65 loc) 1.68 kB
{ "_from": "async-file@^2.0.2", "_id": "async-file@2.0.2", "_inBundle": false, "_integrity": "sha1-Aq0HhWrDcX6DayCuxaTP4AxG3yM=", "_location": "/async-file", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "async-file@^2.0.2", "name": "async-file", "escapedName": "async-file", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/botbuilder", "/botbuilder-core-extensions" ], "_resolved": "https://registry.npmjs.org/async-file/-/async-file-2.0.2.tgz", "_shasum": "02ad07856ac3717e836b20aec5a4cfe00c46df23", "_spec": "async-file@^2.0.2", "_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\botbuilder", "author": { "name": "Dave Templin", "email": "davetemplin@hotmail.com", "url": "https://github.com/davetemplin/" }, "bugs": { "url": "https://github.com/davetemplin/async-file/issues" }, "bundleDependencies": false, "dependencies": { "rimraf": "^2.5.2" }, "deprecated": false, "description": "Adapts the Node.js File System API (fs) for use with TypeScript async/await", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4" }, "homepage": "https://github.com/davetemplin/async-file#readme", "keywords": [ "async", "await", "typescript", "promise", "promisify", "file", "fs" ], "license": "MIT", "main": "index.js", "name": "async-file", "repository": { "type": "git", "url": "git+https://github.com/davetemplin/async-file.git" }, "scripts": { "test": "mocha" }, "version": "2.0.2" }