package.json
2.89 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_args": [
[
{
"raw": "renderkid@~2.0.0",
"scope": null,
"escapedName": "renderkid",
"name": "renderkid",
"rawSpec": "~2.0.0",
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/pretty-error"
]
],
"_from": "renderkid@>=2.0.0 <2.1.0",
"_id": "renderkid@2.0.0",
"_inCache": true,
"_location": "/renderkid",
"_nodeVersion": "3.1.0",
"_npmUser": {
"name": "ariaminaei",
"email": "aria.minaei@gmail.com"
},
"_npmVersion": "2.14.0",
"_phantomChildren": {
"core-util-is": "1.0.2",
"domelementtype": "1.3.0",
"inherits": "2.0.3",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "renderkid@~2.0.0",
"scope": null,
"escapedName": "renderkid",
"name": "renderkid",
"rawSpec": "~2.0.0",
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/pretty-error"
],
"_resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.0.tgz",
"_shasum": "1859753e7a5adbf35443aba0d4e4579e78abee85",
"_shrinkwrap": null,
"_spec": "renderkid@~2.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/pretty-error",
"author": {
"name": "Aria Minaei"
},
"bugs": {
"url": "https://github.com/AriaMinaei/RenderKid/issues"
},
"dependencies": {
"css-select": "^1.1.0",
"dom-converter": "~0.1",
"htmlparser2": "~3.3.0",
"strip-ansi": "^3.0.0",
"utila": "~0.3"
},
"description": "Stylish console.log for node",
"devDependencies": {
"chai": "^2.2.0",
"chai-changes": "^1.3.4",
"chai-fuzzy": "^1.5.0",
"coffee-script": "^1.9.1",
"jitter": "^1.3.0",
"mocha": "^2.0.1",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"underscore": "^1.8.3"
},
"directories": {},
"dist": {
"shasum": "1859753e7a5adbf35443aba0d4e4579e78abee85",
"tarball": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.0.tgz"
},
"gitHead": "b0214eb1943656a2fcc8c8a95e56899ba32cd6a0",
"homepage": "https://github.com/AriaMinaei/RenderKid#readme",
"license": "MIT",
"main": "lib/RenderKid.js",
"maintainers": [
{
"name": "ariaminaei",
"email": "aria.minaei@gmail.com"
}
],
"name": "renderkid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.0"
}