fc-nexmo-client1
Version:
Nexmo Client SDK for JavaScript
126 lines • 3.67 kB
JSON
{
"_args": [
[
"fc-nexmo-client@9.3.10",
"F:\\Z-Work\\engage-web"
]
],
"_from": "fc-nexmo-client@9.3.10",
"_id": "fc-nexmo-client@9.3.10",
"_inBundle": false,
"_integrity": "sha512-Rxi8I/Z32XJ5azrJoC5zVhtiZMrYRqhT1FhF8Wm46yiYH8qmxGLq8jAtB5N3QS+2oG94cfJd2o3+ijU6oZuD3g==",
"_location": "/fc-nexmo-client",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fc-nexmo-client@9.3.10",
"name": "fc-nexmo-client",
"escapedName": "fc-nexmo-client",
"rawSpec": "9.3.10",
"saveSpec": null,
"fetchSpec": "9.3.10"
},
"_requiredBy": [
"/"
],
"_resolved": "https://mirrors.cloud.tencent.com/npm/fc-nexmo-client/-/fc-nexmo-client-9.3.10.tgz",
"_spec": "9.3.10",
"_where": "F:\\Z-Work\\engage-web",
"bugs": {
"url": "https://github.com/Nexmo/conversation-js-sdk/issues"
},
"dependencies": {
"@bugsnag/js": "^6.1.0",
"@types/socket.io-client": "^1.4.32",
"detect-browser": "^4.4.0",
"is-ip": "^3.1.0",
"loglevel": "^1.6.6",
"loglevel-plugin-prefix": "^0.8.4",
"rtc-stats-adapter": "^1.2.0",
"sdp-transform": "^2.14.0",
"socket.io-client": "^4.6.1",
"uuid": "^3.3.2",
"webrtc-adapter": "^7.7.0",
"wildemitter": "1.x"
},
"description": "Nexmo Client SDK for JavaScript",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.0.0",
"@types/socket.io": "^2.1.3",
"@types/uuid": "^3.4.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"browserify-istanbul": "^3.0.1",
"browserify-replace": "^1.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-fetch": "^0.3.1",
"concurrently": "^6.2.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-import": "^2.17.1",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.3.2",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsdoc": "^2.4.0",
"grunt-karma": "^3.0.2",
"grunt-line-remover": "0.0.2",
"grunt-string-replace": "^1.3.3",
"grunt-ts": "^6.0.0-beta.22",
"grunt-umd": "^3.0.0",
"ink-docstrap": "^0.5.4",
"jsdoc": "^3.6.11",
"karma": "^6.4.0",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^10.2.0",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0",
"socket.io": "^4.6.1",
"tsify": "^4.0.1",
"typescript": "^3.6.3"
},
"homepage": "https://github.com/Nexmo/conversation-js-sdk#readme",
"keywords": [
"nexmo",
"webrtc",
"conversation",
"sdk",
"ip-messaging",
"rtc",
"communication",
"audio"
],
"license": "Apache 2.0",
"main": "./dist/index.js",
"name": "fc-nexmo-client1",
"repository": {
"type": "git",
"url": "git+https://github.com/Nexmo/conversation-js-sdk.git"
},
"version": "9.3.12",
"scripts": {
"build": "grunt build --env=production --force",
"build:dev": "grunt build --env=development --force",
"docs": "grunt docs --force",
"test": "grunt test --force",
"test:ci": "grunt test:ci",
"test:watch": "grunt test:watch --env=development --force",
"tsc": "tsc",
"tsc:clean": "rm -rf ./lib_compiled ./definitions",
"watch": "grunt build:watch --env=development --force"
}
}