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/",
|
2022-03-02 04:33:45 +03:00
|
|
|
|
"version": "1.21.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
|
|
|
|
"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": {
|
2021-07-27 22:41:01 +03:00
|
|
|
|
"@types/bent": "^7.3.2",
|
2022-07-29 01:37:58 +03:00
|
|
|
|
"@types/jest": "^27.0.0",
|
2020-03-26 10:54:34 +03:00
|
|
|
|
"@types/node": "^12.12.30",
|
2022-09-14 18:47:26 +03:00
|
|
|
|
"@types/prettier": "<2.6.0",
|
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",
|
2021-01-26 02:17:47 +03:00
|
|
|
|
"@types/uuid": "^3.3.3",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"@types/ws": "^6.0.4",
|
2022-06-02 23:09:42 +03:00
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "^5.27.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.27.0",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"asn1.js": "^5.2.0",
|
2019-02-12 23:19:56 +03:00
|
|
|
|
"dts-bundle-webpack": "^1.0.2",
|
2022-06-02 23:09:42 +03:00
|
|
|
|
"eslint": "^8.16.0",
|
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
|
"eslint-plugin-jsdoc": "^39.3.2",
|
2022-03-15 23:46:57 +03:00
|
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
2022-09-14 18:47:26 +03:00
|
|
|
|
"got": "^11.8.5",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"gulp": "^4.0.2",
|
2022-03-15 23:46:57 +03:00
|
|
|
|
"gulp-eslint": "^6.0.0",
|
2022-06-02 23:09:42 +03:00
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
|
|
|
"gulp-terser": "^2.1.0",
|
2019-06-20 01:45:49 +03:00
|
|
|
|
"gulp-typescript": "^5.0.1",
|
2022-07-29 01:37:58 +03:00
|
|
|
|
"jest": "^27.0.0",
|
2020-12-12 11:18:08 +03:00
|
|
|
|
"jest-junit": "^12.0.0",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"ocsp": "^1.2.0",
|
|
|
|
|
"rimraf": "^3.0.2",
|
2019-09-13 21:03:39 +03:00
|
|
|
|
"semver": "^6.3.0",
|
2022-06-02 23:09:42 +03:00
|
|
|
|
"source-map-loader": "^3.0.1",
|
2022-07-29 01:37:58 +03:00
|
|
|
|
"ts-jest": "^27.0.0",
|
2020-01-17 22:11:08 +03:00
|
|
|
|
"tslint": "^5.20.1",
|
2020-01-29 08:43:23 +03:00
|
|
|
|
"typescript": "^3.5.3",
|
2022-06-02 23:09:42 +03:00
|
|
|
|
"webpack": "^5.72.1",
|
|
|
|
|
"webpack-stream": "^7.0.0"
|
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",
|
2022-03-15 23:46:57 +03:00
|
|
|
|
"lint": "eslint -c .eslintrc.js --ext .ts src",
|
2018-12-19 12:13:29 +03:00
|
|
|
|
"civersion": "node ci/version.js",
|
2021-10-13 21:23:03 +03:00
|
|
|
|
"prepare": "npm run build",
|
|
|
|
|
"preinstall": "npm install --package-lock-only --ignore-scripts --no-audit && npx npm-force-resolutions"
|
2018-12-14 20:27:57 +03:00
|
|
|
|
},
|
|
|
|
|
"jest-junit": {
|
|
|
|
|
"suiteName": "jest tests",
|
2020-12-12 11:18:08 +03:00
|
|
|
|
"outputName": "./test-javascript-junit.xml",
|
|
|
|
|
"classNameTemplate": "{filename}-{title}",
|
|
|
|
|
"titleTemplate": "{filename}-{title}",
|
2018-12-14 20:27:57 +03:00
|
|
|
|
"ancestorSeparator": " <20> ",
|
2020-12-12 11:18:08 +03:00
|
|
|
|
"suiteNameTemplate": "{filepath}",
|
|
|
|
|
"includeConsoleOutput": true
|
2018-12-14 20:27:57 +03:00
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-01-27 01:53:46 +03:00
|
|
|
|
"agent-base": "^6.0.1",
|
|
|
|
|
"asn1.js-rfc2560": "^5.0.1",
|
2019-06-17 19:03:29 +03:00
|
|
|
|
"asn1.js-rfc5280": "^3.0.0",
|
2020-07-02 19:59:35 +03:00
|
|
|
|
"async-disk-cache": "^2.1.0",
|
2021-07-27 22:41:01 +03:00
|
|
|
|
"bent": "^7.3.12",
|
2021-01-27 01:53:46 +03:00
|
|
|
|
"https-proxy-agent": "^4.0.0",
|
2019-06-17 19:03:29 +03:00
|
|
|
|
"simple-lru-cache": "0.0.2",
|
2021-08-26 23:02:24 +03:00
|
|
|
|
"uuid": "^8.3.0",
|
2021-12-10 20:59:15 +03:00
|
|
|
|
"ws": "^7.5.6"
|
2019-04-09 21:50:58 +03:00
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2021-10-13 21:23:03 +03:00
|
|
|
|
"extend": "3.0.2",
|
2022-06-06 23:06:59 +03:00
|
|
|
|
"set-value": "4.0.1",
|
2022-09-14 18:47:26 +03:00
|
|
|
|
"minimist": "1.2.6"
|
2019-06-20 01:45:49 +03:00
|
|
|
|
},
|
|
|
|
|
"sideEffects": false
|
2019-09-05 03:02:56 +03:00
|
|
|
|
}
|