From 3d5082c83cdcd41ab7ac5ef1953195908b4d787e Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Wed, 31 Jan 2024 17:14:40 +0000 Subject: [PATCH 1/4] Create techstack.yml --- techstack.yml | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..8ede7d8 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,136 @@ +repo_name: highlanderkev/typescript-vue-render-functions +report_id: 6b4bb8628002b676bdf4a6e514f3cb82 +version: 0.1 +repo_type: Public +timestamp: '2024-01-31T17:14:39+00:00' +requested_by: highlanderkev +provider: github +branch: master +detected_tools_count: 10 +tools: +- name: CSS 3 + description: The latest evolution of the Cascading Style Sheets language + website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/6727/css.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions + detection_source: Repo Metadata +- name: JavaScript + description: Lightweight, interpreted, object-oriented language with first-class + functions + website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1209/javascript.jpeg + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: TypeScript + description: A superset of JavaScript that compiles to clean JavaScript output + website_url: http://www.typescriptlang.org + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1612/bynNY5dJ.jpg + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions + detection_source: Repo Metadata +- name: Vue.js + description: A progressive framework for building user interfaces + website_url: http://vuejs.org/ + version: 2.6.11 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript MVC Frameworks + image_url: https://img.stackshare.io/service/3837/paeckCWC.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions + detection_source: Repo Metadata +- name: npm + description: The package manager for JavaScript. + website_url: https://www.npmjs.com/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: "@vue/cli-service" + description: Local service for vue-cli projects + package_url: https://www.npmjs.com/@vue/cli-service + version: 4.2.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15990/default_cbd6c289400672b291755183817e9dd6abe1a612.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: vue + description: Vue + package_url: https://www.npmjs.com/vue + version: 2.6.11 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15844/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: vue-property-decorator + description: Property decorators for Vue Component + package_url: https://www.npmjs.com/vue-property-decorator + version: 8.4.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16727/default_c11d90814ded8fcd305b22fdc42b42a3111f1f6d.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z +- name: vue-template-compiler + description: Template compiler for Vue 2.0 + package_url: https://www.npmjs.com/vue-template-compiler + version: 2.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15850/default_0b10af8ca19c215f781dc07442e75bdc831089d0.png + detection_source_url: https://github.com/highlanderkev/typescript-vue-render-functions/blob/master/package.json + detection_source: package.json + last_updated_by: highlanderkev + last_updated_on: 2020-04-01 15:55:01.000000000 Z From f3cdb564ae8468b94bff6529d5c778e12e6cf7c3 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Wed, 31 Jan 2024 17:14:41 +0000 Subject: [PATCH 2/4] Create techstack.md --- techstack.md | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..be9b365 --- /dev/null +++ b/techstack.md @@ -0,0 +1,113 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [highlanderkev/typescript-vue-render-functions](https://github.com/highlanderkev/typescript-vue-render-functions)![](https://img.stackshare.io/public_badge.svg "public") +

+|10
Tools used|01/31/24
Report generated| +|------|------| +
+ +## Languages (3) + + + + + + + + +
+ CSS 3 +
+ CSS 3 +
+ +
+ JavaScript +
+ JavaScript +
+ +
+ TypeScript +
+ TypeScript +
+ +
+ +## Frameworks (1) + + + + +
+ Vue.js +
+ Vue.js +
+ v2.6.11 +
+ +## DevOps (2) + + + + + + +
+ Git +
+ Git +
+ +
+ npm +
+ npm +
+ +
+ + +## Open source packages (4) + +## npm (4) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[@vue/cli-service](https://www.npmjs.com/@vue/cli-service)|v4.2.3|04/01/20|highlanderkev |MIT|N/A| +|[vue](https://www.npmjs.com/vue)|v2.6.11|04/01/20|highlanderkev |MIT|N/A| +|[vue-property-decorator](https://www.npmjs.com/vue-property-decorator)|v8.4.1|04/01/20|highlanderkev |MIT|N/A| +|[vue-template-compiler](https://www.npmjs.com/vue-template-compiler)|v2.0.0|04/01/20|highlanderkev |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) From 2e6cd0b081d7ec5f90b3bc25612d9a318eb37fc0 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:35:22 +0000 Subject: [PATCH 3/4] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 8ede7d8..573f42f 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: highlanderkev/typescript-vue-render-functions report_id: 6b4bb8628002b676bdf4a6e514f3cb82 version: 0.1 repo_type: Public -timestamp: '2024-01-31T17:14:39+00:00' +timestamp: '2024-02-29T19:47:36+00:00' requested_by: highlanderkev provider: github branch: master From a991775bb0711b4d25a906d412b511e07f95d2df Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:35:23 +0000 Subject: [PATCH 4/4] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index be9b365..aaca0ab 100644 --- a/techstack.md +++ b/techstack.md @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [highlanderkev/typescript-vue-render-functions](https://github.com/highlanderkev/typescript-vue-render-functions)![](https://img.stackshare.io/public_badge.svg "public")

-|10
Tools used|01/31/24
Report generated| +|10
Tools used|02/29/24
Report generated| |------|------|