package.json
3.55 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_args": [
[
{
"raw": "nightwatch@^0.9.12",
"scope": null,
"escapedName": "nightwatch",
"name": "nightwatch",
"rawSpec": "^0.9.12",
"spec": ">=0.9.12 <0.10.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "nightwatch@>=0.9.12 <0.10.0",
"_id": "nightwatch@0.9.12",
"_inCache": true,
"_location": "/nightwatch",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/nightwatch-0.9.12.tgz_1483306291248_0.6624575888272375"
},
"_npmUser": {
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {
"sigmund": "1.0.1"
},
"_requested": {
"raw": "nightwatch@^0.9.12",
"scope": null,
"escapedName": "nightwatch",
"name": "nightwatch",
"rawSpec": "^0.9.12",
"spec": ">=0.9.12 <0.10.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.12.tgz",
"_shasum": "5b4a66b26a770db871ef091f484c9eba10e0d260",
"_shrinkwrap": null,
"_spec": "nightwatch@^0.9.12",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Andrei Rusu",
"email": "andrei@nightwatchjs.org"
},
"bin": {
"nightwatch": "./bin/nightwatch"
},
"bugs": {
"url": "https://github.com/nightwatchjs/nightwatch/issues"
},
"dependencies": {
"chai-nightwatch": "~0.1.x",
"ejs": "~0.8.3",
"lodash.clone": "^3.0.3",
"lodash.defaultsdeep": "^4.3.2",
"minimatch": "~0.2.14",
"mkpath": ">=0.1.0",
"mocha-nightwatch": "2.2.9",
"optimist": ">=0.3.5",
"proxy-agent": ">=2.0.0",
"q": "^1.1.2"
},
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "latest",
"grunt": "~0.4.4",
"grunt-complexity": "^0.1.7",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jsonlint": "~1.0.4",
"grunt-npm-release": "latest",
"jscoverage": "latest",
"jshint": "~2.4.4",
"jsonlint": "~1.6.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.2.0",
"mock-spawn": "^0.2.1",
"mockery": "~1.4.0",
"nock": "~0.45.0"
},
"directories": {},
"dist": {
"shasum": "5b4a66b26a770db871ef091f484c9eba10e0d260",
"tarball": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.12.tgz"
},
"files": [
"bin",
"examples",
"lib",
"README.md",
"LICENSE.md",
"index.js"
],
"gitHead": "eeea6846463e26cca325612a772aeb5d8a815cce",
"homepage": "http://nightwatchjs.org",
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
}
],
"man": "",
"name": "nightwatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nightwatchjs/nightwatch.git"
},
"scripts": {
"jshint": "jshint --verbose --config .jshintrc lib/",
"mocha-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter html-cov > coverage.html",
"mocha-lcov-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter mocha-lcov-reporter > lib-cov/coverage.lcov",
"test": "mocha test/src",
"unit-tests": "./bin/nightwatch -c test/nightwatch.json"
},
"version": "0.9.12"
}