New Upstream Snapshot - node-static-eval

Ready changes

Summary

Merged new upstream version: 2.1.0+git20210217.1.aff732b (was: 2.1.0).

Resulting package

Built on 2023-01-20T04:25 (took 3m19s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-static-eval

Lintian Result

Diff

diff --git a/.npmrc b/.npmrc
deleted file mode 100644
index 43c97e7..0000000
--- a/.npmrc
+++ /dev/null
@@ -1 +0,0 @@
-package-lock=false
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6e35c0c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: node_js
+os: linux
+dist: bionic
+before_install:
+  - "nvm install-latest-npm"
+node_js:
+  - "0.8"
+  - "0.10"
+  - "0.12"
+  - "4"
+  - "6"
+  - "8"
+  - "9"
+  - "10"
+  - "11"
+  - "12"
+  - "13"
+  - "14"
diff --git a/debian/changelog b/debian/changelog
index 7133031..937e15d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-static-eval (2.1.0+git20210217.1.aff732b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 04:23:24 -0000
+
 node-static-eval (2.1.0-3) unstable; urgency=medium
 
   * Team upload
diff --git a/package.json b/package.json
index 84db957..8c717ba 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,18 @@
 {
   "name": "static-eval",
-  "version": "2.1.0",
   "description": "evaluate statically-analyzable expressions",
-  "main": "index.js",
+  "version": "2.1.0",
+  "author": {
+    "name": "James Halliday",
+    "email": "mail@substack.net",
+    "url": "http://substack.net"
+  },
+  "contributors": [
+    {
+      "name": "Renée Kooi",
+      "email": "renee@kooi.me"
+    }
+  ],
   "dependencies": {
     "escodegen": "^1.11.1"
   },
@@ -10,6 +20,24 @@
     "esprima": "^3.1.3",
     "tape": "^4.10.1"
   },
+  "homepage": "https://github.com/browserify/static-eval",
+  "keywords": [
+    "abstract",
+    "analysis",
+    "ast",
+    "esprima",
+    "eval",
+    "expression",
+    "static",
+    "syntax",
+    "tree"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/browserify/static-eval.git"
+  },
   "scripts": {
     "test": "tape test/*.js"
   },
@@ -22,27 +50,5 @@
       "opera/latest",
       "safari/latest"
     ]
-  },
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/browserify/static-eval.git"
-  },
-  "homepage": "https://github.com/browserify/static-eval",
-  "keywords": [
-    "static",
-    "eval",
-    "expression",
-    "esprima",
-    "ast",
-    "abstract",
-    "syntax",
-    "tree",
-    "analysis"
-  ],
-  "author": {
-    "name": "James Halliday",
-    "email": "mail@substack.net",
-    "url": "http://substack.net"
-  },
-  "license": "MIT"
+  }
 }

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details