FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-scraperlib/javascript/package.json at scraper_executor · openzim/python-scraperlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
openzim
/
python-scraperlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
25
Star
31
Code
Issues
25
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-scraperlib
/
javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 1.15 KB
Breadcrumbs
python-scraperlib
/
javascript
/
package.json
Copy path
File metadata and controls
49 lines (49 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name"
:
"
@openzim/wombat-setup
"
,
"type"
:
"
module
"
,
"version"
:
"
0.1.0-dev.0
"
,
"license"
:
"
GPL-3.0-or-later
"
,
"author"
:
"
openZIM
"
,
"devDependencies"
: {
"@rollup/plugin-commonjs"
:
"
28.0.1
"
,
"@rollup/plugin-node-resolve"
:
"
15.3.0
"
,
"@rollup/plugin-strip"
:
"
^3.0.4
"
,
"@rollup/plugin-terser"
:
"
0.4.4
"
,
"ava"
:
"
^6.1.3
"
,
"babel-eslint"
:
"
^10.1.0
"
,
"eslint"
:
"
9.13.0
"
,
"eslint-config-prettier"
:
"
9.1.0
"
,
"prettier"
:
"
3.3.3
"
,
"rollup"
:
"
4.24.0
"
,
"rollup-plugin-version-injector"
:
"
^1.3.3
"
},
"scripts"
: {
"prettier-check"
:
"
prettier . --check
"
,
"prettier-fix"
:
"
prettier . --write
"
,
"eslint"
:
"
eslint .
"
,
"test"
:
"
ava --verbose
"
,
"build-prod"
:
"
rollup -c rollup.config.js
"
,
"build-dev"
:
"
DEV=1 rollup -c rollup.config.js
"
,
"build-dev-watch"
:
"
DEV=1 rollup --watch -c rollup.config.js
"
},
"prettier"
: {
"singleQuote"
:
true
},
"ava"
: {
"concurrency"
:
1
,
"verbose"
:
true
,
"serial"
:
true
,
"files"
: [
"
test/*.js
"
],
"sources"
: [
"
src/**/*
"
]
},
"dependencies"
: {
"uri-js"
:
"
^4.4.1
"
},
"engines"
: {
"node"
:
"
>=20.0.0 <21.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL