2023-03-19 17:37:07 +02:00
|
|
|
{
|
2023-03-30 18:12:27 +02:00
|
|
|
"name": "@joplin/utils",
|
2024-03-02 13:04:23 +02:00
|
|
|
"version": "3.0.0",
|
2023-03-30 18:12:27 +02:00
|
|
|
"description": "Utilities for Joplin",
|
|
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
2024-04-26 17:07:16 +02:00
|
|
|
"./bytes": "./dist/bytes.js",
|
2024-03-02 17:29:18 +02:00
|
|
|
"./dom": "./dist/dom.js",
|
2023-08-05 19:26:12 +02:00
|
|
|
"./env": "./dist/env.js",
|
2024-03-02 16:25:27 +02:00
|
|
|
"./object": "./dist/object.js",
|
2023-08-23 20:10:58 +02:00
|
|
|
"./fs": "./dist/fs.js",
|
2023-08-21 17:01:20 +02:00
|
|
|
"./html": "./dist/html.js",
|
2023-12-26 13:19:29 +02:00
|
|
|
"./Logger": "./dist/Logger.js",
|
|
|
|
"./markdown": "./dist/markdown.js",
|
2023-08-23 20:10:58 +02:00
|
|
|
"./net": "./dist/net.js",
|
|
|
|
"./time": "./dist/time.js",
|
|
|
|
"./types": "./dist/types.js",
|
2024-01-18 13:20:10 +02:00
|
|
|
"./url": "./dist/url.js",
|
|
|
|
"./path": "./dist/path.js"
|
2023-03-30 18:12:27 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2024-01-26 22:19:28 +02:00
|
|
|
"build": "yarn tsc",
|
2023-03-30 18:12:27 +02: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-03-01 21:06:13 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.51",
|
2024-02-09 01:36:08 +02:00
|
|
|
"async-mutex": "0.4.1",
|
2024-06-20 15:01:13 +02:00
|
|
|
"dayjs": "1.11.11",
|
2023-04-04 12:04:42 +02:00
|
|
|
"execa": "5.1.1",
|
2024-01-08 13:53:28 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2023-10-15 19:51:37 +02:00
|
|
|
"glob": "10.3.10",
|
2023-08-21 17:01:20 +02:00
|
|
|
"html-entities": "1.4.0",
|
2023-12-26 13:19:29 +02:00
|
|
|
"markdown-it": "13.0.2",
|
2024-02-09 14:14:30 +02:00
|
|
|
"moment": "2.30.1",
|
2023-07-27 17:05:56 +02:00
|
|
|
"node-fetch": "2.6.7",
|
2023-10-01 21:32:55 +02:00
|
|
|
"sprintf-js": "1.1.3"
|
2023-03-30 18:12:27 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-28 09:47:02 +02:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2023-12-01 09:33:29 +02:00
|
|
|
"@types/jest": "29.5.8",
|
2023-12-26 13:19:29 +02:00
|
|
|
"@types/markdown-it": "13.0.7",
|
2024-02-06 17:50:38 +02:00
|
|
|
"@types/node-fetch": "2.6.11",
|
2023-11-01 12:48:09 +02:00
|
|
|
"jest": "29.7.0",
|
2023-08-01 16:38:59 +02:00
|
|
|
"ts-jest": "29.1.1"
|
2023-11-09 22:01:49 +02:00
|
|
|
},
|
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2023-03-19 17:37:07 +02:00
|
|
|
}
|