2016-02-23 06:06:54 +00:00
|
|
|
{
|
2023-08-18 11:12:25 +00:00
|
|
|
"name": "@push.rocks/smartstring",
|
2023-08-31 14:31:24 +00:00
|
|
|
"version": "4.0.9",
|
2018-07-21 12:37:39 +00:00
|
|
|
"private": false,
|
2016-05-25 07:10:43 +00:00
|
|
|
"description": "handle strings in smart ways. TypeScript ready.",
|
2020-12-31 03:56:40 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-18 21:50:24 +00:00
|
|
|
"type": "module",
|
2016-02-23 06:06:54 +00:00
|
|
|
"scripts": {
|
2018-08-13 22:19:32 +00:00
|
|
|
"test": "(tstest test/)",
|
2022-09-13 17:23:11 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-29 19:37:49 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"regex",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-29 19:37:49 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartstring/issues"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
2016-05-29 19:37:49 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
|
2016-02-23 06:06:54 +00:00
|
|
|
"devDependencies": {
|
2023-08-31 14:31:23 +00:00
|
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
|
|
"@git.zone/tsrun": "^1.2.42",
|
|
|
|
"@git.zone/tstest": "^1.0.74",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
|
|
"@types/node": "^20.5.7"
|
2016-02-23 06:06:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-18 11:12:25 +00:00
|
|
|
"@push.rocks/isounique": "^1.0.5",
|
|
|
|
"@push.rocks/smartenv": "^5.0.5",
|
2022-03-18 21:50:24 +00:00
|
|
|
"@types/randomatic": "^3.1.3",
|
|
|
|
"buffer": "^6.0.3",
|
2023-06-26 08:01:23 +00:00
|
|
|
"crypto-random-string": "^5.0.0",
|
|
|
|
"js-base64": "^3.7.5",
|
2022-03-18 21:50:24 +00:00
|
|
|
"normalize-newline": "^4.1.0",
|
2018-11-28 20:01:13 +00:00
|
|
|
"randomatic": "^3.1.1",
|
2022-03-18 21:50:24 +00:00
|
|
|
"strip-indent": "^4.0.0",
|
2023-06-26 08:01:23 +00:00
|
|
|
"url": "^0.11.1"
|
2019-10-10 16:14:07 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-12-31 03:56:40 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-10-10 16:14:07 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-12-31 03:56:40 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-10-10 16:14:07 +00:00
|
|
|
]
|
2023-08-18 11:12:26 +00:00
|
|
|
}
|