2023-03-19 15:37:07 +00:00
|
|
|
{
|
2023-03-30 17:12:27 +01:00
|
|
|
"name": "@joplin/utils",
|
2024-10-30 23:43:11 +00:00
|
|
|
"version": "3.2.0",
|
2023-03-30 17:12:27 +01:00
|
|
|
"description": "Utilities for Joplin",
|
|
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
2024-04-26 16:07:16 +01:00
|
|
|
"./bytes": "./dist/bytes.js",
|
2024-03-02 15:29:18 +00:00
|
|
|
"./dom": "./dist/dom.js",
|
2023-08-05 18:26:12 +01:00
|
|
|
"./env": "./dist/env.js",
|
2024-03-02 14:25:27 +00:00
|
|
|
"./object": "./dist/object.js",
|
2023-08-23 19:10:58 +01:00
|
|
|
"./fs": "./dist/fs.js",
|
2023-08-21 16:01:20 +01:00
|
|
|
"./html": "./dist/html.js",
|
2023-12-26 11:19:29 +00:00
|
|
|
"./Logger": "./dist/Logger.js",
|
|
|
|
"./markdown": "./dist/markdown.js",
|
2023-08-23 19:10:58 +01:00
|
|
|
"./net": "./dist/net.js",
|
|
|
|
"./time": "./dist/time.js",
|
|
|
|
"./types": "./dist/types.js",
|
2024-01-18 03:20:10 -08:00
|
|
|
"./url": "./dist/url.js",
|
|
|
|
"./path": "./dist/path.js"
|
2023-03-30 17:12:27 +01:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2024-01-26 20:19:28 +00:00
|
|
|
"build": "yarn tsc",
|
2023-03-30 17:12:27 +01:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
|
|
|
"test": "jest --verbose=false",
|
|
|
|
"test-ci": "yarn test"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2024-07-02 20:40:42 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.52",
|
2024-09-01 21:11:21 +01:00
|
|
|
"async-mutex": "0.5.0",
|
2024-10-25 00:16:25 +00:00
|
|
|
"dayjs": "1.11.12",
|
2023-04-04 12:04:42 +02:00
|
|
|
"execa": "5.1.1",
|
2024-01-08 11:53:28 +00:00
|
|
|
"fs-extra": "11.2.0",
|
2024-10-11 03:01:00 +00:00
|
|
|
"glob": "10.4.5",
|
2023-08-21 16:01:20 +01:00
|
|
|
"html-entities": "1.4.0",
|
2023-12-26 11:19:29 +00:00
|
|
|
"markdown-it": "13.0.2",
|
2024-02-09 12:14:30 +00:00
|
|
|
"moment": "2.30.1",
|
2023-07-27 16:05:56 +01:00
|
|
|
"node-fetch": "2.6.7",
|
2023-10-01 19:32:55 +00:00
|
|
|
"sprintf-js": "1.1.3"
|
2023-03-30 17:12:27 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-28 07:47:02 +00:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2024-10-01 02:19:50 +00:00
|
|
|
"@types/jest": "29.5.12",
|
2024-10-24 23:52:25 +00:00
|
|
|
"@types/markdown-it": "13.0.9",
|
2024-02-06 15:50:38 +00:00
|
|
|
"@types/node-fetch": "2.6.11",
|
2023-11-01 10:48:09 +00:00
|
|
|
"jest": "29.7.0",
|
2024-10-01 02:19:50 +00:00
|
|
|
"ts-jest": "29.1.5"
|
2023-11-09 20:01:49 +00:00
|
|
|
},
|
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2023-03-19 15:37:07 +00:00
|
|
|
}
|