package.json
3.13 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "xmldom",
"name": "xmldom",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/plist"
]
],
"_from": "xmldom@>=0.1.0 <0.2.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/xmldom",
"_nodeVersion": "5.5.0",
"_npmUser": {
"name": "jindw",
"email": "[email protected]"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "xmldom",
"name": "xmldom",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/plist"
],
"_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz",
"_shasum": "10de4e5e964981f03c8cc72fadc08d14b6c3aa26",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/plist",
"author": {
"name": "jindw",
"email": "[email protected]",
"url": "http://www.xidea.org"
},
"bugs": {
"url": "http://github.com/jindw/xmldom/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Yaron Naveh",
"email": "[email protected]",
"url": "http://webservices20.blogspot.com/"
},
{
"name": "Harutyun Amirjanyan",
"email": "[email protected]",
"url": "https://github.com/nightwing"
},
{
"name": "Alan Gutierrez",
"email": "[email protected]",
"url": "http://www.prettyrobots.com/"
}
],
"dependencies": {},
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
"devDependencies": {
"proof": "0.0.28"
},
"directories": {},
"dist": {
"shasum": "10de4e5e964981f03c8cc72fadc08d14b6c3aa26",
"tarball": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz"
},
"engines": {
"node": ">=0.1"
},
"gitHead": "29a83b315aef56c156602286b2d884a3b4c2521f",
"homepage": "https://github.com/jindw/xmldom",
"keywords": [
"w3c",
"dom",
"xml",
"parser",
"javascript",
"DOMParser",
"XMLSerializer"
],
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html",
"MIT": "http://opensource.org/licenses/MIT"
}
],
"main": "./dom-parser.js",
"maintainers": [
{
"name": "jindw",
"email": "[email protected]"
},
{
"name": "yaron",
"email": "[email protected]"
},
{
"name": "bigeasy",
"email": "[email protected]"
},
{
"name": "kethinov",
"email": "[email protected]"
},
{
"name": "jinjinyun",
"email": "[email protected]"
}
],
"name": "xmldom",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jindw/xmldom.git"
},
"scripts": {
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
},
"version": "0.1.22"
}