[Pkg-javascript-commits] [node-leveldown] 91/492: 0.3.2

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:48 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 a27c152336568aa317712b5c3393e827867e0604
Author: Raynos <raynos2 at gmail.com>
Date:   Fri Nov 23 23:48:54 2012 -0800

    0.3.2
---
 package.json | 97 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 49 deletions(-)

diff --git a/package.json b/package.json
index ede48ad..6c7f91a 100644
--- a/package.json
+++ b/package.json
@@ -1,51 +1,50 @@
 {
-    "name"            : "levelup"
-  , "description"     : "Fast & simple storage - a Node.js-style LevelDB wrapper"
-  , "authors": [
-        "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
-    ]
-  , "keywords"        : [
-        "leveldb"
-      , "levelup"
-      , "stream"
-      , "database"
-      , "db"
-      , "database"
-      , "store"
-      , "storage"
-      , "json"
-    ]
-  , "version"         : "0.3.1"
-  , "main"            : "lib/levelup.js"
-  , "dependencies"    : {
-        "errno"         : "~0.0.3"
-      , "bindings"      : "~1.0.0"
-      , "concat-stream" : "~0.0.9"
-      , "bufferstream"  : "~0.5.1"
-    }
-  , "devDependencies" : {
-        "buster"        : "*"
-      , "rimraf"        : "*"
-      , "async"         : "*"
-      , "fstream"       : "*"
-      , "tar"           : "*"
-      , "mkfiletree"    : "*"
-      , "readfiletree"  : "*"
-      , "slow-stream"   : "*"
-      , "delayed"       : "*"
-      , "boganipsum"    : "*"
-      , "tar"           : "*"
-    }
-  , "repository": {
-        "type": "git"
-      , "url": "https://github.com/rvagg/node-levelup.git"
-    }
-  , "scripts"         : {
-        "test"            : "./node_modules/.bin/buster-test"
-      , "install"         : "node-gyp rebuild"
-      , "functionaltests" : "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js"
-      , "alltests" : "npm test && npm run-script functionaltests"
-    }
-  , "license"         : "MIT"
-  , "gypfile"         : true
+  "name": "levelup",
+  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
+  "authors": [
+    "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
+  ],
+  "keywords": [
+    "leveldb",
+    "levelup",
+    "stream",
+    "database",
+    "db",
+    "database",
+    "store",
+    "storage",
+    "json"
+  ],
+  "version": "0.3.2",
+  "main": "lib/levelup.js",
+  "dependencies": {
+    "errno": "~0.0.3",
+    "bindings": "~1.0.0",
+    "concat-stream": "~0.0.9",
+    "bufferstream": "~0.5.1"
+  },
+  "devDependencies": {
+    "buster": "*",
+    "rimraf": "*",
+    "async": "*",
+    "fstream": "*",
+    "tar": "*",
+    "mkfiletree": "*",
+    "readfiletree": "*",
+    "slow-stream": "*",
+    "delayed": "*",
+    "boganipsum": "*"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/rvagg/node-levelup.git"
+  },
+  "scripts": {
+    "test": "./node_modules/.bin/buster-test",
+    "install": "node-gyp rebuild",
+    "functionaltests": "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js",
+    "alltests": "npm test && npm run-script functionaltests"
+  },
+  "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