You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			90 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "joplin",
 | |
|   "description": "Joplin CLI Client",
 | |
|   "license": "MIT",
 | |
|   "author": "Laurent Cozic",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/laurent22/joplin/issues"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/laurent22/joplin"
 | |
|   },
 | |
|   "copyright": {
 | |
|     "title": "Joplin CLI",
 | |
|     "years": [
 | |
|       2016,
 | |
|       2017,
 | |
|       2018,
 | |
|       2019
 | |
|     ],
 | |
|     "owner": "Laurent Cozic"
 | |
|   },
 | |
|   "version": "1.0.140",
 | |
|   "bin": {
 | |
|     "joplin": "./main.js"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=8.7.0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "app-module-path": "^2.2.0",
 | |
|     "async-mutex": "^0.1.3",
 | |
|     "base-64": "^0.1.0",
 | |
|     "compare-version": "^0.1.2",
 | |
|     "diacritics": "^1.3.0",
 | |
|     "diff-match-patch": "^1.0.4",
 | |
|     "es6-promise-pool": "^2.5.0",
 | |
|     "file-uri-to-path": "^1.0.0",
 | |
|     "follow-redirects": "^1.2.4",
 | |
|     "form-data": "^2.1.4",
 | |
|     "fs-extra": "^5.0.0",
 | |
|     "html-entities": "^1.2.1",
 | |
|     "html-minifier": "^3.5.15",
 | |
|     "image-data-uri": "^2.0.0",
 | |
|     "image-type": "^3.0.0",
 | |
|     "joplin-turndown": "^4.0.17",
 | |
|     "joplin-turndown-plugin-gfm": "^1.0.8",
 | |
|     "jsdom": "^15.1.1",
 | |
|     "jssha": "^2.3.0",
 | |
|     "levenshtein": "^1.0.5",
 | |
|     "lodash": "^4.17.4",
 | |
|     "markdown-it": "^8.4.2",
 | |
|     "md5": "^2.2.1",
 | |
|     "mime": "^2.0.3",
 | |
|     "moment": "^2.18.1",
 | |
|     "node-emoji": "^1.8.1",
 | |
|     "node-fetch": "^1.7.1",
 | |
|     "node-persist": "^2.1.0",
 | |
|     "promise": "^7.1.1",
 | |
|     "proper-lockfile": "^2.0.1",
 | |
|     "query-string": "4.3.4",
 | |
|     "read-chunk": "^2.1.0",
 | |
|     "redux": "^3.7.2",
 | |
|     "sax": "^1.2.2",
 | |
|     "server-destroy": "^1.0.1",
 | |
|     "sharp": "^0.22.1",
 | |
|     "sprintf-js": "^1.1.1",
 | |
|     "sqlite3": "^4.0.7",
 | |
|     "string-padding": "^1.0.2",
 | |
|     "string-to-stream": "^1.1.0",
 | |
|     "strip-ansi": "^4.0.0",
 | |
|     "syswide-cas": "^5.2.0",
 | |
|     "tar": "^4.4.0",
 | |
|     "tcp-port-used": "^0.1.2",
 | |
|     "tkwidgets": "^0.5.26",
 | |
|     "url-parse": "^1.2.0",
 | |
|     "uuid": "^3.0.1",
 | |
|     "valid-url": "^1.0.9",
 | |
|     "word-wrap": "^1.2.3",
 | |
|     "xml2js": "^0.4.19",
 | |
|     "yargs-parser": "^7.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "jasmine": "^2.6.0"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "jasmine"
 | |
|   }
 | |
| }
 |