sax 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +25 -0
- package/lib/sax.js +1 -1
- package/package.json +1 -1
- package/component.json +0 -12
package/LICENSE
CHANGED
|
@@ -30,3 +30,28 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
30
30
|
The file "examples/strict.dtd" is licensed by the W3C and used according
|
|
31
31
|
to the terms of the W3C SOFTWARE NOTICE AND LICENSE. See LICENSE-W3C.html
|
|
32
32
|
for details.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
"String.fromCodePoint" used under the terms of the MIT license. Its license
|
|
36
|
+
follows:
|
|
37
|
+
|
|
38
|
+
Copyright Mathias Bynens <http://mathiasbynens.be/>
|
|
39
|
+
|
|
40
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
41
|
+
a copy of this software and associated documentation files (the
|
|
42
|
+
"Software"), to deal in the Software without restriction, including
|
|
43
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
44
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
45
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
46
|
+
the following conditions:
|
|
47
|
+
|
|
48
|
+
The above copyright notice and this permission notice shall be
|
|
49
|
+
included in all copies or substantial portions of the Software.
|
|
50
|
+
|
|
51
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
52
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
53
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
54
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
55
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
56
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
57
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/lib/sax.js
CHANGED
package/package.json
CHANGED
package/component.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sax",
|
|
3
|
-
"description": "An evented streaming XML parser in JavaScript",
|
|
4
|
-
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
5
|
-
"version": "0.5.2",
|
|
6
|
-
"main": "lib/sax.js",
|
|
7
|
-
"license": "BSD",
|
|
8
|
-
"scripts": [
|
|
9
|
-
"lib/sax.js"
|
|
10
|
-
],
|
|
11
|
-
"repository": "git://github.com/isaacs/sax-js.git"
|
|
12
|
-
}
|