zip-part-stream
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
// Generated by CoffeeScript 2.7.0 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var CombinedStream, DEFLATE_END, DeflateCRC32Stream, DeflatePartStream, ZIP_CD_DISK_START, ZIP_CD_EXTERNAL_ATT, ZIP_CD_FILE_COMM_LEN, ZIP_CD_INTERNAL_ATT, ZIP_CD_SIGNATURE, ZIP_CD_VERSION, ZIP_COMPRESSION_DEFLATE, ZIP_ECD_COMM_LEN, ZIP_ECD_DISK_NUM, ZIP_ECD_SIGNATURE, ZIP_ECD_SIZE, ZIP_ENTRY_EXTRAFIELD_LEN, ZIP_ENTRY_SIGNATURE, ZIP_FLAGS, ZIP_VERSION, centralDirectoryLength, crcUtils, create, createCDRecord, createEndOfCDRecord, createEntry, createFileHeader, dosFormatDate, dosFormatTime, fileHeaderLength, getCombinedCrc, iob, totalLength; |
{ | ||
"name": "zip-part-stream", | ||
"version": "1.0.3", | ||
"version": "2.0.0-build-support-node-18-7df21d31c67ff982bf50e9490837ee3ac2b360d1-1", | ||
"description": "Create zip from multiple pre-compressed partial files.", | ||
"author": "Balena Ltd. <hello@balena.io>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
@@ -12,5 +14,7 @@ "prepare": "./node_modules/.bin/coffee -c index.coffee", | ||
], | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
"@balena/node-crc-utils": "^2.0.0", | ||
"@balena/node-crc-utils": "^3.0.0", | ||
"combined-stream": "^1.0.8", | ||
@@ -25,3 +29,6 @@ "crc32-stream": "^4.0.0" | ||
"mocha": "^8.1.3" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2023-01-20T16:46:35.760Z" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
-50%11747
-5.99%3
-25%2
100%+ Added
- Removed