gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,60 +1,31 @@
{
"_args": [
[
"tom-select@1.7.8",
"/Applications/MAMP/htdocs/front/front-template"
]
"name": "tom-select",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
],
"_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": "version",
"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",
"_spec": "1.7.8",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Josh Schmidt",
"url": "https://github.com/oyejorge"
},
"main": "dist/js/tom-select.complete.js",
"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"
},
"contributors": [
{
"name": "Brian Reavis",
"email": "brian@thirdroute.com"
}
],
"dependencies": {
"@orchidjs/sifter": "^0.8.1"
},
"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"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
@@ -114,42 +85,34 @@
"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"
},
"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"
"dependencies": {
"@orchidjs/sifter": "^0.8.1"
}
}