MUICT-SERU / V-Achilles

Achilles is a tool that shows a visualization (i.e., using dependency graphs) of both direct and indirect dependencies that are affected by software vulnerability attacks.
3 stars 3 forks source link

Select open-source repositories for testing #52

Open ampere111 opened 3 years ago

cragkhit commented 3 years ago

Using this query to search for npm projects with package.json file: https://github.com/search?q=%22%40npm%22+filename%3Apackage.json+stars%3A%3E0&type=Repositories

cragkhit commented 3 years ago

Top 5 by stars:

npm/npm This repository is moving to: https://github.com/npm/cli 17.2k Updated on Aug 7, 2020

astrit/css.gg 700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API svg-icon svg-sprite figma-ui-icons css adobe-xd css-icon svg api npm json styled-components icons svg-icons customizable purecss svg-sprites figma svg-icon-pack retina-ready multiple-icons 7k CSS MIT license Updated on Sep 22, 2020

sindresorhus/np A better npm publish cli yarn nodejs javascript npm npm-package cli-app publish npm-publish 5.8k JavaScript MIT license Updated 4 days ago 23 issues need help

rlidwka/sinopia Private npm repository server 5.4k JavaScript Updated on Dec 23, 2019

insin/nwb A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no co… preact react javascript babel webpack toolkit react-component karma inferno npm-module 5.3k JavaScript Updated 13 days ago 2 issues need help

cragkhit commented 3 years ago

Top 5 by no. of forks:

jenkins-docs/simple-node-js-react-npm-app For an introductory tutorial on how to use Jenkins to build a simple Node.js and React application with npm. 123 JavaScript Updated 25 days ago

npm/npm Archived This repository is moving to: https://github.com/npm/cli 17.2k Updated on Aug 7, 2020

jsdelivr/jsdelivr A free, fast, and reliable Open Source CDN for npm and GitHub jsdelivr javascript infrastructure http npm distribution cdn npm-cdn 3.6k MIT license Updated on Dec 27, 2020 1 issue needs help

vinitshahdeo/inspirational-quotes 💡 A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! ✌️ 🌸 inspirational-quotes npm-package motivational-quotes nodejs-modules hacktoberfest hacktoberfest2019 150 JavaScript MIT license Updated on Dec 13, 2020 6 issues need help

eirslett/frontend-maven-plugin "Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/i… 3.5k Java Apache-2.0 license Updated 7 days ago

cragkhit commented 3 years ago

Another choice is through the npm registy:

const names = require('all-the-package-names').filter(name => name === name.toLowerCase())
undefined
> names
[
  'mocha',
  'chai',
  'lodash',
  'grunt',
  'eslint',
  'gulp',
  'babel-preset-es2015',
  'request',
  'async',
  'istanbul',
  'should',
  'express',
  'babel-core',
  'sinon',
  'babel-cli',
  'tape',
  'grunt-contrib-jshint',
  'underscore',
  'coffee-script',
  'webpack',
  'babel-eslint',
  'browserify',
  'chalk',
  'commander',
  'react',
  'babel-loader',
  'coveralls',
  'rimraf',
  'jshint',
  'debug',
  'bluebird',
  'gulp-util',
  'grunt-contrib-clean',
  'grunt-contrib-watch',
  'mkdirp',
  'babel',
  'karma',
  'glob',
  'colors',
  'eslint-plugin-react',
  'through2',
  'gulp-rename',
  'babel-preset-react',
  'gulp-uglify',
  'react-dom',
  'grunt-contrib-uglify',
  'moment',
  'uglify-js',
  'gulp-mocha',
  'q',
  'babel-preset-stage-0',
  'standard',
  'grunt-contrib-nodeunit',
  'sinon-chai',
  'jquery',
  'yeoman-generator',
  'babel-register',
  'minimist',
  'del',
  'jshint-stylish',
  'grunt-cli',
  'fs-extra',
  'body-parser',
  'karma-chrome-launcher',
  'ava',
  'karma-phantomjs-launcher',
  'webpack-dev-server',
  'css-loader',
  'eslint-config-airbnb',
  'yargs',
  'load-grunt-tasks',
  'expect.js',
  'babel-runtime',
  'cheerio',
  'gulp-jshint',
  'gulp-babel',
  'eslint-plugin-import',
  'supertest',
  'style-loader',
  'gulp-concat',
  'gulp-eslint',
  'grunt-mocha-test',
  'babel-polyfill',
  'gulp-sourcemaps',
  'grunt-contrib-concat',
  'karma-jasmine',
  'karma-mocha',
  'grunt-contrib-copy',
  'jsdom',
  'gulp-plumber',
  'optimist',
  'tap',
  'babelify',
  'babel-plugin-transform-runtime',
  'semver',
  'typescript',
  'chai-as-promised',
  'run-sequence',
  'shelljs',
  'ember-cli',
  ... 1103642 more items
]