You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:58:47 UTC

[couchdb-escodegen] 01/01: Bump dependencies

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/245/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit 9cd6a3d7040c0dab3af541d38bdcf38413d61c91
Author: Bogdan Chadkin <tr...@yandex.ru>
AuthorDate: Fri Nov 6 08:16:05 2015 +0300

    Bump dependencies
---
 gulpfile.js  |   2 +-
 package.json | 120 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 3e98024..590e127 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -51,7 +51,7 @@ var ESLINT_OPTION = {
                 'args': 'none'
             }
         ],
-        'no-multi-spaces': false,
+        'no-multi-spaces': 0,
         'new-cap': [
             2,
             {
diff --git a/package.json b/package.json
index 852608e..54f6040 100644
--- a/package.json
+++ b/package.json
@@ -1,63 +1,63 @@
 {
-    "name": "escodegen",
-    "description": "ECMAScript code generator",
-    "homepage": "http://github.com/estools/escodegen",
-    "main": "escodegen.js",
-    "bin": {
-        "esgenerate": "./bin/esgenerate.js",
-        "escodegen": "./bin/escodegen.js"
-    },
-    "files": [
-        "LICENSE.BSD",
-        "LICENSE.source-map",
-        "README.md",
-        "bin",
-        "escodegen.js",
-        "package.json"
-    ],
-    "version": "1.7.0",
-    "engines": {
-        "node": ">=0.10.0"
-    },
-    "maintainers": [
-        {
-            "name": "Yusuke Suzuki",
-            "email": "utatane.tea@gmail.com",
-            "web": "http://github.com/Constellation"
-        }
-    ],
-    "repository": {
-        "type": "git",
-        "url": "http://github.com/estools/escodegen.git"
-    },
-    "dependencies": {
-        "estraverse": "^1.9.1",
-        "esutils": "^2.0.2",
-        "esprima": "^1.2.2",
-        "optionator": "^0.5.0"
-    },
-    "optionalDependencies": {
-        "source-map": "~0.2.0"
-    },
-    "devDependencies": {
-        "acorn-6to5": "^0.11.1-25",
-        "bluebird": "^2.3.11",
-        "bower-registry-client": "^0.2.1",
-        "chai": "^1.10.0",
-        "commonjs-everywhere": "^0.9.7",
-        "esprima-moz": "1.0.0-dev-harmony-moz",
-        "gulp": "^3.8.10",
-        "gulp-eslint": "^0.2.0",
-        "gulp-mocha": "^2.0.0",
-        "semver": "^4.1.0"
-    },
-    "license": "BSD-2-Clause",
-    "scripts": {
-        "test": "gulp travis",
-        "unit-test": "gulp test",
-        "lint": "gulp lint",
-        "release": "node tools/release.js",
-        "build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
-        "build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"
+  "name": "escodegen",
+  "description": "ECMAScript code generator",
+  "homepage": "http://github.com/estools/escodegen",
+  "main": "escodegen.js",
+  "bin": {
+    "esgenerate": "./bin/esgenerate.js",
+    "escodegen": "./bin/escodegen.js"
+  },
+  "files": [
+    "LICENSE.BSD",
+    "LICENSE.source-map",
+    "README.md",
+    "bin",
+    "escodegen.js",
+    "package.json"
+  ],
+  "version": "1.7.0",
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "maintainers": [
+    {
+      "name": "Yusuke Suzuki",
+      "email": "utatane.tea@gmail.com",
+      "web": "http://github.com/Constellation"
     }
+  ],
+  "repository": {
+    "type": "git",
+    "url": "http://github.com/estools/escodegen.git"
+  },
+  "dependencies": {
+    "esprima": "^2.7.0",
+    "estraverse": "^1.9.1",
+    "esutils": "^2.0.2",
+    "optionator": "^0.6.0"
+  },
+  "optionalDependencies": {
+    "source-map": "~0.5.3"
+  },
+  "devDependencies": {
+    "acorn-6to5": "^0.11.1-25",
+    "bluebird": "^2.3.11",
+    "bower-registry-client": "^1.0.0",
+    "chai": "^3.4.0",
+    "commonjs-everywhere": "^0.9.7",
+    "esprima-moz": "1.0.0-dev-harmony-moz",
+    "gulp": "^3.8.10",
+    "gulp-eslint": "^1.0.0",
+    "gulp-mocha": "^2.0.0",
+    "semver": "^5.0.3"
+  },
+  "license": "BSD-2-Clause",
+  "scripts": {
+    "test": "gulp travis",
+    "unit-test": "gulp test",
+    "lint": "gulp lint",
+    "release": "node tools/release.js",
+    "build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
+    "build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"
+  }
 }