Compare commits

..

No commits in common. "develop" and "v1.3.0" have entirely different histories.

15 changed files with 355 additions and 4059 deletions

View file

@ -1,18 +0,0 @@
steps:
dependencies:
image: node:16
pull: true
commands:
- npm i
osv-detector:
image: gitnet.fr/deblan/osv-detector:v0.10
commands:
- osv-detector package-lock.json
failure: ignore
tests:
image: node:16
pull: true
commands:
- npm run test

13
Jenkinsfile vendored Normal file
View file

@ -0,0 +1,13 @@
pipeline {
agent any
stages {
stage('mocha') {
steps {
sh 'npm install --dev'
sh 'npm run test'
}
}
}
}

View file

@ -1,7 +1,7 @@
Scraper
=======
[![Build Status](https://ci.gitnet.fr/api/badges/deblan/scraper/status.svg)](https://ci.gitnet.fr/deblan/scraper)
[![Build Status](https://ci.gitnet.fr/buildStatus/icon?job=Gitnet%2Fscraper%2Fmaster)](https://ci.gitnet.fr/job/Gitnet/job/scraper/job/master/)
This project is a basic tool to scrap a data from a website
using a CSS selector.

2921
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,16 +4,16 @@
"version": "1.3.0",
"main": "src/index.js",
"devDependencies": {
"mocha": "^10.2.0"
"mocha": "^8.1.3"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"extends-classes": "^1.0.5",
"minimist": "^1.2.5",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise": "^4.2.5",
"striptags": "^3.1.1",
"trim": "^1.0.1"
"trim": "^0.0.1"
},
"scripts": {
"test": "mocha"

1236
yarn.lock

File diff suppressed because it is too large Load diff