Skip to main content
Module

x/arrays/package.json

Provides utility methods for common Array operations
Go to Latest
File
{ "name": "ts-arrays", "version": "1.0.2", "description": "Provides utility methods for common Array operations.", "main": "mod.ts", "scripts": { "test": "yarn test:jest && yarn test:deno", "test:jest": "jest jest.local.test.ts --coverage", "test:deno": "deno test deno.remote.test.ts --reload", "release": "node node_modules/np/source/cli.js", "docs": "mkdir src && cp mod.ts src/ && sed -i 's,https://deno.land/x/arrays/mod.ts,array-utils,g' src/mod.ts && ./node_modules/typedoc/bin/typedoc --mode file --out docs src/ && rm -rf src/ && touch docs/.nojekyll" }, "repository": { "type": "git", "url": "git+https://github.com/damianperera/array-utils.git" }, "keywords": [ "array", "utils", "typescript" ], "author": "Damian Perera <damianperera@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/damianperera/array-utils/issues" }, "homepage": "https://github.com/damianperera/array-utils#readme", "devDependencies": { "@types/jest": "^25.2.3", "@types/node": "^14.0.5", "jest": "^26.0.1", "jest-cli": "^26.0.1", "np": "^6.2.3", "ts-jest": "^26.0.0", "typedoc": "^0.17.7", "typescript": "^3.9.3" }}