diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000000..e6f0e6c77d
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,147 @@
+
+
+
+# Tech Stack File
+ [marekrein/javascript](https://github.com/marekrein/javascript)
+
+|21
Tools used|06/23/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+##
Frameworks (1)
+
+
+
+
+ React
+
+ v0.13.0
+ |
+
+
+
+
+##
DevOps (5)
+
+
+## Other (1)
+
+
+
+
+ Tape
+
+
+ |
+
+
+
+
+
+##
Open source packages (13)
+
+##
npm (13)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[@babel/runtime](https://www.npmjs.com/@babel/runtime)|v7.8.7|06/08/20|Jordan Harband |MIT|N/A|
+|[babel-preset-airbnb](https://www.npmjs.com/babel-preset-airbnb)|v4.5.0|06/08/20|Jordan Harband |MIT|N/A|
+|[babel-tape-runner](https://www.npmjs.com/babel-tape-runner)|v3.0.0|06/08/20|Jordan Harband |MIT|N/A|
+|[eslint-config-airbnb-base](https://www.npmjs.com/eslint-config-airbnb-base)|v14.2.0|06/23/20|Jordan Harband |MIT|N/A|
+|[eslint-find-rules](https://www.npmjs.com/eslint-find-rules)|v3.5.0|06/23/20|Jordan Harband |MIT|N/A|
+|[eslint-plugin-import](https://www.npmjs.com/eslint-plugin-import)|v2.22.0|06/23/20|Jordan Harband |MIT|N/A|
+|[eslint-plugin-jsx-a11y](https://www.npmjs.com/eslint-plugin-jsx-a11y)|v6.3.0|06/23/20|Jordan Harband |MIT|N/A|
+|[eslint-plugin-react](https://www.npmjs.com/eslint-plugin-react)|v7.20.0|06/23/20|Jordan Harband |MIT|N/A|
+|[eslint-plugin-react-hooks](https://www.npmjs.com/eslint-plugin-react-hooks)|v2.3.0|06/23/20|Jordan Harband |MIT|N/A|
+|[in-publish](https://www.npmjs.com/in-publish)|v2.0.1|06/08/20|Jordan Harband |ISC|N/A|
+|[markdownlint-cli](https://www.npmjs.com/markdownlint-cli)|v0.23.1|06/18/20|Jordan Harband |MIT|N/A|
+|[safe-publish-latest](https://www.npmjs.com/safe-publish-latest)|v1.1.4|06/08/20|Jordan Harband |MIT|N/A|
+|[tape](https://www.npmjs.com/tape)|v5.0.1|06/08/20|Jordan Harband |MIT|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 0000000000..c5336614de
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,289 @@
+repo_name: marekrein/javascript
+report_id: dbef45a55ee5ab13ce7f1c841f58be75
+version: 0.1
+repo_type: Public
+timestamp: '2024-06-23T19:49:33+00:00'
+requested_by: ljharb
+provider: github
+branch: master
+detected_tools_count: 21
+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/marekrein/javascript
+ detection_source: Repo Metadata
+- name: React
+ description: A JavaScript library for building user interfaces
+ website_url: https://reactjs.org/
+ version: 0.13.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Javascript UI Libraries
+ image_url: https://img.stackshare.io/service/1020/OYIaJ1KK.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: Babel
+ description: Use next generation JavaScript, today.
+ website_url: http://babeljs.io/
+ 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/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/.babelrc
+ detection_source: packages/eslint-config-airbnb-base/.babelrc
+ last_updated_by: Jordan Harband
+ last_updated_on: 2016-07-24 04:28:04.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/marekrein/javascript/blob/master/linters/.eslintrc
+ detection_source: linters/.eslintrc
+ last_updated_by: Jake Teton-Landis
+ last_updated_on: 2015-07-30 22:08:47.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/marekrein/javascript
+ 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/marekrein/javascript/blob/master/.travis.yml
+ detection_source: ".travis.yml"
+ last_updated_by: Jordan Harband
+ last_updated_on: 2017-09-02 18:33:45.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/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jake Teton-Landis
+ last_updated_on: 2015-05-22 17:38:21.000000000 Z
+- name: Tape
+ description: 'i''m the package manager for javascript. problems? try @npm_support
+ and #npm on freenode.'
+ website_url: https://www.npmjs.com/package/tape
+ open_source: false
+ hosted_saas: false
+ image_url: https://img.stackshare.io/service/3722/lejvzrnlpb308aftn31u_normal.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2016-04-16 18:04:28.000000000 Z
+- name: "@babel/runtime"
+ description: Babel's modular runtime helpers
+ package_url: https://www.npmjs.com/@babel/runtime
+ version: 7.8.7
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15934/default_54b691c123fc8979741e800e4dcd3936c0f3b246.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: babel-preset-airbnb
+ description: A babel preset for transforming your JavaScript for Airbnb
+ package_url: https://www.npmjs.com/babel-preset-airbnb
+ version: 4.5.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16634/default_e654289254bcb9b55e3dca992739e962dc0c7297.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: babel-tape-runner
+ description: Babel + Tape for running your ES Next tests
+ package_url: https://www.npmjs.com/babel-tape-runner
+ version: 3.0.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16894/default_7b9968788548874538c601457e8dcd9c74bd2051.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: eslint-config-airbnb-base
+ description: Airbnb's base JS ESLint config, following our styleguide
+ package_url: https://www.npmjs.com/eslint-config-airbnb-base
+ version: 14.2.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15888/default_7c39a83d4acd952df89b1ebfdb94c8646324fbf1.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: eslint-find-rules
+ description: Find built-in ESLint rules you don't have in your custom config
+ package_url: https://www.npmjs.com/eslint-find-rules
+ version: 3.5.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/17563/default_3c6aa8b4297562bfc2a090966a5bc0fad1d0b678.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: eslint-plugin-import
+ description: Import with sanity
+ package_url: https://www.npmjs.com/eslint-plugin-import
+ version: 2.22.0
+ 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/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: eslint-plugin-jsx-a11y
+ description: Static AST checker for accessibility rules on JSX elements
+ package_url: https://www.npmjs.com/eslint-plugin-jsx-a11y
+ version: 6.3.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15845/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: eslint-plugin-react
+ description: React specific linting rules for ESLint
+ package_url: https://www.npmjs.com/eslint-plugin-react
+ version: 7.20.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15817/default_14fd11531839d935f920b6d55bd6f3528c890ad7.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: eslint-plugin-react-hooks
+ description: ESLint rules for React Hooks
+ package_url: https://www.npmjs.com/eslint-plugin-react-hooks
+ version: 2.3.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16149/default_1f3a2fc7d882e29a43394ecdf491b8989ea3f0fa.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb/package.json
+ detection_source: packages/eslint-config-airbnb/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-23 05:55:52.000000000 Z
+- name: in-publish
+ description: Detect if we were run as a result of `npm publish`
+ package_url: https://www.npmjs.com/in-publish
+ version: 2.0.1
+ license: ISC
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16666/default_6dad4e42e12d47cc6edfbdea036dae12f91abebb.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: markdownlint-cli
+ description: MarkdownLint Command Line Interface
+ package_url: https://www.npmjs.com/markdownlint-cli
+ version: 0.23.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/17273/default_b2015e9577d171c4c3f12c3c8d253c01fe63ba8d.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-18 18:53:53.000000000 Z
+- name: safe-publish-latest
+ description: Ensure that when you `npm publish`
+ package_url: https://www.npmjs.com/safe-publish-latest
+ version: 1.1.4
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/17965/default_fc5f66cf44024e173fd07c415d4f30ca58b4cbad.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z
+- name: tape
+ description: Tap-producing test harness for node and browsers
+ package_url: https://www.npmjs.com/tape
+ version: 5.0.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15856/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png
+ detection_source_url: https://github.com/marekrein/javascript/blob/master/packages/eslint-config-airbnb-base/package.json
+ detection_source: packages/eslint-config-airbnb-base/package.json
+ last_updated_by: Jordan Harband
+ last_updated_on: 2020-06-08 03:50:43.000000000 Z