[Pkg-javascript-commits] [node-detective] 05/119: package.json, ship it

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:44:29 UTC 2017


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

rouca pushed a commit to branch master
in repository node-detective.

commit f6c53f7de806e07329c7a8006b1387f31cf2a15a
Author: James Halliday <mail at substack.net>
Date:   Fri Jun 17 18:12:39 2011 -0700

    package.json, ship it
---
 package.json | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a45f39b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,39 @@
+{
+    "name" : "detective",
+    "description" : "Find all calls to require() no matter how crazily nested using a proper walk of the AST.",
+    "version" : "0.0.0",
+    "repository" : {
+        "type" : "git",
+        "url" : "git://github.com/substack/node-detective.git"
+    },
+    "main" : "index.js",
+    "keywords" : [
+        "require",
+        "source",
+        "analyze",
+        "ast"
+    ],
+    "directories" : {
+        "lib" : ".",
+        "example" : "example",
+        "test" : "test"
+    },
+    "scripts" : {
+        "test" : "expresso"
+    },
+    "dependencies" : {
+        "burrito" : "0.2.x"
+    },
+    "devDependencies" : {
+        "expresso" : "=0.7.x"
+    },
+    "engines" : {
+        "node" : ">=0.4.0"
+    },
+    "license" : "MIT",
+    "author" : {
+        "name" : "James Halliday",
+        "email" : "mail at substack.net",
+        "url" : "http://substack.net"
+    }
+}

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



More information about the Pkg-javascript-commits mailing list