forked from goto100/xpath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "xpath",
"version": "0.0.34",
"description": "DOM 3 XPath implemention and helper for node.js and the web",
"engines": {
"node": ">=0.6.0"
},
"author": {
"name": "Cameron McCormack"
},
"contributors": [
{
"name": "goto100"
},
{
"name": "James Rishe"
}
],
"devDependencies": {
"@xmldom/xmldom": "^0.8.9",
"es-check": "^7.1.1",
"func-xml": "^0.0.10",
"mocha": "^9.0.2"
},
"typings": "./xpath.d.ts",
"scripts": {
"test": "mocha",
"validate": "es-check es5 xpath.js"
},
"repository": {
"type": "git",
"url": "https://github.com/goto100/xpath.git"
},
"main": "xpath.js",
"files": [
"xpath.d.ts"
],
"keywords": [
"xpath",
"xml"
],
"license": "MIT"
}