From 6b2f6d8b61fa5e3936969a87cc2771e6fa8d34d0 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Apr 2024 08:28:47 +0000 Subject: [PATCH 1/2] Create techstack.yml --- techstack.yml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..c47a763 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,133 @@ +repo_name: moonwalker/graphql-nats-subscriptions +report_id: 1570fae81bc00a9595bb356143b52b0a +version: 0.1 +repo_type: Public +timestamp: '2024-04-05T08:28:46+00:00' +requested_by: speier +provider: github +branch: master +detected_tools_count: 10 +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/moonwalker/graphql-nats-subscriptions + detection_source: Repo Metadata +- 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/moonwalker/graphql-nats-subscriptions + 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/moonwalker/graphql-nats-subscriptions/blob/master/package.json + detection_source: package.json + last_updated_by: Kalman Speier + last_updated_on: 2017-10-26 13:05:02.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/moonwalker/graphql-nats-subscriptions + detection_source: Repo Metadata +- name: Yarn + description: A new package manager for JavaScript + website_url: https://yarnpkg.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/5848/44mC-kJ3.jpg + detection_source_url: https://github.com/moonwalker/graphql-nats-subscriptions/blob/master/yarn.lock + detection_source: yarn.lock + last_updated_by: Kalman Speier + last_updated_on: 2017-10-26 13:05:02.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/moonwalker/graphql-nats-subscriptions/blob/master/package.json + detection_source: package.json + last_updated_by: Kalman Speier + last_updated_on: 2017-10-26 13:05:02.000000000 Z +- name: rollup + description: The next-generation JavaScript module bundler + website_url: http://rollupjs.org/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: JS Build Tools / JS Task Runners + image_url: https://img.stackshare.io/service/4423/zE8RTn9E_400x400.jpg + detection_source_url: https://github.com/moonwalker/graphql-nats-subscriptions/blob/master/package.json + detection_source: package.json + last_updated_by: speier + last_updated_on: 2019-12-03 09:49:39.000000000 Z +- name: "@types/node" + description: TypeScript definitions for Node.js + package_url: https://www.npmjs.com/@types/node + version: 13.11.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15809/default_5e5e8ac63beda29f31f1844df64d4b8247570a66.png + detection_source_url: https://github.com/moonwalker/graphql-nats-subscriptions/blob/master/yarn.lock + detection_source: package.json + last_updated_by: speier + last_updated_on: 2019-12-03 09:49:39.000000000 Z +- name: rimraf + description: A deep deletion module for node + package_url: https://www.npmjs.com/rimraf + version: 3.0.2 + license: ISC + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15807/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/moonwalker/graphql-nats-subscriptions/blob/master/yarn.lock + detection_source: package.json + last_updated_by: speier + last_updated_on: 2019-12-03 09:49:39.000000000 Z +- name: rollup-plugin-typescript2 + description: Seamless integration between Rollup and TypeScript + package_url: https://www.npmjs.com/rollup-plugin-typescript2 + version: 0.25.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16076/default_d4e765f8a43dcfd232c8b9ee9732058bc27c727a.png + detection_source_url: https://github.com/moonwalker/graphql-nats-subscriptions/blob/master/yarn.lock + detection_source: package.json + last_updated_by: speier + last_updated_on: 2019-12-03 09:49:39.000000000 Z From db16330d5f4c380bfa66fc3612a72eee4fa9619a Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Apr 2024 08:28:48 +0000 Subject: [PATCH 2/2] Create techstack.md --- techstack.md | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..9072954 --- /dev/null +++ b/techstack.md @@ -0,0 +1,124 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [moonwalker/graphql-nats-subscriptions](https://github.com/moonwalker/graphql-nats-subscriptions)![](https://img.stackshare.io/public_badge.svg "public") +

+|10
Tools used|04/05/24
Report generated| +|------|------| +
+ +## Languages (2) + + + + + + +
+ JavaScript +
+ JavaScript +
+ +
+ TypeScript +
+ TypeScript +
+ +
+ +## Frameworks (1) + + + + +
+ Node.js +
+ Node.js +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Git +
+ Git +
+ +
+ Yarn +
+ Yarn +
+ +
+ npm +
+ npm +
+ +
+ rollup +
+ rollup +
+ +
+ + +## Open source packages (3) + +## npm (3) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[@types/node](https://www.npmjs.com/@types/node)|v13.11.0|12/03/19|speier |MIT|N/A| +|[rimraf](https://www.npmjs.com/rimraf)|v3.0.2|12/03/19|speier |ISC|N/A| +|[rollup-plugin-typescript2](https://www.npmjs.com/rollup-plugin-typescript2)|v0.25.3|12/03/19|speier |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file)