forked from furqanZafar/react-selectize
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 886 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "react-selectize2",
"version": "4.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"prelude-extension": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/prelude-extension/-/prelude-extension-0.1.0.tgz",
"integrity": "sha1-5TMLalE9P8n4H7BLgm8BIHypAow=",
"requires": {
"prelude-ls": "^1.1.2"
}
},
"prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
},
"tether": {
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/tether/-/tether-1.4.7.tgz",
"integrity": "sha512-Z0J1aExjoFU8pybVkQAo/vD2wfSO63r+XOPfWQMC5qtf1bI7IWqNk4MiyBcgvvnY8kqnY06dVdvwTK2S3PU/Fw=="
}
}
}