UNPKG

@technobuddha/library

Version:
32 lines 841 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": "./modulo.cjs", "module": "./modulo.mjs", "browser": "./modulo.cjs", "esnext": "./modulo.mjs", "typescript": "./modulo.ts", "types": "./modulo.d.ts" }