Blame view

node_modules/renderkid/package.json 2.01 KB
aaac7fed   liuqimichale   add
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  {
    "_args": [
      [
        "renderkid@2.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "renderkid@2.0.2",
    "_id": "renderkid@2.0.2",
    "_inBundle": false,
    "_integrity": "sha1-EtMQ8lU2DAetj94lP2yeneNy0qo=",
    "_location": "/renderkid",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "renderkid@2.0.2",
      "name": "renderkid",
      "escapedName": "renderkid",
      "rawSpec": "2.0.2",
      "saveSpec": null,
      "fetchSpec": "2.0.2"
    },
    "_requiredBy": [
      "/pretty-error"
    ],
    "_resolved": "http://registry.npm.taobao.org/renderkid/download/renderkid-2.0.2.tgz",
    "_spec": "2.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Aria Minaei"
    },
    "bugs": {
      "url": "https://github.com/AriaMinaei/RenderKid/issues"
    },
    "dependencies": {
      "css-select": "^1.1.0",
      "dom-converter": "~0.2",
      "htmlparser2": "~3.3.0",
      "strip-ansi": "^3.0.0",
      "utila": "^0.4.0"
    },
    "description": "Stylish console.log for node",
    "devDependencies": {
      "chai": "^4.1.2",
      "chai-changes": "^1.3.4",
      "chai-fuzzy": "^1.5.0",
      "coffee-script": "^1.9.1",
      "jitter": "^1.3.0",
      "mocha": "^5.2.0",
      "mocha-pretty-spec-reporter": "0.1.0-beta.2",
      "sinon": "^1.14.1",
      "sinon-chai": "^2.7.0",
      "underscore": "^1.8.3"
    },
    "homepage": "https://github.com/AriaMinaei/RenderKid#readme",
    "license": "MIT",
    "main": "lib/RenderKid.js",
    "name": "renderkid",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/AriaMinaei/RenderKid.git"
    },
    "scripts": {
      "compile": "coffee --bare --compile --output ./lib ./src",
      "compile:watch": "jitter src lib -b",
      "prepublish": "npm run compile",
      "test": "mocha \"test/**/*.coffee\"",
      "test:watch": "mocha \"test/**/*.coffee\" --watch",
      "watch": "npm run compile:watch & npm run test:watch",
      "winwatch": "start/b npm run compile:watch & npm run test:watch"
    },
    "version": "2.0.2"
  }