[Pkg-javascript-commits] [node-expat] 03/34: bump dependencies
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 10:46:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit da57ad9b7c83d4c8ba158f5c7a15f99d97a42dcd
Author: Sonny Piers <sonny at fastmail.net>
Date: Sun Jan 31 15:13:22 2016 +0100
bump dependencies
---
.npmignore | 2 +-
README.md | 18 +++++++++---------
benchmark.js | 2 +-
package.json | 10 +++++-----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/.npmignore b/.npmignore
index 142832a..97b7b38 100644
--- a/.npmignore
+++ b/.npmignore
@@ -5,4 +5,4 @@ test/
.npmignore
.travis.yml
-bench.js
+benchmark.js
diff --git a/README.md b/README.md
index 3426340..98bd342 100644
--- a/README.md
+++ b/README.md
@@ -29,12 +29,12 @@ npm test
```node benchmark.js```
-| module | ops/sec | native | XML compliant |
-|--------------------|--------:|:------:|:-------------:|
-| sax | 18,641 | ☐ | ☑ |
-| node-xml | 49,257 | ☐ | ☑ |
-| libxmljs | 95,169 | ☑ | ☑ |
-| **node-expat** | 130,776 | ☑ | ☑ |
-| ltx/lib/parsers/ltx| 172,596 | ☐ | ☐ |
-
-Higher is better. Please note that ltx parser is not entirely XML compliant.
+| module | ops/sec | native | XML compliant |
+|---------------------------------------------------------------------------------------|--------:|:------:|:-------------:|
+| [sax-js](https://github.com/isaacs/sax-js) | 18,641 | ☐ | ☑ |
+| [node-xml](https://github.com/dylang/node-xml) | 49,257 | ☐ | ☑ |
+| [libxmljs](https://github.com/polotek/libxmljs) | 95,169 | ☑ | ☑ |
+| **node-expat** | 130,776 | ☑ | ☑ |
+| [ltx/lib/parsers/ltx](https://github.com/node-xmpp/ltx/blob/master/lib/parsers/ltx.js)| 172,596 | ☐ | ☐ |
+
+Higher is better.
diff --git a/benchmark.js b/benchmark.js
index 502b1cb..19528ab 100644
--- a/benchmark.js
+++ b/benchmark.js
@@ -66,6 +66,6 @@ suite.on('cycle', function (event) {
console.log(event.target.toString())
})
.on('complete', function () {
- console.log('Fastest is ' + this.filter('fastest').pluck('name'))
+ console.log('Fastest is ' + this.filter('fastest').map('name'))
})
.run({'async': true})
diff --git a/package.json b/package.json
index 2b6e9f9..ef5bbc2 100644
--- a/package.json
+++ b/package.json
@@ -19,16 +19,16 @@
},
"dependencies": {
"bindings": "^1.2.1",
- "nan": "^2.1.0"
+ "nan": "^2.2.0"
},
"devDependencies": {
- "benchmark": "^1.0.0",
+ "benchmark": "^2.1.0",
"debug": "^2.2.0",
- "iconv": "^2.1.10",
- "libxmljs": "^0.16.1",
+ "iconv": "^2.1.11",
+ "libxmljs": "^0.17.0",
"ltx": "^2.2.0",
"node-xml": "^1.0.2",
- "sax": "^1.1.4",
+ "sax": "^1.1.5",
"vows": "^0.8.1"
},
"repository": "github:node-xmpp/node-expat",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list