package.json
2.6 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
{
"_args": [
[
{
"raw": "karma-sinon-chai@^1.2.4",
"scope": null,
"escapedName": "karma-sinon-chai",
"name": "karma-sinon-chai",
"rawSpec": "^1.2.4",
"spec": ">=1.2.4 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "karma-sinon-chai@>=1.2.4 <2.0.0",
"_id": "karma-sinon-chai@1.2.4",
"_inCache": true,
"_location": "/karma-sinon-chai",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/karma-sinon-chai-1.2.4.tgz_1473673161857_0.7556240279227495"
},
"_npmUser": {
"name": "adambrunner",
"email": "brunner.adam@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "karma-sinon-chai@^1.2.4",
"scope": null,
"escapedName": "karma-sinon-chai",
"name": "karma-sinon-chai",
"rawSpec": "^1.2.4",
"spec": ">=1.2.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/karma-sinon-chai/-/karma-sinon-chai-1.2.4.tgz",
"_shasum": "fea935f62be3366cf0271c8d8be51c0c70e40abc",
"_shrinkwrap": null,
"_spec": "karma-sinon-chai@^1.2.4",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Kevin Mees",
"email": "kev.mees@gmail.com"
},
"bugs": {
"url": "https://github.com/kmees/karma-sinon-chai/issues"
},
"contributors": [
{
"name": "Greg Thornton",
"email": "xdissent@me.com"
},
{
"name": "Tobias Kopelke",
"email": "nox@raynode.de"
}
],
"dependencies": {
"lolex": "^1.5.0"
},
"description": "Sinon and Chai for Karma",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "fea935f62be3366cf0271c8d8be51c0c70e40abc",
"tarball": "https://registry.npmjs.org/karma-sinon-chai/-/karma-sinon-chai-1.2.4.tgz"
},
"gitHead": "3d06ffbd5363daf4be49d3afee014f45e2fc95d2",
"homepage": "https://github.com/kmees/karma-sinon-chai",
"keywords": [
"karma",
"chai",
"sinon",
"mocha",
"should"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "kmees",
"email": "kev.mees@gmail.com"
}
],
"name": "karma-sinon-chai",
"optionalDependencies": {},
"peerDependencies": {
"chai": "^3.2.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kmees/karma-sinon-chai.git"
},
"scripts": {},
"version": "1.2.4"
}