-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
24 lines (24 loc) · 992 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"laravel-echo": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/laravel-echo/-/laravel-echo-1.9.0.tgz",
"integrity": "sha512-+kw4mjwnMY2KXdKPpd5lHba8CNmYj9QzotK+E42Oz8B6flKViwkP+BQvahWTKxpkFwt5O2Iejk/etgQH6DhobQ=="
},
"pusher-js": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-7.0.1.tgz",
"integrity": "sha512-ovdHvHiOwlTxlYFsArYBBqyfgil9iYgzfosAen8p31R9OUMj+nqJ5YzOPy3iY4eUZYb6DvsvKpebg0rL5AgVAw==",
"requires": {
"tweetnacl": "^1.0.3"
}
},
"tweetnacl": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
}
}
}