yank-note-registry 1.0.209 → 1.0.210
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 +48 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.3" },
|
|
18
18
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.3" },
|
|
19
19
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
20
|
-
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" }
|
|
20
|
+
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
|
21
|
+
{ "id": "@yank-note/extension-nes-emulator", "version": "1.0.0" }
|
|
21
22
|
],
|
|
22
23
|
"registry": [
|
|
23
24
|
{ "id": "yank-note-extension-theme-yanser", "version": "2.0.0" },
|
package/index.json
CHANGED
|
@@ -842,6 +842,54 @@
|
|
|
842
842
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.2.2/CHANGELOG.md",
|
|
843
843
|
"origin": "official"
|
|
844
844
|
},
|
|
845
|
+
{
|
|
846
|
+
"name": "@yank-note/extension-nes-emulator",
|
|
847
|
+
"version": "1.0.0",
|
|
848
|
+
"displayName": "NES Emulator",
|
|
849
|
+
"description": "Run NES games in Yank Note",
|
|
850
|
+
"displayName_ZH-CN": "NES 模拟器",
|
|
851
|
+
"description_ZH-CN": "在 Yank Note 中运行 NES 游戏",
|
|
852
|
+
"author": {
|
|
853
|
+
"name": "Yank Note"
|
|
854
|
+
},
|
|
855
|
+
"license": "AGPL-3.0",
|
|
856
|
+
"keywords": [],
|
|
857
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-nes-emulator",
|
|
858
|
+
"repository": {
|
|
859
|
+
"type": "git",
|
|
860
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
861
|
+
},
|
|
862
|
+
"main": "./dist/index.js",
|
|
863
|
+
"style": "./dist/style.css",
|
|
864
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.0.0/icon.svg",
|
|
865
|
+
"engines": {
|
|
866
|
+
"node": ">=14.6.0",
|
|
867
|
+
"yank-note": "^3.43.0"
|
|
868
|
+
},
|
|
869
|
+
"requirements": {
|
|
870
|
+
"premium": true
|
|
871
|
+
},
|
|
872
|
+
"bugs": {
|
|
873
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
874
|
+
},
|
|
875
|
+
"dist": {
|
|
876
|
+
"integrity": "sha512-5bnetadbDF13lJTdfPX2l2DhaRcICllru9DlpPeqhK5T9uql1WjEB9pKgWkruvUKiy8KUoMcUMNC2l5YJi1BwA==",
|
|
877
|
+
"shasum": "558be3eb3091dc35f635131a8c787774092d60fd",
|
|
878
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-nes-emulator/-/extension-nes-emulator-1.0.0.tgz",
|
|
879
|
+
"fileCount": 26,
|
|
880
|
+
"unpackedSize": 2055569
|
|
881
|
+
},
|
|
882
|
+
"directories": {},
|
|
883
|
+
"maintainers": [
|
|
884
|
+
{
|
|
885
|
+
"name": "purocean",
|
|
886
|
+
"email": "purocean@outlook.com"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.0.0/README.md",
|
|
890
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.0.0/CHANGELOG.md",
|
|
891
|
+
"origin": "official"
|
|
892
|
+
},
|
|
845
893
|
{
|
|
846
894
|
"name": "yank-note-extension-theme-yanser",
|
|
847
895
|
"version": "2.0.0",
|