diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..d0051c2 --- /dev/null +++ b/techstack.md @@ -0,0 +1,137 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [marcelothebuilder/dolcegusto-cli](https://github.com/marcelothebuilder/dolcegusto-cli)![](https://img.stackshare.io/public_badge.svg "public") +

+|25
Tools used|02/29/24
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ JavaScript +
+ JavaScript +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Babel +
+ Babel +
+ v7.9.0 +
+ ESLint +
+ ESLint +
+ +
+ Git +
+ Git +
+ +
+ npm +
+ npm +
+ +
+ +## Other (2) + + + + + + +
+ axios +
+ axios +
+ v0.19.2 +
+ chalk +
+ chalk +
+ +
+ + +## Open source packages (18) + +## npm (18) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[@babel/cli](https://www.npmjs.com/@babel/cli)|v7.8.4|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[@babel/core](https://www.npmjs.com/@babel/core)|v7.9.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[@babel/plugin-proposal-class-properties](https://www.npmjs.com/@babel/plugin-proposal-class-properties)|v7.8.3|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[babel-eslint](https://www.npmjs.com/babel-eslint)|v10.1.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[chalk](https://www.npmjs.com/chalk)|v2.4.2|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[cheerio](https://www.npmjs.com/cheerio)|v1.0.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[clui](https://www.npmjs.com/clui)|v0.3.6|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[configstore](https://www.npmjs.com/configstore)|v5.0.1|04/26/20|Marcelo Paixão Resende |BSD-2-Clause|N/A| +|[eslint-config-standard](https://www.npmjs.com/eslint-config-standard)|v14.1.1|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[eslint-plugin-import](https://www.npmjs.com/eslint-plugin-import)|v2.20.2|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[eslint-plugin-node](https://www.npmjs.com/eslint-plugin-node)|v11.1.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[eslint-plugin-promise](https://www.npmjs.com/eslint-plugin-promise)|v4.2.1|04/26/20|Marcelo Paixão Resende |ISC|N/A| +|[eslint-plugin-standard](https://www.npmjs.com/eslint-plugin-standard)|v4.0.1|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[figlet](https://www.npmjs.com/figlet)|v1.3.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[inquirer](https://www.npmjs.com/inquirer)|v7.1.0|04/26/20|Marcelo Paixão Resende |MIT|N/A| +|[minimist](https://www.npmjs.com/minimist)|v1.2.5|04/26/20|Marcelo Paixão Resende |MIT|[CVE-2021-44906](https://github.com/advisories/GHSA-xvch-5gv4-984h) (Critical)| +|[pkg](https://www.npmjs.com/pkg)|v4.4.7|04/26/20|Marcelo Paixão Resende |MIT|[CVE-2024-24828](https://github.com/advisories/GHSA-22r3-9w55-cj54) (Moderate)| +|[tough-cookie](https://www.npmjs.com/tough-cookie)|v2.5.0|04/26/20|Marcelo Paixão Resende |BSD-3-Clause|[CVE-2023-26136](https://github.com/advisories/GHSA-72xf-g2v4-qvf3) (Moderate)| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..8c147e2 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,369 @@ +repo_name: marcelothebuilder/dolcegusto-cli +report_id: bc5e12adfdfddb2a6da1926b2dfa823e +version: 0.1 +repo_type: Public +timestamp: '2024-02-29T18:37:08+00:00' +requested_by: marcelothebuilder +provider: github +branch: master +detected_tools_count: 25 +tools: +- 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/marcelothebuilder/dolcegusto-cli + detection_source: Repo Metadata +- name: Babel + description: Use next generation JavaScript, today. + website_url: http://babeljs.io/ + version: 7.9.0 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: JavaScript Compilers + image_url: https://img.stackshare.io/service/2739/-1wfGjNw.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: ".babelrc" + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: ESLint + description: The fully pluggable JavaScript code quality tool + website_url: http://eslint.org/ + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.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/marcelothebuilder/dolcegusto-cli + 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/marcelothebuilder/dolcegusto-cli/blob/master/package.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: axios + description: Promise based HTTP client for the browser and node.js + website_url: https://github.com/mzabriskie/axios + version: 0.19.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript Utilities & Libraries + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: chalk + description: terminal colors + website_url: https://github.com/chalk/chalk + open_source: false + hosted_saas: false + image_url: https://img.stackshare.io/service/8072/13122722.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: "@babel/cli" + description: Babel command line + package_url: https://www.npmjs.com/@babel/cli + version: 7.8.4 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15848/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 08:00:38.000000000 Z +- name: "@babel/core" + description: Babel compiler core + package_url: https://www.npmjs.com/@babel/core + version: 7.9.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15810/default_004658cda9b38934f2871435e9dc15608c86e8be.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: "@babel/plugin-proposal-class-properties" + description: This plugin transforms static class properties as well as properties + declared with the property initializer syntax + package_url: https://www.npmjs.com/@babel/plugin-proposal-class-properties + version: 7.8.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15903/default_3af1504b6f77c55205ba630fe08c472f43b95f6e.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: babel-eslint + description: Custom parser for ESLint + package_url: https://www.npmjs.com/babel-eslint + version: 10.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15803/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: chalk + description: Terminal string styling done right + package_url: https://www.npmjs.com/chalk + version: 2.4.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15813/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: cheerio + description: Fast, flexible, and lean implementation of core jQuery + package_url: https://www.npmjs.com/cheerio + version: 1.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15949/default_54b691c123fc8979741e800e4dcd3936c0f3b246.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: clui + description: A Node.js toolkit for drawing nice command line tables + package_url: https://www.npmjs.com/clui + version: 0.3.6 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17397/default_7b8a4dd0459c1d55636639cb97d216b33a363a7f.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: configstore + description: Easily load and save config without having to think about where and + how + package_url: https://www.npmjs.com/configstore + version: 5.0.1 + license: BSD-2-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16988/default_32f63a11ae9faad5eff3053ff1a1600fde8a525b.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:31:58.000000000 Z +- name: eslint-config-standard + description: JavaScript Standard Style - ESLint Shareable Config + package_url: https://www.npmjs.com/eslint-config-standard + version: 14.1.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15872/default_e4668902f8489350db9b0fb228523a571ef05b26.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: eslint-plugin-import + description: Import with sanity + package_url: https://www.npmjs.com/eslint-plugin-import + version: 2.20.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15806/default_98aa227f51aa9d787815ec3fd98d0ab2bfebbb91.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: eslint-plugin-node + description: Additional ESLint's rules for Node.js + package_url: https://www.npmjs.com/eslint-plugin-node + version: 11.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15874/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 08:00:38.000000000 Z +- name: eslint-plugin-promise + description: Enforce best practices for JavaScript promises + package_url: https://www.npmjs.com/eslint-plugin-promise + version: 4.2.1 + license: ISC + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15885/default_1d65e37e65b7f80761374f0202776043277d505d.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 08:07:25.000000000 Z +- name: eslint-plugin-standard + description: ESlint Plugin for the Standard Linter + package_url: https://www.npmjs.com/eslint-plugin-standard + version: 4.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15884/default_1d65e37e65b7f80761374f0202776043277d505d.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 07:50:47.000000000 Z +- name: figlet + description: Creates ASCII Art from text + package_url: https://www.npmjs.com/figlet + version: 1.3.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16424/default_9ae0e75ed749aca83d89f7e1ccb309be2bfc610e.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: inquirer + description: A collection of common interactive command line user interfaces + package_url: https://www.npmjs.com/inquirer + version: 7.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15911/default_4dc9671df0093fd7061f6455afdf054e6cc9dacb.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z +- name: minimist + description: Parse argument options + package_url: https://www.npmjs.com/minimist + version: 1.2.5 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15918/default_b45165a5d30e541ab11711a34a78209b3e8ed7fd.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z + vulnerabilities: + - name: Prototype Pollution in minimist + cve_id: CVE-2021-44906 + cve_url: https://github.com/advisories/GHSA-xvch-5gv4-984h + detected_date: Mar 22 + severity: critical + first_patched: 1.2.6 +- name: pkg + description: Package your Node.js project into an executable + package_url: https://www.npmjs.com/pkg + version: 4.4.7 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17535/default_1d2902e8f9c84259702671591379572493b9009b.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z + vulnerabilities: + - name: Pkg Local Privilege Escalation + cve_id: CVE-2024-24828 + cve_url: https://github.com/advisories/GHSA-22r3-9w55-cj54 + detected_date: Feb 10 + severity: moderate + first_patched: +- name: tough-cookie + description: RFC6265 Cookies and Cookie Jar for node.js + package_url: https://www.npmjs.com/tough-cookie + version: 2.5.0 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17146/default_9746cbb559e39df4afd8298f9a252dff8519e646.png + detection_source_url: https://github.com/marcelothebuilder/dolcegusto-cli/blob/master/package-lock.json + detection_source: package.json + last_updated_by: Marcelo Paixão Resende + last_updated_on: 2020-04-26 05:15:33.000000000 Z + vulnerabilities: + - name: tough-cookie Prototype Pollution vulnerability + cve_id: CVE-2023-26136 + cve_url: https://github.com/advisories/GHSA-72xf-g2v4-qvf3 + detected_date: Jul 8 + severity: moderate + first_patched: 4.1.3