Dimensione: 1878
Commento: creata
|
Dimensione: 3806
Commento: commands
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 2: | Linea 2: |
<<Indice>> | |
Linea 3: | Linea 4: |
In questa pagina vengono riportati informazioni sul lavoro di packaging di [[https://github.com/LeoIannacone/debomatic-webui|debomatic-webui]]. | In questa pagina vengono riportate informazioni sul lavoro di packaging di [[https://github.com/LeoIannacone/debomatic-webui|debomatic-webui]]. |
Linea 7: | Linea 8: |
cmd: | == Table == ||'''name'''||'''npm'''||'''debian'''||'''task'''|| ||ejs ||1.0.0 ||0.8.4-3 || || ||express ||3.5.1 ||2.5.9-2 || || ||buffer-crc32 ||0.2.1 ||0.2.1-1 || || ||commander ||2.1.0 ||2.0.0-1 || || ||keypress ||0.2.1 ||0.1.0-2 || || ||connect ||2.14.3 ||1.7.3-1 || || ||batch ||0.5.0 || || || ||bytes ||0.3.0 ||0.2.1-1 || || ||multiparty ||3.2.3 ||2.2.0-1 || || ||readable-stream ||1.0.26-2 || || || ||core-util-is ||1.0.1 || || || ||debuglog ||1.0.1 || || || ||string_decoder ||0.10.25-1 || || || ||stream-counter ||0.2.0 || || || ||negotiator ||0.4.2 ||0.3.0-1 || || ||pause ||0.0.1 || || || ||qs ||0.6.6 ||0.6.5-1 || || ||raw-body ||1.1.3 ||0.0.3-1 || || ||uid2 ||0.0.3 || || || ||cookie ||0.1.1 ||0.1.0-1 || || ||cookie-signature ||1.0.3 ||1.0.1-1 || || ||debug ||0.7.4 ||0.6.0-1 || || ||fresh ||0.2.2 ||0.2.0-1 || || ||merge-descriptors ||0.0.2 || || || ||methods ||0.1.0 || || || ||mkdirp ||0.3.5 ||0.3.5-1 || || ||range-parser ||1.0.0 ||0.0.4+git7d1cd72a-1 || || ||send ||0.2.0 ||0.1.4-1 || || ||mime ||1.2.11 ||1.2.11-1 || || ||socket.io ||0.9.16 || || || ||base64id ||0.1.0 ||0.1.0-2 || || ||policyfile ||0.0.5 ||0.0.5-2 || || ||redis ||0.10.1 || || || ||socket.io-client ||0.9.16 || || || ||active-x-obfuscator ||0.0.2 ||0.0.2-1 || || ||zeparser ||0.0.7 ||0.0.7+dfsg-1 || || ||uglify-js ||2.4.13 || || || ||ws ||0.4.31 || || || ||commander ||2.1.0 ||2.0.0-1 || || ||nan ||0.8.0 ||0.3.2-1 || || ||options ||0.0.5 || || || ||tinycolor ||0.0.1 ||0.0.1~git20130725-1 || || ||xmlhttprequest ||1.6.0 ||1.6.0-1 || || ||tail ||0.3.5 || || || == Tree == |
Linea 9: | Linea 57: |
find -name node_modules| while read line ; do find $line -type d -maxdepth 1 ; done | grep -v .bin | grep -v 'node_modules$' | sort | sed 's#node_modules/##g' | sed 's#/#||#g' | sed 's#^.##g' | sed 's/$/||/' | webomatic-webui ├── ejs ├── express │ ├── buffer-crc32 │ ├── commander │ │ └── keypress │ ├── connect │ │ ├── batch │ │ ├── bytes │ │ ├── multiparty │ │ │ ├── readable-stream │ │ │ │ ├── core-util-is │ │ │ │ ├── debuglog │ │ │ │ └── string_decoder │ │ │ └── stream-counter │ │ ├── negotiator │ │ ├── pause │ │ ├── qs │ │ ├── raw-body │ │ └── uid2 │ ├── cookie │ ├── cookie-signature │ ├── debug │ ├── fresh │ ├── merge-descriptors │ ├── methods │ ├── mkdirp │ ├── range-parser │ └── send │ └── mime ├── socket.io │ ├── base64id │ ├── policyfile │ ├── redis │ └── socket.io-client │ ├── active-x-obfuscator │ │ └── zeparser │ ├── uglify-js │ ├── ws │ │ ├── commander │ │ ├── nan │ │ ├── options │ │ └── tinycolor │ └── xmlhttprequest └── tail |
Linea 12: | Linea 104: |
||ejs|| ||express|| ||express||buffer-crc32|| ||express||commander|| ||express||commander||keypress|| ||express||connect|| ||express||connect||batch|| ||express||connect||bytes|| ||express||connect||multiparty|| ||express||connect||multiparty||readable-stream|| ||express||connect||multiparty||readable-stream||core-util-is|| ||express||connect||multiparty||readable-stream||debuglog|| ||express||connect||multiparty||readable-stream||string_decoder|| ||express||connect||multiparty||stream-counter|| ||express||connect||negotiator|| ||express||connect||pause|| ||express||connect||qs|| ||express||connect||raw-body|| ||express||connect||uid2|| ||express||cookie|| ||express||cookie-signature|| ||express||debug|| ||express||fresh|| ||express||merge-descriptors|| ||express||methods|| ||express||mkdirp|| ||express||range-parser|| ||express||send|| ||express||send||mime|| ||socket.io|| ||socket.io||base64id|| ||socket.io||policyfile|| ||socket.io||redis|| ||socket.io||socket.io-client|| ||socket.io||socket.io-client||active-x-obfuscator|| ||socket.io||socket.io-client||active-x-obfuscator||zeparser|| ||socket.io||socket.io-client||uglify-js|| ||socket.io||socket.io-client||ws|| ||socket.io||socket.io-client||ws||commander|| ||socket.io||socket.io-client||ws||nan|| ||socket.io||socket.io-client||ws||options|| ||socket.io||socket.io-client||ws||tinycolor|| ||socket.io||socket.io-client||xmlhttprequest|| ||tail|| |
== Commands == {{{ function table_npm_debian () { only_name | while read line ; do echo "||$line ||`npm info $line version` ||`apt-cache madison node-$line | grep Source | awk '{print $3}'` || ||" ; done } function only_name () { tree | rev | cut -d'/' -f1 | rev } function tree () { find -name node_modules| while read line ; do find $line -type d -maxdepth 1 ; done | grep -v .bin | grep -v 'node_modules$' | sort | sed 's#node_modules/##g' | sed 's#^./##g' } }}} |
Informazioni
Indice
In questa pagina vengono riportate informazioni sul lavoro di packaging di debomatic-webui.
Dipendenze
Table
name |
npm |
debian |
task |
ejs |
1.0.0 |
0.8.4-3 |
|
express |
3.5.1 |
2.5.9-2 |
|
buffer-crc32 |
0.2.1 |
0.2.1-1 |
|
commander |
2.1.0 |
2.0.0-1 |
|
keypress |
0.2.1 |
0.1.0-2 |
|
connect |
2.14.3 |
1.7.3-1 |
|
batch |
0.5.0 |
|
|
bytes |
0.3.0 |
0.2.1-1 |
|
multiparty |
3.2.3 |
2.2.0-1 |
|
readable-stream |
1.0.26-2 |
|
|
core-util-is |
1.0.1 |
|
|
debuglog |
1.0.1 |
|
|
string_decoder |
0.10.25-1 |
|
|
stream-counter |
0.2.0 |
|
|
negotiator |
0.4.2 |
0.3.0-1 |
|
pause |
0.0.1 |
|
|
qs |
0.6.6 |
0.6.5-1 |
|
raw-body |
1.1.3 |
0.0.3-1 |
|
uid2 |
0.0.3 |
|
|
cookie |
0.1.1 |
0.1.0-1 |
|
cookie-signature |
1.0.3 |
1.0.1-1 |
|
debug |
0.7.4 |
0.6.0-1 |
|
fresh |
0.2.2 |
0.2.0-1 |
|
merge-descriptors |
0.0.2 |
|
|
methods |
0.1.0 |
|
|
mkdirp |
0.3.5 |
0.3.5-1 |
|
range-parser |
1.0.0 |
0.0.4+git7d1cd72a-1 |
|
send |
0.2.0 |
0.1.4-1 |
|
mime |
1.2.11 |
1.2.11-1 |
|
socket.io |
0.9.16 |
|
|
base64id |
0.1.0 |
0.1.0-2 |
|
policyfile |
0.0.5 |
0.0.5-2 |
|
redis |
0.10.1 |
|
|
socket.io-client |
0.9.16 |
|
|
active-x-obfuscator |
0.0.2 |
0.0.2-1 |
|
zeparser |
0.0.7 |
0.0.7+dfsg-1 |
|
uglify-js |
2.4.13 |
|
|
ws |
0.4.31 |
|
|
commander |
2.1.0 |
2.0.0-1 |
|
nan |
0.8.0 |
0.3.2-1 |
|
options |
0.0.5 |
|
|
tinycolor |
0.0.1 |
0.0.1~git20130725-1 |
|
xmlhttprequest |
1.6.0 |
1.6.0-1 |
|
tail |
0.3.5 |
|
|
Tree
webomatic-webui ├── ejs ├── express │ ├── buffer-crc32 │ ├── commander │ │ └── keypress │ ├── connect │ │ ├── batch │ │ ├── bytes │ │ ├── multiparty │ │ │ ├── readable-stream │ │ │ │ ├── core-util-is │ │ │ │ ├── debuglog │ │ │ │ └── string_decoder │ │ │ └── stream-counter │ │ ├── negotiator │ │ ├── pause │ │ ├── qs │ │ ├── raw-body │ │ └── uid2 │ ├── cookie │ ├── cookie-signature │ ├── debug │ ├── fresh │ ├── merge-descriptors │ ├── methods │ ├── mkdirp │ ├── range-parser │ └── send │ └── mime ├── socket.io │ ├── base64id │ ├── policyfile │ ├── redis │ └── socket.io-client │ ├── active-x-obfuscator │ │ └── zeparser │ ├── uglify-js │ ├── ws │ │ ├── commander │ │ ├── nan │ │ ├── options │ │ └── tinycolor │ └── xmlhttprequest └── tail
Commands
function table_npm_debian () { only_name | while read line ; do echo "||$line ||`npm info $line version` ||`apt-cache madison node-$line | grep Source | awk '{print $3}'` || ||" ; done } function only_name () { tree | rev | cut -d'/' -f1 | rev } function tree () { find -name node_modules| while read line ; do find $line -type d -maxdepth 1 ; done | grep -v .bin | grep -v 'node_modules$' | sort | sed 's#node_modules/##g' | sed 's#^./##g' }