[Pkg-javascript-commits] [node-parse-base64vlq-mappings] 06/26: including test deps

Bastien Roucariès rouca at moszumanska.debian.org
Mon Sep 18 09:24:04 UTC 2017


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

rouca pushed a commit to branch master
in repository node-parse-base64vlq-mappings.

commit 260a1eec02410a0e21e6e0d79ffae282666092e4
Author: Thorsten Lorenz <thlorenz at gmx.de>
Date:   Wed Mar 13 08:02:36 2013 -0400

    including test deps
---
 package.json | 57 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 33 insertions(+), 24 deletions(-)

diff --git a/package.json b/package.json
index 793c737..7f7ee01 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,35 @@
 {
-    "name" : "parse-base64vlq-mappings",
-    "version" : "0.0.0",
-    "description" : "Parses out base64 VLQ encoded mappings.",
-    "main" : "parse-base64vlq-mappings.js",
-    "scripts" : {
-        "test" : "node-trap test/*.js"
-    },
-    "repository" : {
-        "type" : "git",
-        "url" : "git://github.com/thlorenz/parse-base64vlq-mappings.git"
-    },
-    "homepage" : "https://github.com/thlorenz/parse-base64vlq-mappings",
-    "dependencies" : {
-    },
-    "devDependencies" : {
-    },
-    "keywords": [ "base64", "vlq", "parse", "sourcemap", "mappings" ] ,
-    "author" : {
-        "name" : "Thorsten Lorenz",
-        "email" : "thlorenz at gmx.de",
-        "url" : "http://thlorenz.com"
-    },
-    "license" : "MIT",
-    "engine" : { "node" : ">=0.6" }
+  "name": "parse-base64vlq-mappings",
+  "version": "0.0.0",
+  "description": "Parses out base64 VLQ encoded mappings.",
+  "main": "parse-base64vlq-mappings.js",
+  "scripts": {
+    "test": "node-trap test/*.js"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/thlorenz/parse-base64vlq-mappings.git"
+  },
+  "homepage": "https://github.com/thlorenz/parse-base64vlq-mappings",
+  "dependencies": {},
+  "devDependencies": {
+    "source-map": "~0.1.9",
+    "trap": "~0.4.2"
+  },
+  "keywords": [
+    "base64",
+    "vlq",
+    "parse",
+    "sourcemap",
+    "mappings"
+  ],
+  "author": {
+    "name": "Thorsten Lorenz",
+    "email": "thlorenz at gmx.de",
+    "url": "http://thlorenz.com"
+  },
+  "license": "MIT",
+  "engine": {
+    "node": ">=0.6"
+  }
 }

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



More information about the Pkg-javascript-commits mailing list