[Pkg-javascript-commits] [node-leveldown] 462/492: rocksdb at 0.0.0-a01

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 678d341ee5e12371876fcf04cdd7a7871338cfd4
Author: Rod Vagg <rod at vagg.org>
Date:   Fri Nov 15 15:00:20 2013 +1100

    rocksdb at 0.0.0-a01
---
 .npmignore   |  5 +++-
 package.json | 89 +++++++++++++++++++++++++++++-------------------------------
 2 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/.npmignore b/.npmignore
index 746f2e3..6e3afa7 100644
--- a/.npmignore
+++ b/.npmignore
@@ -5,7 +5,10 @@ test-data.db.tar
 test/benchmarks/
 deps/leveldb/leveldb-basho/
 deps/leveldb/leveldb-hyper/
-deps/leveldb/leveldb-rocksdb/
+deps/leveldb/leveldb-1.14.0/
 deps/snappy/snappy-1.1.0/testdata/
+deps/leveldb/leveldb-rocksdb/snappy/
+deps/leveldb/leveldb-rocksdb/linters/
+deps/leveldb/leveldb-rocksdb/utilities/
 leakydb
 bench/
diff --git a/package.json b/package.json
index 4dbe2d0..eb35033 100644
--- a/package.json
+++ b/package.json
@@ -1,48 +1,45 @@
 {
-  "name": "leveldown",
-  "description": "A Node.js LevelDB binding, primary backend for LevelUP",
-  "version": "0.10.1",
-  "contributors": [
-    "Rod Vagg <r at va.gg> (https://github.com/rvagg)",
-    "John Chesley <john at chesl.es> (https://github.com/chesles/)",
-    "Jake Verbaten <raynos2 at gmail.com> (https://github.com/raynos)",
-    "Dominic Tarr <dominic.tarr at gmail.com> (https://github.com/dominictarr)",
-    "Max Ogden <max at maxogden.com> (https://github.com/maxogden)",
-    "Lars-Magnus Skog <lars.magnus.skog at gmail.com> (https://github.com/ralphtheninja)",
-    "David Björklund <david.bjorklund at gmail.com> (https://github.com/kesla)",
-    "Julian Gruber <julian at juliangruber.com> (https://github.com/juliangruber)",
-    "Paolo Fragomeni <paolo at async.ly> (https://github.com/hij1nx)",
-    "Anton Whalley <anton.whalley at nearform.com> (https://github.com/No9)",
-    "Matteo Collina <matteo.collina at gmail.com> (https://github.com/mcollina)",
-    "Pedro Teixeira <pedro.teixeira at gmail.com> (https://github.com/pgte)",
-    "James Halliday <mail at substack.net> (https://github.com/substack)"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/rvagg/node-leveldown.git"
-  },
-  "homepage": "https://github.com/rvagg/node-leveldown",
-  "keywords": [
-    "leveldb",
-    "level"
-  ],
-  "main": "index.js",
-  "dependencies": {
-    "bindings": "~1.1.1",
-    "nan": "~0.6.0"
-  },
-  "devDependencies": {
-    "tap": "~0.4.1",
-    "rimraf": "~2.1.4",
-    "mkfiletree": "~0.0.0",
-    "readfiletree": "~0.0.0",
-    "abstract-leveldown": "~0.11.1",
-    "monotonic-timestamp": "~0.0.8",
-    "du": "~0.0.1"
-  },
-  "scripts": {
-    "test": "tap test/*-test.js --stderr"
-  },
-  "license": "MIT",
-  "gypfile": true
+    "name"            : "rocksdb"
+  , "description"     : "A Node.js RocksDB binding, LevelDOWN-compatible (alpha release)"
+  , "version"         : "0.0.0-a01"
+  , "contributors"    : [
+        "Rod Vagg <r at va.gg> (https://github.com/rvagg)"
+      , "John Chesley <john at chesl.es> (https://github.com/chesles/)"
+      , "Jake Verbaten <raynos2 at gmail.com> (https://github.com/raynos)"
+      , "Dominic Tarr <dominic.tarr at gmail.com> (https://github.com/dominictarr)"
+      , "Max Ogden <max at maxogden.com> (https://github.com/maxogden)"
+      , "Lars-Magnus Skog <lars.magnus.skog at gmail.com> (https://github.com/ralphtheninja)"
+      , "David Björklund <david.bjorklund at gmail.com> (https://github.com/kesla)"
+      , "Julian Gruber <julian at juliangruber.com> (https://github.com/juliangruber)"
+      , "Paolo Fragomeni <paolo at async.ly> (https://github.com/hij1nx)"
+      , "Anton Whalley <anton.whalley at nearform.com> (https://github.com/No9)"
+      , "Matteo Collina <matteo.collina at gmail.com> (https://github.com/mcollina)"
+      , "Pedro Teixeira <pedro.teixeira at gmail.com> (https://github.com/pgte)"
+      , "James Halliday <mail at substack.net> (https://github.com/substack)"
+    ]
+  , "repository"      : {
+        "type"                : "git"
+      , "url"                 : "https://github.com/rvagg/node-leveldown.git"
+    }
+  , "homepage"        : "https://github.com/rvagg/node-leveldown"
+  , "keywords": [ "leveldb", "level", "rocksdb" ]
+  , "main"            : "index.js"
+  , "dependencies"    : {
+        "bindings"            : "~1.1.1"
+      , "nan"                 : "~0.5.2"
+    }
+  , "devDependencies" : {
+        "tap"                 : "~0.4.1"
+      , "rimraf"              : "~2.1.4"
+      , "mkfiletree"          : "~0.0.0"
+      , "readfiletree"        : "~0.0.0"
+      , "abstract-leveldown"  : "~0.11.1"
+      , "monotonic-timestamp" : "~0.0.8"
+      , "du"                  : "~0.0.1"
+    }
+  , "scripts"         : {
+        "test"                : "tap test/*-test.js --stderr"
+    }
+  , "license"         : "MIT"
+  , "gypfile"         : true
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list