package.json
1.5 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"_from": "xpath.js@>=0.0.3",
"_id": "xpath.js@1.1.0",
"_inBundle": false,
"_integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==",
"_location": "/xpath.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xpath.js@>=0.0.3",
"name": "xpath.js",
"escapedName": "xpath.js",
"rawSpec": ">=0.0.3",
"saveSpec": null,
"fetchSpec": ">=0.0.3"
},
"_requiredBy": [
"/xml-crypto"
],
"_resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz",
"_shasum": "3816a44ed4bb352091083d002a383dd5104a5ff1",
"_spec": "xpath.js@>=0.0.3",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\xml-crypto",
"author": {
"name": "Cameron McCormack",
"url": "http://mcc.id.au/xpathjs"
},
"bugs": {
"url": "https://github.com/yaronn/xpath.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Xpath pure javascript implementation for node.js",
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"directories": {},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/yaronn/xpath.js#readme",
"keywords": [
"xpath",
"xml"
],
"license": "MIT",
"main": "./xpath.js",
"name": "xpath.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yaronn/xpath.js.git"
},
"scripts": {
"test": "nodeunit tests/test.js"
},
"version": "1.1.0"
}