project done before

This commit is contained in:
kicap1992
2021-06-23 16:12:19 +08:00
commit 330d859d56
2390 changed files with 678303 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"main": [
"dist/js/select2.js",
"src/scss/core.scss"
],
"repository": {
"type": "git",
"url": "git@github.com:select2/select2.git"
},
"homepage": "https://github.com/ivaynberg/select2",
"version": "4.0.3",
"_release": "4.0.3",
"_resolution": {
"type": "version",
"tag": "4.0.3",
"commit": "566c7846fbf8c3b7674346f26d0ee872c0a77629"
},
"_source": "https://github.com/ivaynberg/select2.git",
"_target": "^4.0.2",
"_originalSource": "select2"
}