array-grouping-polyfill
Version:
proposal-array-grouping polyfill. Polyfill for array.prototype.groupBy and array.prototype.groupByMap
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "array-grouping-polyfill",
"version": "0.0.3",
"description": "proposal-array-grouping polyfill. Polyfill for array.prototype.groupBy and array.prototype.groupByMap",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"files": [
"/bin"
],
"keywords": [
"array",
"prototype",
"pollyfill",
"groupBy",
"groupByMap",
"Array.prototype.groupBy",
"Array.prototype.groupByMap",
"proposal",
"proposal-array-grouping",
"tc39/proposal-array-grouping",
"typescript",
"small",
"100-procent-coverage",
"types",
"typed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jaenster/array-group-by-polyfill.git"
},
"author": "Jaenster",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"jest": "^27.0.2",
"ts-jest": "^27.0.2",
"ts-node": "^8.6.2",
"typescript": "^4.5.5"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": ["ts", "tsx", "js"]
}
}