-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
119 lines (119 loc) · 2.94 KB
/
package.json
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
{
"_args": [
[
{
"raw": "webdriver-sync",
"scope": null,
"escapedName": "webdriver-sync",
"name": "webdriver-sync",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/nick"
]
],
"_from": "webdriver-sync@latest",
"_id": "webdriver-sync@1.0.0",
"_inCache": true,
"_location": "/webdriver-sync",
"_nodeVersion": "5.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/webdriver-sync-1.0.0.tgz_1494605076763_0.08031281386502087"
},
"_npmUser": {
"name": "jsdevel",
"email": "js.developer.undefined@gmail.com"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {
"lodash": "4.17.4"
},
"_requested": {
"raw": "webdriver-sync",
"scope": null,
"escapedName": "webdriver-sync",
"name": "webdriver-sync",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/webdriver-sync/-/webdriver-sync-1.0.0.tgz",
"_shasum": "9a0fe120a8f6a1ae2e9b8c56fb7109320674f503",
"_shrinkwrap": null,
"_spec": "webdriver-sync",
"_where": "/home/nick",
"author": {
"name": "Joseph Spencer"
},
"bugs": {
"url": "https://github.com/jsdevel/webdriver-sync/issues"
},
"dependencies": {
"async": "~2.4.0",
"java": "^0.11.0",
"selenium-binaries": "^0.13.9"
},
"description": "Selenium testing without nested callbacks or promises!",
"devDependencies": {
"jshint": "^2.9.7",
"mocha": "^5.2.0",
"proxyquire": "^1.7.11",
"should": "*",
"sinon": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "9a0fe120a8f6a1ae2e9b8c56fb7109320674f503",
"tarball": "https://registry.npmjs.org/webdriver-sync/-/webdriver-sync-1.0.0.tgz"
},
"gitHead": "a2775a48ce84de370e75691b6e01bd1911e5616d",
"homepage": "https://github.com/jsdevel/webdriver-sync#readme",
"keywords": [
"webdriver",
"selenium",
"testing",
"sync",
"synchronous",
"api",
"chrome",
"safari",
"internet explorer",
"explorer",
"internet",
"ie",
"driver",
"node",
"javascript"
],
"license": "MIT",
"main": "src/webdriver-sync.js",
"maintainers": [
{
"name": "jsdevel",
"email": "js.developer.undefined@gmail.com"
},
{
"name": "nicktulett",
"email": "nicktulett@gmail.com"
}
],
"name": "webdriver-sync",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdevel/webdriver-sync.git"
},
"scripts": {
"lint-src": "jshint --config .jshintrc src/**/*.js",
"lint-test": "jshint --config .test-jshintrc test/**/*.js",
"mocha": "mocha -r should --no-timeouts test/*.js test/classes/*.js test/enums/*.js test/interfaces/*.js",
"test": "npm run lint-src && npm run lint-test && npm run mocha"
},
"version": "1.0.1"
}