0.0.5 • Published 8 years ago

signed-tar-manifest v0.0.5

Weekly downloads
23
License
VOL
Repository
github
Last release
8 years ago

signed-tar-manifest

Simple manifest generator to act as the authoritative implementation of the signed tar manifest specs.

var makeManifest = require('signed-tar-manifest')
var options = {
	key: '751306bfafae00f2417a7b7c7b7750e263838dc1',
	files: [
		{
			hash: '84784533571ed086a3cdff9fd41f89b43863a7314660442616fd02ee51a9608b',
			file: 'file.ext'
		}, {
			hash: '3de4c18609d8069edf84538a0b4d27140565b72f894c35701a3a737353cb5fe3',
			file: 'folder path/file.ext'
		}
	]
}
var manifest = makeManifest(options)

The output of this would look like:

[manifest]
key=751306bfafae00f2417a7b7c7b7750e263838dc1
84784533571ed086a3cdff9fd41f89b43863a7314660442616fd02ee51a9608b=file.ext
3de4c18609d8069edf84538a0b4d27140565b72f894c35701a3a737353cb5fe3=folder path/file.ext

license

Licensed under the VOL.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago