UNPKG

900 BJSONView Raw
1{
2 "name": "@lbu/stdlib",
3 "version": "0.0.86",
4 "description": "All kinds of utility functions",
5 "main": "./index.js",
6 "exports": "./index.js",
7 "types": "./index.d.ts",
8 "type": "module",
9 "keywords": [
10 "lbu",
11 "lightbase",
12 "stdlib",
13 "standard"
14 ],
15 "license": "MIT",
16 "dependencies": {
17 "@lbu/insight": "0.0.86",
18 "@types/node": "14.14.2",
19 "dotenv": "8.2.0",
20 "lodash.merge": "4.6.2"
21 },
22 "maintainers": [
23 {
24 "name": "Dirk de Visser",
25 "email": "dirkdev98@gmail.com"
26 },
27 {
28 "name": "Daniël Hansen"
29 }
30 ],
31 "homepage": "https://lbu.lightbase.nl",
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/lightbasenl/lbu.git",
35 "directory": "packages/stdlib"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "engines": {
41 "node": ">=14"
42 },
43 "gitHead": "1eba2e828ee95264336638ca0d751446fc9a5c36"
44}