1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

57
node_modules/wicked-good-xpath/package.json generated vendored Normal file
View File

@@ -0,0 +1,57 @@
{
"name": "wicked-good-xpath",
"description": "Pure JS implementation of the DOM Level 3 XPath specification",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/google/wicked-good-xpath.git"
},
"main": "dist/wgxpath.install-node.js",
"files": [
"dist/*.js",
"package.json",
"README.md"
],
"keywords": [
"closure",
"google",
"html",
"javascript",
"library",
"parse",
"wgxpath",
"wicked-good-xpath",
"xpath"
],
"author": {
"name": "Google Inc."
},
"contributors": [
{
"name": "Evan Thomas",
"email": "evanrthom@gmail.com"
},
{
"name": "Greg Dennis",
"email": "gdennis@google.com"
},
{
"name": "Joon Lee",
"email": "joonlee@google.com"
},
{
"name": "Michael Zhou",
"email": "zhoumotongxue008@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/google/wicked-good-xpath/issues"
},
"homepage": "https://github.com/google/wicked-good-xpath",
"devDependencies": {
"google-closure-compiler": "^20160315.2.0",
"google-closure-library": "^20160315.0.0",
"gulp": "^3.9.1"
}
}