smarturl/package.json

53 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-10-21 14:51:53 +00:00
{
2023-07-11 15:17:19 +00:00
"name": "@push.rocks/smarturl",
2023-07-11 15:17:19 +00:00
"version": "3.0.7",
2020-03-27 13:40:03 +00:00
"private": false,
2024-04-14 16:31:19 +00:00
"description": "A library for parsing URLs in a detailed and flexible way.",
2020-03-27 13:40:03 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-07-26 22:40:18 +00:00
"type": "module",
2020-03-27 13:40:03 +00:00
"author": "Lossless GmbH",
2015-10-21 14:51:53 +00:00
"license": "MIT",
2020-03-27 13:40:03 +00:00
"scripts": {
2021-04-12 19:18:36 +00:00
"test": "(tstest test/ --web)",
2022-07-26 22:40:18 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2015-10-21 15:04:22 +00:00
},
2015-10-21 14:51:53 +00:00
"devDependencies": {
2023-04-17 12:41:23 +00:00
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
2022-07-26 22:40:18 +00:00
"@pushrocks/tapbundle": "^5.0.4",
2023-04-17 12:41:23 +00:00
"@types/node": "^18.15.11"
2020-03-27 13:40:03 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2021-04-12 19:18:36 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 16:31:19 +00:00
],
"keywords": [
"URL parsing",
"TypeScript",
"node.js",
"web development",
"URL manipulation",
"search parameters",
"HTTP",
"HTTPS"
2024-05-29 12:17:00 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smarturl",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smarturl.git"
}
2024-04-14 16:31:19 +00:00
}