2016-02-23 07:06:54 +01:00
|
|
|
{
|
2023-08-18 13:12:25 +02:00
|
|
|
"name": "@push.rocks/smartstring",
|
2025-09-12 18:57:32 +00:00
|
|
|
"version": "4.1.0",
|
2018-07-21 14:37:39 +02:00
|
|
|
"private": false,
|
2024-04-14 18:26:18 +02:00
|
|
|
"description": "A library for handling strings in smart ways, including manipulation and encoding, with TypeScript support.",
|
2020-12-31 03:56:40 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-18 22:50:24 +01:00
|
|
|
"type": "module",
|
2016-02-23 07:06:54 +01:00
|
|
|
"scripts": {
|
2018-08-14 00:19:32 +02:00
|
|
|
"test": "(tstest test/)",
|
2022-09-13 19:23:11 +02:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-02-23 07:06:54 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-29 14:16:41 +02:00
|
|
|
"url": "https://code.foss.global/push.rocks/smartstring.git"
|
2016-02-23 07:06:54 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-04-14 18:26:18 +02:00
|
|
|
"string manipulation",
|
|
|
|
"encode",
|
|
|
|
"decode",
|
|
|
|
"base64",
|
|
|
|
"indentation",
|
|
|
|
"normalization",
|
2016-02-23 07:06:54 +01:00
|
|
|
"regex",
|
2024-04-14 18:26:18 +02:00
|
|
|
"random string",
|
|
|
|
"cryptographic string",
|
|
|
|
"domain parsing",
|
|
|
|
"git repository parsing",
|
|
|
|
"docker environment parsing"
|
2016-02-23 07:06:54 +01:00
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-12-27 21:57:45 +01:00
|
|
|
"url": "https://gitlab.com/push.rocks/smartstring/issues"
|
2016-02-23 07:06:54 +01:00
|
|
|
},
|
2024-05-29 14:16:41 +02:00
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartstring",
|
2016-02-23 07:06:54 +01:00
|
|
|
"devDependencies": {
|
2024-03-01 23:34:43 +01:00
|
|
|
"@git.zone/tsbuild": "^2.1.72",
|
2023-08-31 16:31:23 +02:00
|
|
|
"@git.zone/tsrun": "^1.2.42",
|
2025-09-12 18:57:31 +00:00
|
|
|
"@git.zone/tstest": "^2.3.7",
|
2024-03-01 23:34:43 +01:00
|
|
|
"@types/node": "^20.11.24"
|
2016-02-23 07:06:54 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-09-12 18:57:31 +00:00
|
|
|
"@push.rocks/isounique": "^1.0.5"
|
2019-10-10 18:14:07 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-12-31 03:56:40 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-10-10 18:14:07 +02:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-12-31 03:56:40 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2025-09-12 18:57:31 +00:00
|
|
|
],
|
|
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
|
|
}
|