package.json
2.47 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
{
"_args": [
[
{
"raw": "samsam@1.1.2",
"scope": null,
"escapedName": "samsam",
"name": "samsam",
"rawSpec": "1.1.2",
"spec": "1.1.2",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/sinon"
]
],
"_from": "samsam@1.1.2",
"_id": "samsam@1.1.2",
"_inCache": true,
"_location": "/samsam",
"_npmUser": {
"name": "dwittner",
"email": "d.wittner@gmx.de"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"raw": "samsam@1.1.2",
"scope": null,
"escapedName": "samsam",
"name": "samsam",
"rawSpec": "1.1.2",
"spec": "1.1.2",
"type": "version"
},
"_requiredBy": [
"/formatio",
"/sinon"
],
"_resolved": "https://registry.npmjs.org/samsam/-/samsam-1.1.2.tgz",
"_shasum": "bec11fdc83a9fda063401210e40176c3024d1567",
"_shrinkwrap": null,
"_spec": "samsam@1.1.2",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/sinon",
"author": {
"name": "Christian Johansen"
},
"bugs": {
"url": "https://github.com/busterjs/samsam/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": "Daniel Wittner",
"email": "d.wittner@gmx.de",
"url": "https://github.com/dwittner"
}
],
"dependencies": {},
"description": "Value identification and comparison functions",
"devDependencies": {
"buster": "0.6.11"
},
"directories": {},
"dist": {
"shasum": "bec11fdc83a9fda063401210e40176c3024d1567",
"tarball": "https://registry.npmjs.org/samsam/-/samsam-1.1.2.tgz"
},
"homepage": "http://busterjs.org/docs/buster-assertions",
"main": "./lib/samsam",
"maintainers": [
{
"name": "cjohansen",
"email": "christian@cjohansen.no"
},
{
"name": "augustl",
"email": "august@augustl.com"
},
{
"name": "dwittner",
"email": "d.wittner@gmx.de"
}
],
"name": "samsam",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/busterjs/samsam.git"
},
"scripts": {
"test": "node test/samsam-test.js",
"test-debug": "node --debug-brk test/samsam-test.js"
},
"version": "1.1.2"
}