FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
uhtml/package.json at node-iterator · Smallscript-Corp/uhtml · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Smallscript-Corp
/
uhtml
Public
forked from
WebReflection/uhtml
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
uhtml
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
82 lines (82 loc) · 2.52 KB
Breadcrumbs
uhtml
/
package.json
Copy path
File metadata and controls
82 lines (82 loc) · 2.52 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name"
:
"
uhtml
"
,
"version"
:
"
2.7.5
"
,
"description"
:
"
A micro HTML/SVG render
"
,
"main"
:
"
cjs/index.js
"
,
"types"
:
"
index.d.ts
"
,
"scripts"
: {
"build"
:
"
node pony.js && npm run cjs && npm run rollup:async && npm run rollup:es && npm run rollup:babel && drop-babel-typeof ./index.js && npm run min && npm run test && npm run size
"
,
"cjs"
:
"
rm cjs/*.js && ascjs --no-default esm cjs
"
,
"rollup:async"
:
"
rollup --config rollup/async.config.js && sed -i.bck 's/^var /self./' async.js && rm -rf async.js.bck
"
,
"rollup:es"
:
"
rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck
"
,
"rollup:babel"
:
"
rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./' index.js && rm -rf index.js.bck
"
,
"min"
:
"
terser index.js -c -m -o min.js
"
,
"size"
:
"
cat min.js | brotli | wc -c && cat es.js | brotli | wc -c
"
,
"coveralls"
:
"
c8 report --reporter=text-lcov | coveralls
"
,
"test"
:
"
node test/coverage.init.js && c8 node test/coverage.js
"
},
"keywords"
: [
"
micro
"
,
"
HTML
"
,
"
render
"
],
"author"
:
"
Andrea Giammarchi
"
,
"license"
:
"
ISC
"
,
"devDependencies"
: {
"@babel/core"
:
"
^7.14.6
"
,
"@babel/preset-env"
:
"
^7.14.7
"
,
"@rollup/plugin-babel"
:
"
^5.3.0
"
,
"@rollup/plugin-node-resolve"
:
"
^13.0.0
"
,
"@ungap/degap"
:
"
^0.2.6
"
,
"ascjs"
:
"
^5.0.1
"
,
"c8"
:
"
^7.7.3
"
,
"coveralls"
:
"
^3.1.0
"
,
"drop-babel-typeof"
:
"
^1.0.3
"
,
"linkedom"
:
"
^0.9.5
"
,
"rollup"
:
"
^2.52.2
"
,
"rollup-plugin-includepaths"
:
"
^0.2.4
"
,
"rollup-plugin-terser"
:
"
^7.0.2
"
,
"terser"
:
"
^5.7.0
"
},
"dependencies"
: {
"@ungap/create-content"
:
"
^0.3.1
"
,
"async-tag"
:
"
^0.2.0
"
,
"jsx2tag"
:
"
^0.3.0
"
,
"uarray"
:
"
^1.0.0
"
,
"udomdiff"
:
"
^1.1.0
"
,
"uhandlers"
:
"
^0.5.0
"
,
"umap"
:
"
^1.0.2
"
,
"uparser"
:
"
^0.2.1
"
,
"uwire"
:
"
^1.1.0
"
},
"module"
:
"
./esm/index.js
"
,
"type"
:
"
module
"
,
"exports"
: {
"."
: {
"import"
:
"
./esm/index.js
"
,
"default"
:
"
./cjs/index.js
"
},
"./async"
: {
"import"
:
"
./esm/async.js
"
,
"default"
:
"
./cjs/async.js
"
},
"./init"
: {
"import"
:
"
./esm/init.js
"
,
"default"
:
"
./cjs/init.js
"
},
"./jsx"
: {
"import"
:
"
./esm/x.js
"
,
"default"
:
"
./cjs/x.js
"
},
"./package.json"
:
"
./package.json
"
},
"unpkg"
:
"
min.js
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/WebReflection/uhtml.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/WebReflection/uhtml/issues
"
},
"homepage"
:
"
https://github.com/WebReflection/uhtml#readme
"
}
Back
|
FazBrowse Home
|
New Git URL