summaryrefslogtreecommitdiff
path: root/node_modules/eyes/package.json
blob: 3fcf7e5d0420dc5eef309603558d02de8c0d8669 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "_from": "eyes@0.1.x",
  "_id": "eyes@0.1.8",
  "_inBundle": false,
  "_integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=",
  "_location": "/eyes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eyes@0.1.x",
    "name": "eyes",
    "escapedName": "eyes",
    "rawSpec": "0.1.x",
    "saveSpec": null,
    "fetchSpec": "0.1.x"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
  "_shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
  "_spec": "eyes@0.1.x",
  "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/winston",
  "author": {
    "name": "Alexis Sellier",
    "email": "self@cloudhead.net"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Charlie Robbins",
      "email": "charlie@nodejitsu.com"
    }
  ],
  "deprecated": false,
  "description": "a customizable value inspector",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "engines": {
    "node": "> 0.1.90"
  },
  "keywords": [
    "inspector",
    "debug",
    "inspect",
    "print"
  ],
  "licenses": [
    "MIT"
  ],
  "main": "./lib/eyes",
  "name": "eyes",
  "scripts": {
    "test": "node test/*-test.js"
  },
  "url": "http://github.com/cloudhead/eyes.js",
  "version": "0.1.8"
}