adding initial fast-api

This commit is contained in:
2020-02-17 02:37:02 +00:00
commit 584d6bcc26
1975 changed files with 424591 additions and 0 deletions

68
fast-api/node_modules/bootswatch/package.json generated vendored Normal file
View File

@@ -0,0 +1,68 @@
{
"_from": "bootswatch",
"_id": "bootswatch@4.4.1",
"_inBundle": false,
"_integrity": "sha512-Kx3z6+3Jpg9g6l/xZBCnc8d6KeJK0QawxCZWOomdcI5AuSZLZb+DoH5X9RJH+cOcSeMAxyzdIjkVUR01+Db5bQ==",
"_location": "/bootswatch",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bootswatch",
"name": "bootswatch",
"escapedName": "bootswatch",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.4.1.tgz",
"_shasum": "f270618b4ebe07de8e1748acd88f104cc31bfec3",
"_spec": "bootswatch",
"_where": "/Users/dtomlinson/projects-tmp/fast-api",
"author": {
"name": "Thomas Park"
},
"bugs": {
"url": "https://github.com/thomaspark/bootswatch/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Bootswatch is a collection of themes for Bootstrap.",
"devDependencies": {
"autoprefixer": "^7.1.2",
"bootstrap": "^4.4.1",
"font-awesome": "~4.7.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-sass": "^3.0.2",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"popper.js": "^1.16.0",
"postcss-cli": "^6.1.3"
},
"engines": {
"node": ">=6"
},
"homepage": "https://bootswatch.com",
"license": "MIT",
"name": "bootswatch",
"repository": {
"type": "git",
"url": "git+https://github.com/thomaspark/bootswatch.git"
},
"scripts": {
"postcss": "postcss --no-map --use autoprefixer --config build/js/postcss.js --replace dist/*/bootstrap.css"
},
"version": "4.4.1"
}