2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-16 15:29:02 +00:00

Add package lock file

This commit is contained in:
Tomas Kirda 2023-10-10 12:22:21 -07:00
parent 8138252b4c
commit b2403e9ed6
3 changed files with 1967 additions and 33 deletions

8
.gitignore vendored
View File

@ -1,7 +1 @@
/*.user
/*.sln
/*.suo
/.idea*
/*.xml
/bower_components
/node_modules/*
/node_modules

View File

@ -1,26 +0,0 @@
{
"name": "devbridge-autocomplete",
"version": "1.4.11",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"authors": [
"Tomas Kirda"
],
"description": "Autocomplete provides suggestions while you type into the text field.",
"main": "dist/jquery.autocomplete.js",
"keywords": [
"ajax",
"autocomplete"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"scripts",
"content"
],
"dependencies": {
"jquery": ">=1.7"
}
}

1966
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff