Files
jambonz-node/package.json
snyk-bot 6189a464f4 fix: upgrade bufferutil from 4.0.7 to 4.0.9
Snyk has created this PR to upgrade bufferutil from 4.0.7 to 4.0.9.

See this package in npm:
bufferutil

See this project in Snyk:
https://app.snyk.io/org/davehorton/project/314fd55b-d205-4bed-b55b-e7d7a10e2403?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-12-14 10:15:09 +00:00

36 lines
917 B
JSON

{
"name": "@jambonz/node-client",
"version": "0.4.11",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint lib"
},
"author": "Dave Horton",
"repository": {
"type": "git",
"url": "git@github.com:jambonz/jambonz-node.git"
},
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.121",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-plugin-promise": "^6.0.0",
"nyc": "^15.1.0",
"tape": "^5.7.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
"utf-8-validate": "^5.0.8"
}
}