mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
31 lines
720 B
JSON
31 lines
720 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/json-hash",
|
|
"description": "Compute a stable hash from a JSON-ifiable value",
|
|
"keywords": [
|
|
"hash",
|
|
"json",
|
|
"stable"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/json-hash",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/json-hash",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"license": "ISC",
|
|
"version": "0.2.0",
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
}
|
|
}
|