partitioninfo
Version:
Get information about a partition from an image file
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "partitioninfo",
"version": "6.0.3",
"description": "Get information about a partition from an image file",
"main": "build/partitioninfo.js",
"homepage": "https://github.com/balena-io-modules/partitioninfo",
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/partitioninfo.git"
},
"keywords": [
"partition",
"image",
"information",
"info"
],
"directories": {
"test": "tests"
},
"files": [
"build/*.js",
"build/*.d.ts",
"build/*.js.map",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"lint": "balena-lint --typescript lib tests typings",
"prettier": "balena-lint --fix --typescript lib tests typings",
"build": "tsc",
"test": "npm run lint && npm run build && mocha -r ts-node/register tests/**/*.spec.ts",
"readme": "jsdoc2md --template doc/README.hbs build/partitioninfo.js > README.md",
"prepublish": "npm run test && npm run readme"
},
"author": "Juan Cruz Viotti <juan@balena.io>",
"contributors": [
"Alexis Svinartchouk <alexis@balena.io>",
"Juan Cruz Viotti <juan@balena.io>"
],
"license": "MIT",
"devDependencies": {
"@balena/lint": "^6.2.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.0",
"chai": "^4.2.0",
"jsdoc-to-markdown": "^6.0.1",
"mocha": "^8.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"dependencies": {
"file-disk": "^8.0.1",
"gpt": "^2.0.4",
"mbr": "^1.1.3",
"tslib": "^2.0.0",
"typed-error": "^3.2.0"
},
"versionist": {
"publishedAt": "2022-05-16T07:40:37.982Z"
}
}