winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

package.json.backup (1126B)


      1 {
      2   "name": "@ronomon/pure",
      3   "version": "1.0.4",
      4   "description": "Checks zip files for zip bombs, dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.",
      5   "main": "binding.node",
      6   "files": [
      7     "AUTHORS",
      8     "binding.c",
      9     "binding.gyp",
     10     "make-errors.js",
     11     "make-signatures.js",
     12     "make-tests.js",
     13     "pure",
     14     "pure.h",
     15     "pure_constants.h",
     16     "pure_errors.h",
     17     "pure_routines.h",
     18     "pure_signatures.h",
     19     "test.js",
     20     "zlib/*"
     21   ],
     22   "repository": {
     23     "type": "git",
     24     "url": "git+https://github.com/ronomon/pure.git"
     25   },
     26   "keywords": [],
     27   "author": "Joran Dirk Greef",
     28   "license": "MIT",
     29   "bugs": {
     30     "url": "https://github.com/ronomon/pure/issues"
     31   },
     32   "homepage": "https://github.com/ronomon/pure#readme",
     33   "scripts": {
     34     "prepublishOnly": "rm -f binding.node",
     35     "postinstall": "node-gyp clean",
     36     "test": "node test.js"
     37   }
     38 }