Result for 804B39325A351FE5316A2DC93138A4220AB2D2D7

Query result

Key Value
CRC320F245A90
FileName./usr/lib/python3/dist-packages/rjsmin-1.0.12.egg-info
FileSize15943
MD5ECEA4A5B5FF96A850155903B0F29DDE8
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Server', 'Language': 'Multilanguage', 'MfgCode': '924', 'OpSystemCode': '599', 'ProductCode': '183706', 'ProductName': 'SUSE OpenStack Cloud x86_64 - 1 of 3', 'ProductVersion': '7'}
RDS:package_id222721
SHA-1804B39325A351FE5316A2DC93138A4220AB2D2D7
SHA-256E51B2996105F885E0E8A337D29F2D3290DAFE05BF22ED760A0D44E6CA85EE819
SHA-512A1B9509161F51031B1AE95A9E649093AE5849B34B983C23399DC94399831FB6F8DFAE502DB90E5BD96464353441CFD8AB0B5DCE84D3F824905B26E045899589B
SSDEEP384:99vlKM1zJlFvmNz5VrlkTS07H3qjQQ20gsxl:99TzJlFvAfxk1raF20n
SpecialCode
TLSHT10462962F768813B606C30262B75755C7F219903B3B59256831ACC22C2F67B7543FB6AD
dbnsrl_modern_rds
insert-timestamp1727040562.1031158
mimetypetext/plain
sourceRDS.db
tar:gnameroot
tar:unameroot
hashlookup:parent-total109
hashlookup:trust100

Network graph view

Parents (Total: 109)

The searched file hash is included in 109 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize17148
MD568FD56EFC467AEF14E896C3663F3DBC3
PackageDescriptionjavascript minifier written in Python - Python 2.7 rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 2.7 module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-rjsmin
PackageSectionpython
PackageVersion1.0.12+dfsg1-2ubuntu3
SHA-103E96FDF0F3FCF882D5E04674C619C2CB2292109
SHA-256AA831563ABE27F078098F33DB60C69C5DEA304C7FB93AFC252C1368534B5A3F6
Key Value
MD59079BF728307DF4F25E7E5ED25834349
PackageArchx86_64
PackageDescriptionrJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
PackageMaintainerFedora Project
PackageNamepython3-rjsmin
PackageRelease18.fc32
PackageVersion1.0.12
SHA-103ED95D85D9757E430AAC8A5F5C1473D5BDCBAC8
SHA-256C2F9775E17B7ED0420881CDE29EF256EED418084A34F3BDD7E2F308E1E741B14
Key Value
MD51C73DEF3C6120988FC9DC0A77AD0AFA8
PackageArchx86_64
PackageDescriptionrJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
PackageNamepython2-rjsmin
PackageRelease1.5
PackageVersion1.0.12
SHA-10F00369EA3635D3913DDD6EDDE59C99BB79B11A6
SHA-25651349E9FC17F517AB03D3E621840895FA913C6D4D9A49630D00B48A7E3FCE48A
Key Value
FileSize18292
MD57A36A60D591E7179EFFF790593F11404
PackageDescriptionjavascript minifier written in Python - Python 3.x rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to CR) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 3.x module.
PackageMaintainerPKG OpenStack <openstack-devel@lists.alioth.debian.org>
PackageNamepython3-rjsmin
PackageSectionpython
PackageVersion1.0.12+dfsg1-4+b2
SHA-110BACE7844C43EB80F3D791AD9E862212EC54D2E
SHA-256BF31800C66FCA4AC949FCAD6355599712DF0EF62DB63C1A8648BD761AE838E05
Key Value
MD5E52854FACACD30A97DF24734A1E406FA
PackageArchaarch64
PackageDescriptionrJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
PackageMaintainerFedora Project
PackageNamepython3-rjsmin
PackageRelease18.fc32
PackageVersion1.0.12
SHA-11220C2E977CAD0256C51DC178DE21793B9966725
SHA-25695A3A0DEB68038F266CDAF21E58F68EB49ED174E65603550A7BF124BB68A4325
Key Value
FileSize17392
MD57E9AFE5D69C424B289F83D5A3FA205DC
PackageDescriptionjavascript minifier written in Python - Python 3.x rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to CR) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 3.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-rjsmin
PackageSectionpython
PackageVersion1.0.12+dfsg1-4ubuntu1
SHA-1137CC8C61BC253575EA703FE941C880FBA38BE04
SHA-256166BD411B512D5771990D313027A7614EB8E28670CEF37AA606FA9123CE82C3D
Key Value
MD5122C91A8F873B79535FD48572AC645AC
PackageArchx86_64
PackageDescriptionrJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
PackageMaintainerFedora Project
PackageNamepython2-rjsmin
PackageRelease2.el7
PackageVersion1.0.12
SHA-116E46440CC22A26C9D2149438236AE95DB2DE673
SHA-256EA9D92D25D7F2BFB7DD508202CC8766A9410FD605A0582CBF87DC636A785FCC4
Key Value
FileSize18392
MD58F36C4B8838B073C28AD04EB4F3EBBC2
PackageDescriptionjavascript minifier written in Python - Python 2.7 rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to CR) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 2.7 module.
PackageMaintainerPKG OpenStack <openstack-devel@lists.alioth.debian.org>
PackageNamepython-rjsmin
PackageSectionpython
PackageVersion1.0.12+dfsg1-4+b2
SHA-1193472051CF857E0ECD2BF199D57DCAB19B866EB
SHA-25636D524B9C05762384A2A217F3B78D3866AAF08A45740B5CCF7FF9DD0A8195B34
Key Value
FileSize18436
MD5A7130C164771BCC6A2A6FCB06112E01F
PackageDescriptionjavascript minifier written in Python - Python 2.7 rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to CR) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 2.7 module.
PackageMaintainerPKG OpenStack <openstack-devel@lists.alioth.debian.org>
PackageNamepython-rjsmin
PackageSectionpython
PackageVersion1.0.12+dfsg1-4+b2
SHA-11B49022196DB209E504C91AE57B8E27B3FC2F455
SHA-256A405A46110A8AB16365E6B1E629AA91EE5A3F115BE2C73DCBD38ECB15F760D99
Key Value
MD513A95B6FC49EDA93C798056684BCFAB9
PackageArchx86_64
PackageDescriptionrJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
PackageNamepython3-rjsmin
PackageReleaselp150.1.3
PackageVersion1.0.12
SHA-11B7CA71980C4CCAB1FE8BC3F7D1EBD48AB0D110E
SHA-2568C9A8E9219D4637A3FC9E668A6BC60989EB8A2B3898B7FAF83076E6E26AC21E0