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

component.json « debug « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca1063724a4498247faa551f694192f5a53bf7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "debug",
  "repo": "visionmedia/debug",
  "description": "small debugging utility",
  "version": "2.2.0",
  "keywords": [
    "debug",
    "log",
    "debugger"
  ],
  "main": "browser.js",
  "scripts": [
    "browser.js",
    "debug.js"
  ],
  "dependencies": {
    "rauchg/ms.js": "0.7.1"
  }
}