add initial marp implementation with sample content and build configuration
This commit is contained in:
57
node_modules/wicked-good-xpath/package.json
generated
vendored
Normal file
57
node_modules/wicked-good-xpath/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user