package.json
2.72 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
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "sax",
"name": "sax",
"rawSpec": "0.3.5",
"spec": "0.3.5",
"type": "version"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/elementtree"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/sax",
"_nodeVersion": "v0.6.7-pre",
"_npmUser": {
"name": "isaacs",
"email": "[email protected]"
},
"_npmVersion": "1.1.0-beta-7",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "sax",
"name": "sax",
"rawSpec": "0.3.5",
"spec": "0.3.5",
"type": "version"
},
"_requiredBy": [
"/elementtree"
],
"_resolved": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz",
"_shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/elementtree",
"author": {
"name": "Isaac Z. Schlueter",
"email": "[email protected]",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/sax-js/issues"
},
"contributors": [
{
"name": "Isaac Z. Schlueter",
"email": "[email protected]"
},
{
"name": "Stein Martin Hustad",
"email": "[email protected]"
},
{
"name": "Mikeal Rogers",
"email": "[email protected]"
},
{
"name": "Laurie Harper",
"email": "[email protected]"
},
{
"name": "Jann Horn",
"email": "[email protected]"
},
{
"name": "Elijah Insua",
"email": "[email protected]"
},
{
"name": "Henry Rawas",
"email": "[email protected]"
},
{
"name": "Justin Makeig",
"email": "[email protected]"
}
],
"dependencies": {},
"description": "An evented streaming XML parser in JavaScript",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
"tarball": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/sax-js#readme",
"license": {
"type": "MIT",
"url": "https://raw.github.com/isaacs/sax-js/master/LICENSE"
},
"main": "lib/sax.js",
"maintainers": [
{
"name": "isaacs",
"email": "[email protected]"
}
],
"name": "sax",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sax-js.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "0.3.5"
}