html-urls 2.4.28 → 2.4.31
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 +10 -11
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://nicedoc.io/Kikobeats/html-urls",
|
|
5
|
-
"version": "2.4.
|
|
5
|
+
"version": "2.4.31",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"urls"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@metascraper/helpers": "~5.
|
|
30
|
+
"@metascraper/helpers": "~5.26.0",
|
|
31
31
|
"cheerio": "~1.0.0-rc.10",
|
|
32
32
|
"is-uri": "~1.2.0",
|
|
33
33
|
"is-url-http": "~2.2.4",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@commitlint/cli": "latest",
|
|
39
39
|
"@commitlint/config-conventional": "latest",
|
|
40
|
+
"c8": "latest",
|
|
40
41
|
"ci-publish": "latest",
|
|
41
42
|
"conventional-github-releaser": "latest",
|
|
42
43
|
"finepack": "latest",
|
|
43
44
|
"git-authors-cli": "latest",
|
|
44
|
-
"lint-staged": "latest",
|
|
45
45
|
"mocha": "latest",
|
|
46
|
+
"nano-staged": "latest",
|
|
46
47
|
"npm-check-updates": "latest",
|
|
47
|
-
"nyc": "latest",
|
|
48
48
|
"prettier-standard": "latest",
|
|
49
49
|
"should": "latest",
|
|
50
50
|
"simple-git-hooks": "latest",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"scripts": {
|
|
63
63
|
"clean": "rm -rf node_modules",
|
|
64
64
|
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
65
|
-
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
66
65
|
"lint": "standard-markdown README.md && standard",
|
|
67
66
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
68
67
|
"prerelease": "npm run update:check && npm run contributors",
|
|
@@ -71,7 +70,7 @@
|
|
|
71
70
|
"release": "standard-version -a",
|
|
72
71
|
"release:github": "conventional-github-releaser -p angular",
|
|
73
72
|
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
74
|
-
"test": "
|
|
73
|
+
"test": "c8 mocha",
|
|
75
74
|
"update": "ncu -u",
|
|
76
75
|
"update:check": "ncu -- --error-level 2"
|
|
77
76
|
},
|
|
@@ -81,20 +80,20 @@
|
|
|
81
80
|
"@commitlint/config-conventional"
|
|
82
81
|
]
|
|
83
82
|
},
|
|
84
|
-
"
|
|
85
|
-
"package.json": [
|
|
86
|
-
"finepack"
|
|
87
|
-
],
|
|
83
|
+
"nano-staged": {
|
|
88
84
|
"*.js,!*.min.js,": [
|
|
89
85
|
"prettier-standard"
|
|
90
86
|
],
|
|
91
87
|
"*.md": [
|
|
92
88
|
"standard-markdown"
|
|
89
|
+
],
|
|
90
|
+
"package.json": [
|
|
91
|
+
"finepack"
|
|
93
92
|
]
|
|
94
93
|
},
|
|
95
94
|
"simple-git-hooks": {
|
|
96
95
|
"commit-msg": "npx commitlint --edit",
|
|
97
|
-
"pre-commit": "npx
|
|
96
|
+
"pre-commit": "npx nano-staged"
|
|
98
97
|
},
|
|
99
98
|
"standard": {
|
|
100
99
|
"env": [
|