Prvi commit
This commit is contained in:
73
EveryThing/wwwroot/vendor/libs/htmx.org/package.json
vendored
Normal file
73
EveryThing/wwwroot/vendor/libs/htmx.org/package.json
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "htmx.org@~1.6.1",
|
||||
"_id": "htmx.org@1.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-i+1k5ee2eFWaZbomjckyrDjUpa3FMDZWufatUSBmmsjXVksn89nsXvr1KLGIdAajiz+ZSL7TE4U/QaZVd2U2sA==",
|
||||
"_location": "/htmx.org",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "htmx.org@~1.6.1",
|
||||
"name": "htmx.org",
|
||||
"escapedName": "htmx.org",
|
||||
"rawSpec": "~1.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.6.1.tgz",
|
||||
"_shasum": "6f0d59a93fa61cbaa15316c134a2f179045a5778",
|
||||
"_spec": "htmx.org@~1.6.1",
|
||||
"_where": "D:\\EveryThing\\EveryThing\\EveryThing",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bigskysoftware/htmx/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "high power tools for html",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.10.0",
|
||||
"@11ty/eleventy-plugin-rss": "^1.1.1",
|
||||
"chai": "^4.3.4",
|
||||
"eleventy-plugin-sass": "^1.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"mocha": "^7.2.0",
|
||||
"mocha-chrome": "^2.2.0",
|
||||
"sass": "^1.34.0",
|
||||
"sinon": "^9.2.4",
|
||||
"typescript": "^4.3.5",
|
||||
"uglify-js": "^3.13.7"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"dist/*.js",
|
||||
"dist/ext/*.js",
|
||||
"dist/*.js.gz"
|
||||
],
|
||||
"homepage": "https://htmx.org/",
|
||||
"keywords": [
|
||||
"AJAX",
|
||||
"HTML"
|
||||
],
|
||||
"license": "BSD 2-Clause",
|
||||
"main": "dist/htmx.min.js",
|
||||
"name": "htmx.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bigskysoftware/htmx.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "cp -r src/* dist/ && npm run-script uglify && gzip -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
|
||||
"test": "mocha-chrome test/index.html",
|
||||
"test-types": "tsc --project ./jsconfig.json",
|
||||
"uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js",
|
||||
"www": "node scripts/www.js"
|
||||
},
|
||||
"types": "src/htmx.d.ts",
|
||||
"unpkg": "dist/htmx.min.js",
|
||||
"version": "1.6.1"
|
||||
}
|
||||
Reference in New Issue
Block a user