Files
front/dist/assets/vendor/tom-select/package.json
2021-12-28 13:34:18 +01:00

156 lines
4.4 KiB
JSON

{
"_args": [
[
"tom-select@1.7.8",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_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"
},
"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"
},
"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",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@lodder/grunt-postcss": "^3.0.0",
"@orchidjs/eleventy-plugin-ids": "^0.1.0",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jquery": "^3.5.4",
"@types/jqueryui": "^1.12.14",
"autoprefixer": "^10.2.4",
"bootstrap": "npm:bootstrap@4",
"bootstrap-sass": "^3.4.1",
"bootstrap5": "npm:bootstrap@^5.0.2",
"broken-link-checker": "^0.7.8",
"chai": "^4.3.0",
"cssnano": "^5.0.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-replace": "^2.0.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1",
"husky": "^7.0.0",
"icon-blender": "^1.0.0-beta.4",
"jquery": "^3.6.0",
"jsdom": "^16.5.2",
"karma": "^6.1.1",
"karma-accessibility-checker": "^3.1.5",
"karma-browserstack-launcher": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.8",
"load-grunt-tasks": "^5.1.0",
"mocha": "^9.0.0",
"node-sass": "^6.0.0",
"postcss": "^8.2.6",
"rollup": "^2.52.3",
"rollup-plugin-insert": "^1.3.2",
"rollup-plugin-terser": "^7.0.2",
"syn": "^0.15.0",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
},
"engines": {
"node": "*"
},
"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"
}