yank-note-registry 1.0.334 → 1.0.335
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 +39 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
36
36
|
{ "id": "yank-note-extension-math", "version": "0.3.3" },
|
|
37
37
|
{ "id": "yank-note-extension-background", "version": "1.0.3" },
|
|
38
|
-
{ "id": "yank-note-extension-word-statistic", "version": "0.0.2" }
|
|
38
|
+
{ "id": "yank-note-extension-word-statistic", "version": "0.0.2" },
|
|
39
|
+
{ "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
|
|
39
40
|
]
|
|
40
41
|
}
|
package/index.json
CHANGED
|
@@ -1574,5 +1574,44 @@
|
|
|
1574
1574
|
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.2/README.md",
|
|
1575
1575
|
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-word-statistic/0.0.2/CHANGELOG.md",
|
|
1576
1576
|
"origin": "registry"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "yank-note-extension-directory-tree",
|
|
1580
|
+
"version": "0.0.2",
|
|
1581
|
+
"displayName": "directory tree",
|
|
1582
|
+
"description": "focus and directory tree",
|
|
1583
|
+
"displayName_ZH-CN": "目录树",
|
|
1584
|
+
"description_ZH-CN": "聚焦到文件夹和显示目录树的插件",
|
|
1585
|
+
"author": {
|
|
1586
|
+
"name": "papudding"
|
|
1587
|
+
},
|
|
1588
|
+
"license": "MIT",
|
|
1589
|
+
"keywords": [],
|
|
1590
|
+
"homepage": "https://github.com/papudding/yank-note-extension-directory-tree",
|
|
1591
|
+
"main": "./dist/index.js",
|
|
1592
|
+
"style": "./dist/style.css",
|
|
1593
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/icon.png",
|
|
1594
|
+
"engines": {
|
|
1595
|
+
"node": ">=18.20.2",
|
|
1596
|
+
"yank-note": ">=3.82.1"
|
|
1597
|
+
},
|
|
1598
|
+
"gitHead": "5f7c18229e29fd7873358bb81c9aef90615f10e3",
|
|
1599
|
+
"dist": {
|
|
1600
|
+
"integrity": "sha512-ymEO27Mrf5j9TLGg0WKFNQqlYX/DVve6TG6p5T0LdJ2zdSMOjujOBo3unFJzgTtPYvrh7GpHltlyJHqclT3YKw==",
|
|
1601
|
+
"shasum": "07ddfa5b14b3c374638ac28d136af104e735534f",
|
|
1602
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-directory-tree/-/yank-note-extension-directory-tree-0.0.2.tgz",
|
|
1603
|
+
"fileCount": 8,
|
|
1604
|
+
"unpackedSize": 22952
|
|
1605
|
+
},
|
|
1606
|
+
"directories": {},
|
|
1607
|
+
"maintainers": [
|
|
1608
|
+
{
|
|
1609
|
+
"name": "papudding",
|
|
1610
|
+
"email": "taotaomp@outlook.com"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/README.md",
|
|
1614
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/CHANGELOG.md",
|
|
1615
|
+
"origin": "registry"
|
|
1577
1616
|
}
|
|
1578
1617
|
]
|