Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/debuglog/package.json')
-rw-r--r--node_modules/debuglog/package.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/node_modules/debuglog/package.json b/node_modules/debuglog/package.json
deleted file mode 100644
index e51ecc95f..000000000
--- a/node_modules/debuglog/package.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "debuglog",
- "version": "1.0.1",
- "description": "backport of util.debuglog from node v0.11",
- "license": "MIT",
- "main": "debuglog.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/sam-github/node-debuglog.git"
- },
- "author": {
- "name": "Sam Roberts",
- "email": "sam@strongloop.com"
- },
- "engines": {
- "node": "*"
- },
- "browser": {
- "util": false
- }
-}