64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "@push.rocks/smartstring",
|
|
"version": "4.0.15",
|
|
"private": false,
|
|
"description": "A library for handling strings in smart ways, including manipulation and encoding, with TypeScript support.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartstring.git"
|
|
},
|
|
"keywords": [
|
|
"string manipulation",
|
|
"encode",
|
|
"decode",
|
|
"base64",
|
|
"indentation",
|
|
"normalization",
|
|
"regex",
|
|
"random string",
|
|
"cryptographic string",
|
|
"domain parsing",
|
|
"git repository parsing",
|
|
"docker environment parsing"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/push.rocks/smartstring/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartstring",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.72",
|
|
"@git.zone/tsrun": "^1.2.42",
|
|
"@git.zone/tstest": "^2.3.7",
|
|
"@types/node": "^20.11.24"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/isounique": "^1.0.5"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
}
|