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
60
61
62
| {
| "_args": [
| [
| "xpath.js@1.1.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "xpath.js@1.1.0",
| "_id": "xpath.js@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==",
| "_location": "/xpath.js",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "xpath.js@1.1.0",
| "name": "xpath.js",
| "escapedName": "xpath.js",
| "rawSpec": "1.1.0",
| "saveSpec": null,
| "fetchSpec": "1.1.0"
| },
| "_requiredBy": [
| "/adal-node"
| ],
| "_resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz",
| "_spec": "1.1.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Cameron McCormack",
| "url": "http://mcc.id.au/xpathjs"
| },
| "bugs": {
| "url": "https://github.com/yaronn/xpath.js/issues"
| },
| "dependencies": {},
| "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"
| }
|
|