yank-note-registry 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extensions.json +2 -1
- package/index.json +46 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" }
|
|
11
11
|
],
|
|
12
12
|
"registry": [
|
|
13
|
-
{ "id": "yank-note-extension-theme-yanser", "version": "1.0.4" }
|
|
13
|
+
{ "id": "yank-note-extension-theme-yanser", "version": "1.0.4" },
|
|
14
|
+
{ "id": "yank-note-extension-vim-mode", "version": "1.0.0" }
|
|
14
15
|
]
|
|
15
16
|
}
|
package/index.json
CHANGED
|
@@ -417,5 +417,51 @@
|
|
|
417
417
|
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.4/README.md?__t=1653021625434",
|
|
418
418
|
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.4/CHANGELOG.md?__t=1653021625663",
|
|
419
419
|
"origin": "registry"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "yank-note-extension-vim-mode",
|
|
423
|
+
"version": "1.0.0",
|
|
424
|
+
"displayName": "Vim Mode",
|
|
425
|
+
"description": "Vim Mode extension",
|
|
426
|
+
"displayName_ZH-CN": "Vim Mode",
|
|
427
|
+
"description_ZH-CN": "Vim Mode 扩展",
|
|
428
|
+
"author": {
|
|
429
|
+
"name": "zhyipeng"
|
|
430
|
+
},
|
|
431
|
+
"license": "MIT",
|
|
432
|
+
"keywords": [],
|
|
433
|
+
"homepage": "https://github.com/zhyipeng/yank-note-extension-vim-mode",
|
|
434
|
+
"main": "./dist/index.js",
|
|
435
|
+
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.0/icon.png?__t=1653491499728",
|
|
436
|
+
"engines": {
|
|
437
|
+
"node": ">=14.6.0",
|
|
438
|
+
"yank-note": "^3.29.0"
|
|
439
|
+
},
|
|
440
|
+
"themes": [],
|
|
441
|
+
"repository": {
|
|
442
|
+
"type": "git",
|
|
443
|
+
"url": "git+https://github.com/zhyipeng/yank-note-extension-vim-mode.git"
|
|
444
|
+
},
|
|
445
|
+
"bugs": {
|
|
446
|
+
"url": "https://github.com/zhyipeng/yank-note-extension-vim-mode/issues"
|
|
447
|
+
},
|
|
448
|
+
"gitHead": "ba84ad1af4e142e4afbcb525d0ea9baaeeaa9b58",
|
|
449
|
+
"dist": {
|
|
450
|
+
"integrity": "sha512-vCW2TxkuW4AbWKXsyeQgCUjld9YxR0SlPizPzy6R9QrBFD+ZfuSyQORDjyY+EG8smQJ1fSnFei/jXM4UhkdWeQ==",
|
|
451
|
+
"shasum": "99286bcbf8b7478e9619de45ebe059fcbf6d5d2f",
|
|
452
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-vim-mode/-/yank-note-extension-vim-mode-1.0.0.tgz",
|
|
453
|
+
"fileCount": 6,
|
|
454
|
+
"unpackedSize": 12929
|
|
455
|
+
},
|
|
456
|
+
"directories": {},
|
|
457
|
+
"maintainers": [
|
|
458
|
+
{
|
|
459
|
+
"name": "zhyipeng",
|
|
460
|
+
"email": "zhyipeng@outlook.com"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.0/README.md?__t=1653491500821",
|
|
464
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.0/CHANGELOG.md?__t=1653491500998",
|
|
465
|
+
"origin": "registry"
|
|
420
466
|
}
|
|
421
467
|
]
|