[Pkg-javascript-commits] [node-jsonstream] 40/214: 0.3.0
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:58:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit dce4f345160222baa10d7f0bd98f5cd63233da88
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Thu Jun 14 23:21:34 2012 +1200
0.3.0
---
package.json | 43 ++++++++++++++++++++++++++-----------------
1 file changed, 26 insertions(+), 17 deletions(-)
diff --git a/package.json b/package.json
index 54d182b..41f2322 100644
--- a/package.json
+++ b/package.json
@@ -1,19 +1,28 @@
-{ "name": "JSONStream"
-, "version": "0.2.3"
-, "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)"
-, "homepage": "http://github.com/dominictarr/JSONStream"
-, "repository":
- { "type": "git"
- , "url": "https://github.com/dominictarr/JSONStream.git" }
-, "dependencies": {
+{
+ "name": "JSONStream",
+ "version": "0.3.0",
+ "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
+ "homepage": "http://github.com/dominictarr/JSONStream",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/dominictarr/JSONStream.git"
+ },
+ "dependencies": {
"jsonparse": "0.0.1"
+ },
+ "devDependencies": {
+ "it-is": "~1",
+ "assertions": "~2.2.2",
+ "render": "~0.1.1",
+ "trees": "~0.0.3",
+ "event-stream": "~0.7.0"
+ },
+ "author": "Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)",
+ "scripts": {
+ "test": "for t in test/*.js; do echo *** $t ***; node $t; done"
+ },
+ "optionalDependencies": {},
+ "engines": {
+ "node": "*"
}
-, "devDependencies":
- { "it-is": "~1"
- , "assertions": "~2.2.2"
- , "render": "~0.1.1"
- , "trees": "~0.0.3"
- , "event-stream": "~0.7.0" }
-, "author": "Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)"
-, "scripts":
- { "test": "for t in test/*.js; do echo *** $t ***; node $t; done" } }
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
More information about the Pkg-javascript-commits
mailing list