@cjsa/arrify
Version:
Convert a value to an array
39 lines • 815 B
JSON
{
"name": "@cjsa/arrify",
"version": "3.0.0",
"description": "Convert a value to an array",
"license": "MIT",
"repository": "sindresorhus/arrify",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "commonjs",
"exports": "./dist-cjs/index.cjs",
"engines": {
"node": ">=12"
},
"files": [
"dist-cjs/*"
],
"keywords": [
"array",
"arrify",
"arrayify",
"convert",
"value",
"ensure"
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.39.1"
},
"types": "./dist-cjs/index.d.ts",
"scripts": {
"test": "pnpx jest",
"tocjs:patch-package-json": "pnpx patch-package-json arrify"
}
}