Files
xen-orchestra/@xen-orchestra/async-map/package.json
Julien Fontanet 3f42199f8f feat(normalize-packages): dont use files field
A centralized npmignore is easier to use and maintain.
2021-04-23 14:47:34 +02:00

37 lines
805 B
JSON

{
"private": false,
"name": "@xen-orchestra/async-map",
"version": "0.1.2",
"license": "ISC",
"description": "Promise.all + map for all iterables",
"keywords": [
"array",
"async",
"iterable",
"map",
"settled",
"typescript"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/async-map",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/async-map",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"preferGlobal": false,
"engines": {
"node": ">=6"
},
"dependencies": {
"lodash": "^4.17.4"
},
"scripts": {
"postversion": "npm publish"
}
}