2020-11-09 05:30:35 -06:00
|
|
|
{
|
|
|
|
"private": false,
|
|
|
|
"name": "@vates/multi-key-map",
|
|
|
|
"description": "Create map with values affected to multiple keys",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"map"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/multi-key-map",
|
|
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
|
|
"repository": {
|
|
|
|
"directory": "@vates/multi-key-map",
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Vates SAS",
|
|
|
|
"url": "https://vates.fr"
|
|
|
|
},
|
|
|
|
"license": "ISC",
|
2023-11-28 02:30:32 -06:00
|
|
|
"version": "0.2.0",
|
2020-11-09 05:30:35 -06:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.10"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-10-24 03:05:51 -05:00
|
|
|
"postversion": "npm publish --access public",
|
|
|
|
"test": "node--test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"test": "^3.2.1"
|
2020-11-09 05:30:35 -06:00
|
|
|
}
|
|
|
|
}
|