Key | Value |
---|---|
FileName | snap-hashlookup-import/lib/node_modules/ethercalc/node_modules/zappajs/node_modules/uglify-js/lib/utils.js |
FileSize | 9101 |
MD5 | 2DFB6C01023DEC5198516C9519EC1F0B |
SHA-1 | 77A391D06875DE8C57FB3A41C251FDF48F32F01D |
SHA-256 | 9A3D54CFE4B51AF3CE7937BC3D0E95650B892B853227A11A39591E67D09FC38C |
SHA-512 | 6F8AE92B4107577365FE607915EAE7747020E9830ACF437DFA52F208CC4E96875DB7D858383C810C7788909D07F5CFBFCEAA26344CA25DCE34C9C67772F0B210 |
SSDEEP | 192:porsMrsFo3Uy3X+JOYi71CKQuQhHCdCfdPymkF4Ce6LUgH6uRSV3J/OhXXsQ5GKv:CrsMrsFinX0NCeBp0lD |
TLSH | T13512ED482EE36C595253B07D5A6F94C9F2798807241DDD44BA0DB1D41FAD83882FEEEC |
insert-timestamp | 1727105951.228374 |
mimetype | text/plain |
source | snap:GxJ1NuCYOYWy8I9t8PuP4sDX9Mkl1rwe_2 |
hashlookup:parent-total | 7 |
hashlookup:trust | 85 |
The searched file hash is included in 7 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 42D397C513AF3D4F66D55BFFCC4C94E1 |
PackageArch | noarch |
PackageDescription | JavaScript parser, mangler/compressor and beautifier toolkit. This package ships a JavaScript library suitable for use by any JavaScript runtime. |
PackageMaintainer | Fedora Project |
PackageName | js-uglify |
PackageRelease | 5.el7 |
PackageVersion | 2.4.13 |
SHA-1 | 076291189B7450F163BB371672161044547EAA83 |
SHA-256 | DA93DC71989ECEDC4591BAD8518A41D85C572455375B90F0E8975E21F2D88C7B |
Key | Value |
---|---|
SHA-1 | F8BC61A91375DBDEF67C64AE7497C48C2789338C |
snap-authority | canonical |
snap-filename | AAzSaltzGUrZl3l2a1PU52eXLX0tIq4T_9.snap |
snap-id | AAzSaltzGUrZl3l2a1PU52eXLX0tIq4T_9 |
snap-name | rocket-territori-server |
snap-publisher-id | xabFAcjGufQcPgBkk9HlUUVniZ8xnPNI |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-04-05T10:14:49.332471Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/AAzSaltzGUrZl3l2a1PU52eXLX0tIq4T_9.snap |
Key | Value |
---|---|
FileSize | 69924 |
MD5 | 765CEDA4C476101FFC5880DE7F7BA538 |
PackageDescription | JavaScript parser, mangler/compressor and beautifier toolkit UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code: . * A parser which produces an abstract syntax tree (AST) from JavaScript code. * A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. * A compressor (optimizer) - it uses the transformer API to optimize an AST into a smaller one. * A mangler - reduce names of local variables to (usually) single-letters. * A scope analyzer, which is a tool that augments the AST with information about where variables are defined/referenced etc. * A tree walker - a simple API allowing you to do something on every node in the AST. * A tree transformer - another API intended to transform the tree. . All the above utilities and APIs are defined in ~6500 lines of code (except for the effective generation of the source-map, which is handled by the source-map module). Compared to alternatives, UglifyJS is pretty small. |
PackageMaintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
PackageName | node-uglify |
PackageSection | web |
PackageVersion | 2.4.15-1 |
SHA-1 | FE63EED6B3578C827304AC982DA6EFEC492FB571 |
SHA-256 | 3E8643F1A2F8878477B8469344C51C94DBDC2541B26E963A5337BF43A450A544 |
Key | Value |
---|---|
SHA-1 | B1271FBD63F82F0BA32A21F3F7ED1A0AF1313102 |
snap-authority | canonical |
snap-filename | tq2Qkz3cRfAEB4ChX5XIYACXdReAuq99_3.snap |
snap-id | tq2Qkz3cRfAEB4ChX5XIYACXdReAuq99_3 |
snap-name | fudao-server |
snap-publisher-id | KLW4W1jtrQ1Qu3P65uFJCczj2NoGelKo |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2017-04-03T03:19:35.716513Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/tq2Qkz3cRfAEB4ChX5XIYACXdReAuq99_3.snap |
Key | Value |
---|---|
MD5 | 955B401818F96F3C3FEF900276926DFC |
PackageArch | noarch |
PackageDescription | JavaScript parser, mangler/compressor and beautifier toolkit. This package ships a JavaScript library suitable for use by any JavaScript runtime. |
PackageMaintainer | Fedora Project |
PackageName | js-uglify |
PackageRelease | 5.el6 |
PackageVersion | 2.4.13 |
SHA-1 | 637DE155CD066A35EB99DBA4C2D8DC93EDB3F39D |
SHA-256 | E0F564F39CC327081F360707DD45FD16A4A733656EF18E50CF0DE07677E998E9 |
Key | Value |
---|---|
FileSize | 66776 |
MD5 | 2F6C0A6C42578847DA7C5EA916E37471 |
PackageDescription | JavaScript parser, mangler/compressor and beautifier toolkit UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code: . * A parser which produces an abstract syntax tree (AST) from JavaScript code. * A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. * A compressor (optimizer) - it uses the transformer API to optimize an AST into a smaller one. * A mangler - reduce names of local variables to (usually) single-letters. * A scope analyzer, which is a tool that augments the AST with information about where variables are defined/referenced etc. * A tree walker - a simple API allowing you to do something on every node in the AST. * A tree transformer - another API intended to transform the tree. . All the above utilities and APIs are defined in ~6500 lines of code (except for the effective generation of the source-map, which is handled by the source-map module). Compared to alternatives, UglifyJS is pretty small. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | node-uglify |
PackageSection | web |
PackageVersion | 2.4.15-5 |
SHA-1 | 69DFAFD6B723DB700C8A75920016ECE34A5B9200 |
SHA-256 | A5CF5007B2E55B193C65EB8B67C8C8E8E5BB008EF4A791629F9BB27DCDDF687B |
Key | Value |
---|---|
SHA-1 | 8A5B024A53DFEF0C56BB26BD60904EC632644388 |
snap-authority | canonical |
snap-filename | GxJ1NuCYOYWy8I9t8PuP4sDX9Mkl1rwe_2.snap |
snap-id | GxJ1NuCYOYWy8I9t8PuP4sDX9Mkl1rwe_2 |
snap-name | ethercalc-dholbach |
snap-publisher-id | 31bkQMaLgPOIy7gIuXz9cA6EwIY3p444 |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2016-09-14T14:09:04.654164Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/GxJ1NuCYOYWy8I9t8PuP4sDX9Mkl1rwe_2.snap |