1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
version=4
opts=\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-string-width-$1/ \
https://github.com/sindresorhus/string-width/tags .*/archive/.*/v?(4[\d\.]+).tar.gz group
opts=\
ctype=nodejs,\
component=emoji-regex,\
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-emoji-regex-$1/ \
https://github.com/mathiasbynens/emoji-regex/tags .*/archive/.*/v?(9[\d\.]+).tar.gz checksum
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
opts="searchmode=plain,component=types-string-width,ctype=nodejs,pgpmode=none,filenamemangle=s/^.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-types-string-width-$1/" \
https://registry.npmjs.org/@types/string-width https://registry.npmjs.org/@types/string-width/-/string-width-([\d\.]+)@ARCHIVE_EXT@ checksum
|