type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
99 lines (98 loc) • 2.92 kB
JSON
{
"_from": "ms-rest-js@^0.2.5",
"_id": "ms-rest-js@0.2.8",
"_inBundle": false,
"_integrity": "sha512-KgiSsbJzKcPLx0Zaca5PEdGOwm8X4Np+aTukK6stMl2eAqSrHvncjteyeXi6v6O0ECLYeUWVbqcPJfpw1PjnZQ==",
"_location": "/ms-rest-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ms-rest-js@^0.2.5",
"name": "ms-rest-js",
"escapedName": "ms-rest-js",
"rawSpec": "^0.2.5",
"saveSpec": null,
"fetchSpec": "^0.2.5"
},
"_requiredBy": [
"/botframework-connector"
],
"_resolved": "https://registry.npmjs.org/ms-rest-js/-/ms-rest-js-0.2.8.tgz",
"_shasum": "9a4e104327b13ed7f6a6e505ae2e16ad54c3d834",
"_spec": "ms-rest-js@^0.2.5",
"_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\botframework-connector",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js"
},
"bugs": {
"url": "http://github.com/Azure/ms-rest-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/form-data": "^2.2.1",
"@types/is-stream": "^1.1.0",
"@types/node": "^9.4.6",
"@types/node-fetch": "^1.6.7",
"@types/uuid": "^3.4.3",
"fetch-cookie": "^0.7.0",
"fetch-ponyfill": "github:amarzavery/fetch-ponyfill#master",
"form-data": "^2.3.2",
"is-buffer": "^2.0.0",
"is-stream": "^1.1.0",
"moment": "^2.21.0",
"url-parse": "^1.2.0",
"uuid": "^3.2.1"
},
"deprecated": false,
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/should": "^8.1.30",
"mocha": "^3.5.3",
"should": "5.2.0",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"typescript": "^2.7.2",
"uglify-es": "^3.1.0",
"webpack": "^3.6.0"
},
"homepage": "https://github.com/Azure/ms-rest-js",
"keywords": [
"isomorphic",
"browser",
"javascript",
"node",
"microsoft",
"autorest",
"clientruntime"
],
"license": "MIT",
"main": "./dist/lib/msRest.js",
"name": "ms-rest-js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Azure/ms-rest-js.git"
},
"scripts": {
"build": "npm -s run-script tsc && webpack && npm -s run-script uglify",
"test": "npm -s run-script tslint && npm -s run-script unit",
"tsc": "tsc -p tsconfig.json",
"tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts",
"uglify": "node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestBundle.min.js msRestBundle.js",
"unit": "mocha -t 50000 ./dist/test"
},
"tags": [
"isomorphic",
"browser",
"javascript",
"node",
"microsoft",
"autorest",
"clientruntime"
],
"types": "./typings/lib/msRest.d.ts",
"version": "0.2.8"
}