2 changed files with 104 additions and 0 deletions
@ -0,0 +1,98 @@
@@ -0,0 +1,98 @@
|
||||
{ |
||||
"name": "test", |
||||
"lockfileVersion": 2, |
||||
"requires": true, |
||||
"packages": { |
||||
"": { |
||||
"dependencies": { |
||||
"node-fetch": "^2.6.6", |
||||
"ws": "^8.2.3" |
||||
} |
||||
}, |
||||
"node_modules/node-fetch": { |
||||
"version": "2.6.6", |
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", |
||||
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", |
||||
"dependencies": { |
||||
"whatwg-url": "^5.0.0" |
||||
}, |
||||
"engines": { |
||||
"node": "4.x || >=6.0.0" |
||||
} |
||||
}, |
||||
"node_modules/tr46": { |
||||
"version": "0.0.3", |
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", |
||||
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" |
||||
}, |
||||
"node_modules/webidl-conversions": { |
||||
"version": "3.0.1", |
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", |
||||
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" |
||||
}, |
||||
"node_modules/whatwg-url": { |
||||
"version": "5.0.0", |
||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", |
||||
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", |
||||
"dependencies": { |
||||
"tr46": "~0.0.3", |
||||
"webidl-conversions": "^3.0.0" |
||||
} |
||||
}, |
||||
"node_modules/ws": { |
||||
"version": "8.2.3", |
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", |
||||
"integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", |
||||
"engines": { |
||||
"node": ">=10.0.0" |
||||
}, |
||||
"peerDependencies": { |
||||
"bufferutil": "^4.0.1", |
||||
"utf-8-validate": "^5.0.2" |
||||
}, |
||||
"peerDependenciesMeta": { |
||||
"bufferutil": { |
||||
"optional": true |
||||
}, |
||||
"utf-8-validate": { |
||||
"optional": true |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"dependencies": { |
||||
"node-fetch": { |
||||
"version": "2.6.6", |
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", |
||||
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", |
||||
"requires": { |
||||
"whatwg-url": "^5.0.0" |
||||
} |
||||
}, |
||||
"tr46": { |
||||
"version": "0.0.3", |
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", |
||||
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" |
||||
}, |
||||
"webidl-conversions": { |
||||
"version": "3.0.1", |
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", |
||||
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" |
||||
}, |
||||
"whatwg-url": { |
||||
"version": "5.0.0", |
||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", |
||||
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", |
||||
"requires": { |
||||
"tr46": "~0.0.3", |
||||
"webidl-conversions": "^3.0.0" |
||||
} |
||||
}, |
||||
"ws": { |
||||
"version": "8.2.3", |
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", |
||||
"integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", |
||||
"requires": {} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue