html-urls 2.4.61 → 2.4.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -8
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "html-urls",
|
|
3
3
|
"description": "Get all links from a HTML markup",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/html-urls",
|
|
5
|
-
"version": "2.4.
|
|
5
|
+
"version": "2.4.63",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"urls"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@metascraper/helpers": "~5.
|
|
31
|
+
"@metascraper/helpers": "~5.46.1",
|
|
32
32
|
"cheerio": "~1.0.0",
|
|
33
33
|
"is-uri": "~1.2.6",
|
|
34
|
-
"is-url-http": "~2.3.
|
|
34
|
+
"is-url-http": "~2.3.9",
|
|
35
35
|
"lodash": "~4.17.21",
|
|
36
36
|
"matcher": "~4.0.0"
|
|
37
37
|
},
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"nano-staged": "latest",
|
|
49
49
|
"simple-git-hooks": "latest",
|
|
50
50
|
"standard": "latest",
|
|
51
|
-
"standard-markdown": "latest",
|
|
52
51
|
"standard-version": "latest"
|
|
53
52
|
},
|
|
54
53
|
"engines": {
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
"scripts": {
|
|
61
60
|
"clean": "rm -rf node_modules",
|
|
62
61
|
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
63
|
-
"lint": "standard
|
|
62
|
+
"lint": "standard",
|
|
64
63
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
65
64
|
"pretest": "npm run lint",
|
|
66
65
|
"pretty": "prettier-standard index.js {core,test,bin}/**/*.js --single-quote",
|
|
@@ -91,9 +90,6 @@
|
|
|
91
90
|
"prettier-standard",
|
|
92
91
|
"standard --fix"
|
|
93
92
|
],
|
|
94
|
-
"*.md": [
|
|
95
|
-
"standard-markdown"
|
|
96
|
-
],
|
|
97
93
|
"package.json": [
|
|
98
94
|
"finepack"
|
|
99
95
|
]
|