GULP DIST
This commit is contained in:
132
dist/assets/vendor/tom-select/package.json
vendored
132
dist/assets/vendor/tom-select/package.json
vendored
@@ -1,31 +1,57 @@
|
||||
{
|
||||
"name": "tom-select",
|
||||
"keywords": [
|
||||
"select",
|
||||
"ui",
|
||||
"form",
|
||||
"input",
|
||||
"control",
|
||||
"autocomplete",
|
||||
"tagging",
|
||||
"tag"
|
||||
],
|
||||
"main": "dist/js/tom-select.complete.js",
|
||||
"browser": "dist/js/tom-select.complete.js",
|
||||
"module": "dist/esm/tom-select.complete.js",
|
||||
"types": "dist/types/tom-select.complete.d.ts",
|
||||
"description": "Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.",
|
||||
"homepage": "https://tom-select.js.org",
|
||||
"version": "1.7.8",
|
||||
"author": "Josh Schmidt (https://github.com/oyejorge)",
|
||||
"contributors": [
|
||||
"Brian Reavis <brian@thirdroute.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/orchidjs/tom-select.git"
|
||||
"_from": "tom-select@^1.7.8",
|
||||
"_id": "tom-select@1.7.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b9K+RYhbmcGiaqKssKf4N/fkn/Hle330OwOaAO786TtUNfGImR6J/IAuJP3lNOAl4rZyC4Q0uLuxE+1367rQtg==",
|
||||
"_location": "/tom-select",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tom-select@^1.7.8",
|
||||
"name": "tom-select",
|
||||
"escapedName": "tom-select",
|
||||
"rawSpec": "^1.7.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.7.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tom-select/-/tom-select-1.7.8.tgz",
|
||||
"_shasum": "484a33b800d8574767a5803ccaad1cd6d996d17e",
|
||||
"_spec": "tom-select@^1.7.8",
|
||||
"_where": "/mnt/d/WWW/magico.front",
|
||||
"author": {
|
||||
"name": "Josh Schmidt",
|
||||
"url": "https://github.com/oyejorge"
|
||||
},
|
||||
"browser": "dist/js/tom-select.complete.js",
|
||||
"browserslist": [
|
||||
">= 0.5%",
|
||||
"not dead",
|
||||
"Chrome >= 60",
|
||||
"Firefox >= 60",
|
||||
"Edge >= 17",
|
||||
"iOS >= 10",
|
||||
"Safari >= 10",
|
||||
"not Explorer <= 11"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/orchidjs/tom-select/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Reavis",
|
||||
"email": "brian@thirdroute.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@orchidjs/sifter": "^0.8.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.12.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
|
||||
@@ -85,34 +111,42 @@
|
||||
"tslib": "^2.3.0",
|
||||
"typescript": "^4.3.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"build:types": "tsc -p .config --emitDeclarationOnly",
|
||||
"test": "karma start",
|
||||
"test:one": "karma start --test_one",
|
||||
"test:typescript": "tsc -p .config --noemit",
|
||||
"start": "grunt serve",
|
||||
"pretest": "grunt build",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"browserslist": [
|
||||
">= 0.5%",
|
||||
"not dead",
|
||||
"Chrome >= 60",
|
||||
"Firefox >= 60",
|
||||
"Edge >= 17",
|
||||
"iOS >= 10",
|
||||
"Safari >= 10",
|
||||
"not Explorer <= 11"
|
||||
],
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/tom-select"
|
||||
},
|
||||
"dependencies": {
|
||||
"@orchidjs/sifter": "^0.8.1"
|
||||
}
|
||||
"homepage": "https://tom-select.js.org",
|
||||
"keywords": [
|
||||
"select",
|
||||
"ui",
|
||||
"form",
|
||||
"input",
|
||||
"control",
|
||||
"autocomplete",
|
||||
"tagging",
|
||||
"tag"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/js/tom-select.complete.js",
|
||||
"module": "dist/esm/tom-select.complete.js",
|
||||
"name": "tom-select",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/orchidjs/tom-select.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"build:types": "tsc -p .config --emitDeclarationOnly",
|
||||
"prepare": "husky install",
|
||||
"pretest": "grunt build",
|
||||
"start": "grunt serve",
|
||||
"test": "karma start",
|
||||
"test:one": "karma start --test_one",
|
||||
"test:typescript": "tsc -p .config --noemit"
|
||||
},
|
||||
"types": "dist/types/tom-select.complete.d.ts",
|
||||
"version": "1.7.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user