diff --git a/techstack.md b/techstack.md
new file mode 100644
index 00000000000000..7a4c4b11867ba4
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,106 @@
+
+
+
+# Tech Stack File
+ [ohimors/d3](https://github.com/ohimors/d3)
+
+|8
Tools used|02/29/24
Report generated|
+|------|------|
+
+
+##
Languages (2)
+
+
+##
DevOps (4)
+
+
+
+##
Open source packages (2)
+
+##
npm (2)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[uglify-js](https://www.npmjs.com/uglify-js)|v2.4.0|11/19/13|Mike Bostock |BSD-2-Clause|[CVE-2015-8857](https://github.com/advisories/GHSA-34r7-q49f-h37c) (Critical)
[](https://github.com/advisories/GHSA-g6f4-j6c2-w3p3) (High)
[CVE-2015-8858](https://github.com/advisories/GHSA-c9f4-xj24-8jqx) (High)|
+|[vows](https://www.npmjs.com/vows)|v0.7.0|09/26/13|Mike Bostock |Apache-2.0|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 00000000000000..7692a496cfeffa
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,128 @@
+repo_name: ohimors/d3
+report_id: d0ce57d3f0ff7b95742aeb221bd47ac1
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-29T18:41:45+00:00'
+requested_by: mbostock
+provider: github
+branch: master
+detected_tools_count: 8
+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/ohimors/d3
+ 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/ohimors/d3
+ detection_source: Repo Metadata
+- 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/ohimors/d3
+ detection_source: Repo Metadata
+- name: Travis CI
+ description: A hosted continuous integration service for open source and private
+ projects
+ website_url: http://travis-ci.com/
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png
+ detection_source_url: https://github.com/ohimors/d3/blob/master/.travis.yml
+ detection_source: ".travis.yml"
+ last_updated_by: Mike Bostock
+ last_updated_on: 2013-03-07 17:54:19.000000000 Z
+- name: jsdom
+ description: A JavaScript implementation of the WHATWG DOM and HTML standards, for
+ use with node.js
+ website_url: https://github.com/jsdom/jsdom
+ version: 0.5.7
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Headless Browsers
+ image_url: https://img.stackshare.io/service/7054/preview.jpeg
+ detection_source_url: https://github.com/ohimors/d3/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Mike Bostock
+ last_updated_on: 2013-09-26 21:38:01.000000000 Z
+- 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/ohimors/d3/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Mike Bostock
+ last_updated_on: 2011-08-18 16:54:50.000000000 Z
+- name: uglify-js
+ description: JavaScript parser
+ package_url: https://www.npmjs.com/uglify-js
+ version: 2.4.0
+ license: BSD-2-Clause
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15900/default_1d65e37e65b7f80761374f0202776043277d505d.png
+ detection_source_url: https://github.com/ohimors/d3/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Mike Bostock
+ last_updated_on: 2013-11-19 16:37:28.000000000 Z
+ vulnerabilities:
+ - name: Incorrect Handling of Non-Boolean Comparisons During Minification in uglify-js
+ cve_id: CVE-2015-8857
+ cve_url: https://github.com/advisories/GHSA-34r7-q49f-h37c
+ detected_date: Aug 22
+ severity: critical
+ first_patched: 2.4.24
+ - name: High severity vulnerability that affects uglify-js
+ cve_id:
+ cve_url: https://github.com/advisories/GHSA-g6f4-j6c2-w3p3
+ detected_date: Aug 22
+ severity: high
+ first_patched: 2.4.24
+ - name: Regular Expression Denial of Service in uglify-js
+ cve_id: CVE-2015-8858
+ cve_url: https://github.com/advisories/GHSA-c9f4-xj24-8jqx
+ detected_date: Aug 22
+ severity: high
+ first_patched: 2.6.0
+- name: vows
+ description: Asynchronous BDD & continuous integration for node.js
+ package_url: https://www.npmjs.com/vows
+ version: 0.7.0
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16365/default_4cc3f31b8c64a6268fc123f0965a09d1b11180af.png
+ detection_source_url: https://github.com/ohimors/d3/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Mike Bostock
+ last_updated_on: 2013-09-26 21:38:01.000000000 Z