package.json
1.59 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": "nwmatcher@>= 1.3.7 < 2.0.0",
"_id": "nwmatcher@1.4.3",
"_inBundle": false,
"_integrity": "sha512-IKdSTiDWCarf2JTS5e9e2+5tPZGdkRJ79XjYV0pzK8Q9BpsFyBq1RGKxzs7Q8UBushGw7m6TzVKz6fcY99iSWw==",
"_location": "/nwmatcher",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nwmatcher@>= 1.3.7 < 2.0.0",
"name": "nwmatcher",
"escapedName": "nwmatcher",
"rawSpec": ">= 1.3.7 < 2.0.0",
"saveSpec": null,
"fetchSpec": ">= 1.3.7 < 2.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.3.tgz",
"_shasum": "64348e3b3d80f035b40ac11563d278f8b72db89c",
"_spec": "nwmatcher@>= 1.3.7 < 2.0.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\jsdom",
"author": {
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"url": "http://www.iport.it/"
},
"bugs": {
"url": "http://github.com/dperini/nwmatcher/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A CSS3-compliant JavaScript selector engine.",
"ender": "./lib/ender/bridge.js",
"homepage": "http://javascript.nwbox.com/NWMatcher/",
"keywords": [
"css",
"matcher",
"selector",
"ender"
],
"license": "MIT",
"main": "./src/nwmatcher",
"maintainers": [
{
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"url": "http://www.iport.it/"
}
],
"name": "nwmatcher",
"repository": {
"type": "git",
"url": "git://github.com/dperini/nwmatcher.git"
},
"version": "1.4.3"
}