Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #1

Open
wants to merge 2 commits into
base: Harindulk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Harindulk/NFT-Generator is built on the following main stack:

- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [Node.js](http://nodejs.org/) – Frameworks (Full Stack)

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Harindulk/NFT-Generator is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png' alt='Node.js'/> [Node.js](http://nodejs.org/) – Frameworks (Full Stack)

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [Harindulk/NFT-Generator](https://github.com/Harindulk/NFT-Generator)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|8<br/>Tools used|04/04/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'>
<br>
<sub><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/frameworks.svg'/> Frameworks (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png' alt='Node.js'>
<br>
<sub><a href="http://nodejs.org/">Node.js</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png' alt='npm'>
<br>
<sub><a href="https://www.npmjs.com/">npm</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (4)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png'/> npm (4)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[node-fetch](https://www.npmjs.com/node-fetch)|v2.6.6|03/10/22|harindulk |MIT|[CVE-2022-0235](https://github.com/advisories/GHSA-r683-j2x4-v87g) (High)|
|[canvas](https://www.npmjs.com/canvas)|v2.8.0|03/10/22|harindulk |MIT|N/A|
|[form-data](https://www.npmjs.com/form-data)|v4.0.0|03/10/22|harindulk |MIT|N/A|
|[sha1](https://www.npmjs.com/sha1)|v1.1.1|03/10/22|harindulk |BSD-3-Clause|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
119 changes: 119 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
repo_name: Harindulk/NFT-Generator
report_id: 967ced5aea85c7d5fef10d9736e13c35
version: 0.1
repo_type: Public
timestamp: '2024-04-04T18:23:46+00:00'
requested_by: Harindulk
provider: github
branch: Harindulk
detected_tools_count: 8
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/Harindulk/NFT-Generator
detection_source: Repo Metadata
- name: Node.js
description: A platform built on Chrome's JavaScript runtime for easily building
fast, scalable network applications
website_url: http://nodejs.org/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png
detection_source_url: https://github.com/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.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/Harindulk/NFT-Generator
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/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.000000000 Z
- name: node-fetch
description: A light-weight module that brings window.fetch to node.js
package_url: https://www.npmjs.com/node-fetch
version: 2.6.6
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15978/default_f49d4c116f8ea0155f4d92673b084378bba02760.png
detection_source_url: https://github.com/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.000000000 Z
vulnerabilities:
- name: node-fetch forwards secure headers to untrusted sites
cve_id: CVE-2022-0235
cve_url: https://github.com/advisories/GHSA-r683-j2x4-v87g
detected_date: Jan 22
severity: high
first_patched: 2.6.7
- name: canvas
description: Canvas graphics API backed by Cairo
package_url: https://www.npmjs.com/canvas
version: 2.8.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16664/default_783b9b6c17b863f264c1418b0eb831316f741afd.png
detection_source_url: https://github.com/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.000000000 Z
- name: form-data
description: A library to create readable "multipart/form-data" streams
package_url: https://www.npmjs.com/form-data
version: 4.0.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16415/default_aa91da3cee4d961f0eea8ca5de77f399ec7ec794.png
detection_source_url: https://github.com/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.000000000 Z
- name: sha1
description: Native js function for hashing messages with SHA-1
package_url: https://www.npmjs.com/sha1
version: 1.1.1
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/17695/default_148ef251371a47f69a7acad9f3b25e2ec2ee4aa4.png
detection_source_url: https://github.com/Harindulk/NFT-Generator/blob/Harindulk/package.json
detection_source: package.json
last_updated_by: harindulk
last_updated_on: 2022-03-10 07:01:58.000000000 Z