package.json
2.29 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
{
"_args": [
[
{
"raw": "chai-nightwatch@~0.1.x",
"scope": null,
"escapedName": "chai-nightwatch",
"name": "chai-nightwatch",
"rawSpec": "~0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/nightwatch"
]
],
"_from": "chai-nightwatch@>=0.1.0 <0.2.0",
"_id": "chai-nightwatch@0.1.1",
"_inCache": true,
"_location": "/chai-nightwatch",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"raw": "chai-nightwatch@~0.1.x",
"scope": null,
"escapedName": "chai-nightwatch",
"name": "chai-nightwatch",
"rawSpec": "~0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/nightwatch"
],
"_resolved": "https://registry.npmjs.org/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz",
"_shasum": "1ca56de768d3c0868fe7fc2f4d32c2fe894e6be9",
"_shrinkwrap": null,
"_spec": "chai-nightwatch@~0.1.x",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/nightwatch",
"author": {
"name": "Andrei Rusu",
"email": "andrei.rusu@beatfactor.net"
},
"bugs": {
"url": "https://github.com/beatfactor/chai/issues"
},
"dependencies": {
"assertion-error": "1.0.0",
"deep-eql": "0.1.3"
},
"description": "This is a modified version of Chai to support Nightwatch.js asserts.",
"devDependencies": {
"mocha": "1.21.x"
},
"directories": {},
"dist": {
"shasum": "1ca56de768d3c0868fe7fc2f4d32c2fe894e6be9",
"tarball": "https://registry.npmjs.org/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "695b8358b75476490bb58f9fbe706cde21af3d1b",
"homepage": "https://github.com/beatfactor/chai",
"license": "MIT",
"main": "./index",
"maintainers": [
{
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
}
],
"name": "chai-nightwatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/beatfactor/chai.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.1"
}