package.json
2.04 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
{
"_args": [
[
"prettyjson@1.2.1",
"/Users/star/Desktop/YTMT"
]
],
"_from": "prettyjson@1.2.1",
"_id": "prettyjson@1.2.1",
"_inBundle": false,
"_integrity": "sha1-/P+rQdGcq0365eV15kJGYZsS0ok=",
"_location": "/prettyjson",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "prettyjson@1.2.1",
"name": "prettyjson",
"escapedName": "prettyjson",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/cheerio-httpcli"
],
"_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/star/Desktop/YTMT",
"author": {
"name": "Rafael de Oleza",
"email": "rafeca@gmail.com",
"url": "https://github.com/rafeca"
},
"bin": {
"prettyjson": "./bin/prettyjson"
},
"bugs": {
"url": "https://github.com/rafeca/prettyjson/issues"
},
"dependencies": {
"colors": "^1.1.2",
"minimist": "^1.2.0"
},
"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.1.1"
},
"homepage": "http://rafeca.com/prettyjson",
"keywords": [
"json",
"cli",
"formatting",
"colors"
],
"license": "MIT",
"main": "./lib/prettyjson",
"name": "prettyjson",
"repository": {
"type": "git",
"url": "git+https://github.com/rafeca/prettyjson.git"
},
"scripts": {
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"jshint": "jshint lib/*.js test/*.js",
"test": "npm run jshint && mocha --reporter spec",
"testwin": "node ./node_modules/mocha/bin/mocha --reporter spec"
},
"version": "1.2.1"
}