[Pkg-javascript-commits] [node-leveldown] 460/492: NAN at 0.6 for Node at 0.11.9 support
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 50fc6609a13915a9be7c03db88cdee8111b3e5ec
Author: Rod Vagg <rod at vagg.org>
Date: Thu Nov 21 14:43:42 2013 +1100
NAN at 0.6 for Node at 0.11.9 support
---
package.json | 89 +++++++++++++++++++++++++++++++-----------------------------
1 file changed, 46 insertions(+), 43 deletions(-)
diff --git a/package.json b/package.json
index 02cf053..4dbe2d0 100644
--- a/package.json
+++ b/package.json
@@ -1,45 +1,48 @@
{
- "name" : "leveldown"
- , "description" : "A Node.js LevelDB binding, primary backend for LevelUP"
- , "version" : "0.10.0"
- , "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": "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
}
--
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