@netlify/framework-info
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -10,2 +10,9 @@ # Changelog | ||
## [2.3.0](https://www.github.com/netlify/framework-info/compare/v2.2.0...v2.3.0) (2021-02-10) | ||
### Features | ||
* add frameworks titles ([#134](https://www.github.com/netlify/framework-info/issues/134)) ([4aec35e](https://www.github.com/netlify/framework-info/commit/4aec35e7917d98a27ac9fe9f8c0b35b652fad594)) | ||
## [2.2.0](https://www.github.com/netlify/framework-info/compare/v2.1.1...v2.2.0) (2021-02-08) | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "@netlify/framework-info", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Framework detection utility", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -29,2 +29,3 @@ [![npm version](https://img.shields.io/npm/v/@netlify/framework-info.svg)](https://npmjs.org/package/@netlify/framework-info) | ||
// name: 'gatsby', | ||
// title: 'Gatsby', | ||
// category: 'static_site_generator', | ||
@@ -48,2 +49,3 @@ // dev: { | ||
// name: 'vue', | ||
// title: 'Vue.js', | ||
// category: 'frontend_framework', | ||
@@ -69,2 +71,3 @@ // dev: { | ||
// name: 'vue', | ||
// title: 'Vue.js', | ||
// category: 'frontend_framework', | ||
@@ -94,2 +97,3 @@ // dev: { | ||
"name": "vue", | ||
"title": 'Vue.js', | ||
"category": "frontend_framework", | ||
@@ -145,2 +149,8 @@ "dev": { | ||
## title | ||
_Type_: `string` | ||
Title such as `"Gatsby"`. | ||
#### category | ||
@@ -236,2 +246,3 @@ | ||
"name": "gatsby", | ||
"title": "Gatsby", | ||
"category": "static_site_generator", | ||
@@ -264,2 +275,8 @@ "detect": { | ||
## title | ||
_Type_: `string` | ||
Title of the framework. | ||
## category | ||
@@ -266,0 +283,0 @@ |
@@ -45,3 +45,4 @@ const pFilter = require('p-filter') | ||
* @typedef {object} Framework | ||
* @property {string} name - Name such as `"gatsby"` | ||
* @property {string} name - framework name such as `"gatsby"` | ||
* @property {string} title - framework title as `"Gatsby"` | ||
* @property {string} category - Category among `"static_site_generator"`, `"frontend_framework"` and `"build_tool"` | ||
@@ -135,2 +136,3 @@ * @property {Dev} dev - Information about the dev command | ||
name, | ||
title, | ||
category, | ||
@@ -148,2 +150,3 @@ dev: { command: frameworkDevCommand, port }, | ||
name, | ||
title, | ||
category, | ||
@@ -150,0 +153,0 @@ dev: { commands: devCommands, port }, |
{ | ||
"name": "angular", | ||
"title": "Angular", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "assemble", | ||
"title": "Assemble", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "brunch", | ||
"title": "Brunch", | ||
"category": "build_tool", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "create-react-app", | ||
"title": "Create React App", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "docpad", | ||
"title": "DocPad", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "docusaurus-v2", | ||
"title": "Docusaurus 2", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "docusaurus", | ||
"title": "Docusaurus", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "eleventy", | ||
"title": "Eleventy", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "ember", | ||
"title": "Ember.js", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "expo", | ||
"title": "Expo", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "gatsby", | ||
"title": "Gatsby", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "gridsome", | ||
"title": "Gridsome", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "grunt", | ||
"title": "Grunt", | ||
"category": "build_tool", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "gulp", | ||
"title": "gulp.js", | ||
"category": "build_tool", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "harp", | ||
"title": "Harp", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "hexo", | ||
"title": "Hexo", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "hugo", | ||
"title": "Hugo", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "jekyll", | ||
"title": "Jekyll", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "metalsmith", | ||
"title": "Metalsmith", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "middleman", | ||
"title": "Middleman", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "next", | ||
"title": "Next.js", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "nuxt", | ||
"title": "Next.js", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "parcel", | ||
"title": "Parcel", | ||
"category": "build_tool", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "phenomic", | ||
"title": "Phenomic", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "quasar-v0.17", | ||
"title": "Quasar", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "quasar", | ||
"title": "Quasar", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "react-static", | ||
"title": "React Static", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "roots", | ||
"title": "Roots", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "sapper", | ||
"title": "Sapper", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "stencil", | ||
"title": "Stencil", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "svelte", | ||
"title": "Svelte", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "vue", | ||
"title": "Vue.js", | ||
"category": "frontend_framework", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "vuepress", | ||
"title": "VuePress", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
{ | ||
"name": "wintersmith", | ||
"title": "Wintersmith", | ||
"category": "static_site_generator", | ||
@@ -4,0 +5,0 @@ "detect": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219261
1786
375