@onlabsorg/stilo
Version:
Command line tool for managing olojs document packages
47 lines (46 loc) • 795 B
JSON
{
"name": "@sindresorhus/chunkify",
"version": "0.2.0",
"description": "Split an iterable into evenly sized chunks",
"license": "MIT",
"repository": "sindresorhus/chunkify",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"chunkify",
"chunk",
"chunks",
"chunked",
"chunking",
"array",
"iterable",
"iterator",
"generator",
"set",
"map",
"parts",
"split",
"size"
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
}
}