2018-12-14 20:27:57 +03:00
|
|
|
|
{
|
|
|
|
|
"name": "microsoft-cognitiveservices-speech-sdk",
|
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
|
"homepage": "https://docs.microsoft.com/azure/cognitive-services/speech-service/",
|
2020-12-11 11:40:26 +03:00
|
|
|
|
"version": "1.15.0-alpha.0.1",
|
2018-12-14 20:27:57 +03:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"description": "Microsoft Cognitive Services Speech SDK for JavaScript",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"microsoft",
|
|
|
|
|
"cognitiveservices",
|
|
|
|
|
"speech",
|
|
|
|
|
"sdk",
|
|
|
|
|
"javascript",
|
|
|
|
|
"typescript",
|
|
|
|
|
"ts",
|
|
|
|
|
"js",
|
|
|
|
|
"browser",
|
|
|
|
|
"websocket",
|
2020-03-26 10:54:34 +03:00
|
|
|
|
"speechtotext",
|
|
|
|
|
"texttospeech"
|
2018-12-14 20:27:57 +03:00
|
|
|
|
],
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Microsoft/cognitive-services-speech-sdk-js"
|
|
|
|
|
},
|
2019-04-05 17:32:05 +03:00
|
|
|
|
"browser": {
|
2019-06-17 19:03:29 +03:00
|
|
|
|
"asn1.js-rfc2560": false,
|
|
|
|
|
"asn1.js-rfc5280": false,
|
|
|
|
|
"https-proxy-agent": false,
|
|
|
|
|
"simple-lru-cache": false,
|
2020-03-26 10:54:34 +03:00
|
|
|
|
"ws": false,
|
2020-06-17 18:32:38 +03:00
|
|
|
|
"fs": false,
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"xmlhttprequest-ts": false,
|
|
|
|
|
"async-disk-cache": false,
|
|
|
|
|
"distrib/es2015/external/ocsp/ocsp": false,
|
|
|
|
|
"distrib/lib/external/ocsp/ocsp": false,
|
|
|
|
|
"agent-base": false,
|
2020-08-26 20:46:16 +03:00
|
|
|
|
"tls": false,
|
|
|
|
|
"net": false
|
2019-04-05 17:32:05 +03:00
|
|
|
|
},
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"main": "distrib/lib/microsoft.cognitiveservices.speech.sdk.js",
|
|
|
|
|
"module": "distrib/es2015/microsoft.cognitiveservices.speech.sdk.js",
|
|
|
|
|
"types": "distrib/lib/microsoft.cognitiveservices.speech.sdk.d.ts",
|
2018-12-14 20:27:57 +03:00
|
|
|
|
"files": [
|
|
|
|
|
"distrib/lib/**/*",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"distrib/es2015/**/*",
|
2018-12-17 18:51:14 +03:00
|
|
|
|
"distrib/browser/**/*",
|
2018-12-14 20:27:57 +03:00
|
|
|
|
"LICENSE",
|
|
|
|
|
"REDIST.txt"
|
|
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2020-05-14 02:49:47 +03:00
|
|
|
|
"@types/jest": "^25.2.2",
|
2020-03-26 10:54:34 +03:00
|
|
|
|
"@types/node": "^12.12.30",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"@types/request": "^2.48.3",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"@types/rimraf": "^3.0.0",
|
2020-10-21 19:05:17 +03:00
|
|
|
|
"@types/uuid": "^8.3.0",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"@types/ws": "^6.0.4",
|
|
|
|
|
"asn1.js": "^5.2.0",
|
2019-02-12 23:19:56 +03:00
|
|
|
|
"dts-bundle-webpack": "^1.0.2",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"gulp": "^4.0.2",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"gulp-rename": "^2.0.0",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
|
|
|
"gulp-terser": "^1.2.0",
|
|
|
|
|
"gulp-tslint": "^8.1.4",
|
|
|
|
|
"gulp-typescript": "^5.0.1",
|
2020-05-14 02:49:47 +03:00
|
|
|
|
"jest": "^26.0.1",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"jest-junit": "^10.0.0",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"ocsp": "^1.2.0",
|
2019-01-10 19:04:08 +03:00
|
|
|
|
"request": "^2.88.0",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"rimraf": "^3.0.2",
|
2019-09-13 21:03:39 +03:00
|
|
|
|
"semver": "^6.3.0",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"source-map-loader": "^0.2.4",
|
2020-05-14 02:49:47 +03:00
|
|
|
|
"ts-jest": "^25.5.1",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"tslint": "^5.20.1",
|
2020-01-29 08:43:23 +03:00
|
|
|
|
"typescript": "^3.5.3",
|
2019-09-13 21:03:39 +03:00
|
|
|
|
"webpack-stream": "^5.2.1"
|
2018-12-14 20:27:57 +03:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"build": "gulp compress && gulp build2015",
|
2019-10-31 21:48:40 +03:00
|
|
|
|
"test": "npm run lint && npm run jest --coverage",
|
2018-12-14 20:27:57 +03:00
|
|
|
|
"jest": "jest",
|
|
|
|
|
"lint": "tslint -p tsconfig.json",
|
2018-12-19 12:13:29 +03:00
|
|
|
|
"civersion": "node ci/version.js",
|
2019-06-14 20:43:53 +03:00
|
|
|
|
"prepare": "npm run build"
|
2018-12-14 20:27:57 +03:00
|
|
|
|
},
|
|
|
|
|
"jest": {
|
|
|
|
|
"testEnvironment": "node"
|
|
|
|
|
},
|
|
|
|
|
"jest-junit": {
|
|
|
|
|
"suiteName": "jest tests",
|
|
|
|
|
"output": "./test-javascript-junit.xml",
|
|
|
|
|
"classNameTemplate": "{classname}-{title}",
|
|
|
|
|
"titleTemplate": "{classname}-{title}",
|
|
|
|
|
"ancestorSeparator": " <20> ",
|
|
|
|
|
"usePathForSuiteName": "true"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"agent-base": "^6.0.0",
|
2019-06-17 19:03:29 +03:00
|
|
|
|
"asn1.js-rfc2560": "^5.0.0",
|
|
|
|
|
"asn1.js-rfc5280": "^3.0.0",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"async-disk-cache": "^2.1.0",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"https-proxy-agent": "^3.0.1",
|
2019-06-17 19:03:29 +03:00
|
|
|
|
"simple-lru-cache": "0.0.2",
|
2020-10-21 19:05:17 +03:00
|
|
|
|
"uuid": "^8.3.1",
|
2020-06-17 18:32:38 +03:00
|
|
|
|
"ws": "^7.2.0",
|
|
|
|
|
"xmlhttprequest-ts": "^1.0.1"
|
2019-04-09 21:50:58 +03:00
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"extend": "3.0.2"
|
2019-06-20 01:45:49 +03:00
|
|
|
|
},
|
|
|
|
|
"sideEffects": false
|
2019-09-05 03:02:56 +03:00
|
|
|
|
}
|