Skip to content

Commit 0ffaeb3

Browse files
committed
npm i bufferutil utf-8-validate
1 parent 1d78166 commit 0ffaeb3

File tree

3 files changed

+64
-3
lines changed

3 files changed

+64
-3
lines changed

package-lock.json

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@
5454
"author": "Kubernetes Authors",
5555
"license": "Apache-2.0",
5656
"dependencies": {
57+
"bufferutil": "^4.0.9",
5758
"byline": "^5.0.0",
5859
"isomorphic-ws": "^5.0.0",
5960
"js-yaml": "^4.1.0",
6061
"request": "^2.88.0",
6162
"rfc4648": "^1.3.0",
63+
"socks-proxy-agent": "^8.0.4",
6264
"stream-buffers": "^3.0.2",
6365
"tar": "^7.0.0",
6466
"tslib": "^2.4.1",
65-
"ws": "^8.18.0",
66-
"socks-proxy-agent": "^8.0.4"
67+
"utf-8-validate": "^6.0.5",
68+
"ws": "^8.18.0"
6769
},
6870
"devDependencies": {
6971
"@types/byline": "^4.2.31",

src/json_path.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export function jsonpath(path: string, json: object): any {
32
throw new Error('jsonpath is not implemented');
43
}

0 commit comments

Comments
 (0)