UNPKG

@technobuddha/library

Version:
32 lines 871 B
{ "name": "@technobuddha/library", "version": "1.9.0", "description": "A large library of useful functions", "keywords": [ "miscellaneous" ], "repository": { "type": "git", "url": "git+https://github.com/technobuddha/hill.software.git" }, "homepage": "https://github.com/technobuddha/hill.software/tree/main/packages/library#technobuddhalibrary", "bugs": { "url": "https://github.com/technobuddha/hill.software/issues", "email": "phil@technobuddha.com" }, "license": "MIT", "author": "Phil Hill <phil@technobuddha.com>", "engines": { "node": ">=14" }, "scripts": {}, "dependencies": { "lodash": "^4.17.21" }, "main": "./toTitleCase.cjs", "module": "./toTitleCase.mjs", "browser": "./toTitleCase.cjs", "esnext": "./toTitleCase.mjs", "typescript": "./toTitleCase.ts", "types": "./toTitleCase.d.ts" }