New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/bf-dispatcher

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-dispatcher - npm Package Compare versions

Comparing version 0.0.0 to 4.10.0-dev.20200808.5a7c973

lib/data_structure/DictionaryMapUtility.d.ts

76

package.json
{
"name": "@microsoft/bf-dispatcher",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
"name": "@microsoft/bf-dispatcher",
"description": "Dispatcher contains a Softmax learner initially used for auto-active-learning down-sampling and a ML confusion-matrix evaluator on intent classification models.",
"version": "4.10.0-dev.20200808.5a7c973",
"author": "Microsoft",
"bugs": "https://github.com/microsoft/botframework-cli/issues",
"main": "lib/index.js",
"dependencies": {
"@microsoft/bf-lu": "4.10.0-dev.20200808.5a7c973",
"@oclif/command": "~1.5.19",
"@oclif/config": "~1.13.3",
"tslib": "^1.10.0",
"argparse": "~1.0.10"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/plugin-help": "^2.2.1",
"@oclif/test": "^1.2.5",
"@oclif/tslint": "^3.1.1",
"@types/argparse": "^1.0.36",
"@types/chai": "^4.2.4",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.3",
"chai": "^4.2.0",
"globby": "^10.0.1",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"readline-sync": "^1.4.10",
"rimraf": "^3.0.0",
"ts-md5": "^1.2.6",
"ts-node": "^8.4.1",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/yarn.lock"
],
"homepage": "https://github.com/microsoft/botframework-cli",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "https://github.com/microsoft/botframework-cli/tree/master/packages/dispatcher",
"scripts": {
"prepack": "npm run clean && npm run build && npm run doc:readme",
"postpack": "rimraf oclif.manifest.json",
"posttest": "tslint -p test -t stylish",
"build": "tsc -b",
"clean": "rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
"test": "mocha",
"coverage": "nyc npm run test",
"doc": "npm run build && npm run doc:readme && rimraf oclif.manifest.json",
"doc:readme": "oclif-dev manifest && oclif-dev readme",
"version": "npm run doc:readme && git add README.md"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc