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

package.json « npmlog « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9a33c451f259bd77b0cba244751e0ee75120e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "npmlog",
  "description": "logger for npm",
  "version": "0.0.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/npmlog.git"
  },
  "main": "log.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "ansi": "~0.1.2"
  },
  "devDependencies": {
    "tap": ""
  },
  "license": "BSD",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_id": "npmlog@0.0.2",
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "_engineSupported": true,
  "_npmVersion": "1.1.24",
  "_nodeVersion": "v0.7.10-pre",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "f0cf4b2c519950c00e91ba8e2868b62bf86254f6"
  },
  "_from": "npmlog@0"
}