first commit

This commit is contained in:
aschwarz
2023-03-14 14:47:50 +01:00
commit 062b2dfae8
4752 changed files with 505842 additions and 0 deletions

26
bootstrap/node_modules/has-transitions/package.json generated vendored Normal file
View File

@ -0,0 +1,26 @@
{
"name": "has-transitions",
"version": "0.3.0",
"description": "Check for transition support",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "open test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/anthonyshort/has-transitions.git"
},
"keywords": [
"component",
"browserify",
"css",
"transitions"
],
"author": "Anthony Short",
"license": "BSD",
"readmeFilename": "Readme.md",
"gitHead": "27050348e9fdac520bbb66a9fc6bd0d449da26eb"
}