lik/package.json

79 lines
2.0 KiB
JSON
Raw Normal View History

2016-07-22 00:16:45 +02:00
{
2023-07-10 02:41:33 +02:00
"name": "@push.rocks/lik",
2025-04-25 19:15:23 +00:00
"version": "6.2.1",
2018-07-15 16:04:27 +02:00
"private": false,
2024-04-14 13:39:10 +02:00
"description": "Provides a collection of lightweight helpers and utilities for Node.js projects.",
2020-05-25 13:18:53 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-05-27 17:53:02 +02:00
"type": "module",
2016-07-22 00:16:45 +02:00
"scripts": {
2018-08-31 17:24:35 +02:00
"test": "(tstest test/)",
2023-01-18 17:45:19 +01:00
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
2016-07-22 00:16:45 +02:00
},
"repository": {
"type": "git",
2024-05-29 14:11:13 +02:00
"url": "https://code.foss.global/push.rocks/lik.git"
2016-07-22 00:16:45 +02:00
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/lik/issues"
},
2024-05-29 14:11:13 +02:00
"homepage": "https://code.foss.global/push.rocks/lik",
2017-06-30 17:11:47 +02:00
"devDependencies": {
2024-04-18 21:55:33 +02:00
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsbundle": "^2.0.15",
2023-11-09 21:17:13 +01:00
"@git.zone/tsrun": "^1.2.44",
2024-04-18 21:55:33 +02:00
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^22.13.9"
2017-06-30 17:11:47 +02:00
},
2016-07-22 00:16:45 +02:00
"dependencies": {
2023-11-09 21:17:13 +01:00
"@push.rocks/smartdelay": "^3.0.5",
2023-07-12 10:07:35 +02:00
"@push.rocks/smartmatch": "^2.0.0",
"@push.rocks/smartpromise": "^4.0.3",
2023-11-09 21:17:13 +01:00
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smarttime": "^4.0.6",
2023-01-18 12:18:47 +01:00
"@types/minimatch": "^5.1.2",
2023-11-09 21:17:13 +01:00
"@types/symbol-tree": "^3.2.5",
2019-08-02 16:38:08 +02:00
"symbol-tree": "^3.2.4"
2019-08-02 16:33:45 +02:00
},
"files": [
2020-02-06 11:11:16 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-05-25 13:18:53 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-06 11:11:16 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-02 16:33:45 +02:00
"cli.js",
"npmextra.json",
"readme.md"
2020-07-12 00:44:50 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 13:39:10 +02:00
],
"keywords": [
"Utilities",
"Helpers",
"Typescript",
"Node.js",
"String manipulation",
"Object management",
"Execution control",
"Data structures",
"Asynchronous programming",
"Event handling",
"Data aggregation"
],
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"mongodb-memory-server",
"puppeteer"
]
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
2024-10-13 20:40:40 +02:00
}