package.json
2.66 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
108
109
110
111
112
113
{
"_args": [
[
{
"raw": "formatio@1.1.1",
"scope": null,
"escapedName": "formatio",
"name": "formatio",
"rawSpec": "1.1.1",
"spec": "1.1.1",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/sinon"
]
],
"_from": "formatio@1.1.1",
"_id": "formatio@1.1.1",
"_inCache": true,
"_location": "/formatio",
"_npmUser": {
"name": "cjohansen",
"email": "christian@cjohansen.no"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "formatio@1.1.1",
"scope": null,
"escapedName": "formatio",
"name": "formatio",
"rawSpec": "1.1.1",
"spec": "1.1.1",
"type": "version"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/formatio/-/formatio-1.1.1.tgz",
"_shasum": "5ed3ccd636551097383465d996199100e86161e9",
"_shrinkwrap": null,
"_spec": "formatio@1.1.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/sinon",
"author": {
"name": "Christian Johansen"
},
"bugs": {
"url": "https://github.com/busterjs/formatio/issues"
},
"contributors": [
{
"name": "Christian Johansen",
"email": "christian@cjohansen.no",
"url": "http://cjohansen.no"
},
{
"name": "August Lilleaas",
"email": "august.lilleaas@gmail.com",
"url": "http://augustl.com"
},
{
"name": "Dave Geddes",
"email": "davidcgeddes@gmail.com"
},
{
"name": "Stein Magnus Jodal",
"email": "stein.magnus@jodal.no"
},
{
"name": "Tek Nynja",
"email": "github@teknynja.com"
}
],
"dependencies": {
"samsam": "~1.1"
},
"description": "Human-readable object formatting",
"devDependencies": {
"buster": "*"
},
"directories": {},
"dist": {
"shasum": "5ed3ccd636551097383465d996199100e86161e9",
"tarball": "https://registry.npmjs.org/formatio/-/formatio-1.1.1.tgz"
},
"homepage": "http://busterjs.org/docs/formatio/",
"main": "./lib/formatio",
"maintainers": [
{
"name": "cjohansen",
"email": "christian@cjohansen.no"
},
{
"name": "augustl",
"email": "august@augustl.com"
},
{
"name": "dwittner",
"email": "d.wittner@gmx.de"
}
],
"name": "formatio",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/busterjs/formatio.git"
},
"scripts": {
"test": "node node_modules/buster/bin/buster-test --node",
"test-debug": "node --debug-brk node_modules/buster/bin/buster-test --node"
},
"version": "1.1.1"
}