package.json
3.37 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
130
131
132
133
134
135
136
137
138
139
140
141
{
"_args": [
[
{
"raw": "mocha-nightwatch@2.2.9",
"scope": null,
"escapedName": "mocha-nightwatch",
"name": "mocha-nightwatch",
"rawSpec": "2.2.9",
"spec": "2.2.9",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/nightwatch"
]
],
"_from": "mocha-nightwatch@2.2.9",
"_id": "mocha-nightwatch@2.2.9",
"_inCache": true,
"_location": "/mocha-nightwatch",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/mocha-nightwatch-2.2.9.tgz_1464120645105_0.7148332400247455"
},
"_npmUser": {
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {
"inherits": "2.0.3",
"minimist": "0.0.8",
"sigmund": "1.0.1"
},
"_requested": {
"raw": "mocha-nightwatch@2.2.9",
"scope": null,
"escapedName": "mocha-nightwatch",
"name": "mocha-nightwatch",
"rawSpec": "2.2.9",
"spec": "2.2.9",
"type": "version"
},
"_requiredBy": [
"/nightwatch"
],
"_resolved": "https://registry.npmjs.org/mocha-nightwatch/-/mocha-nightwatch-2.2.9.tgz",
"_shasum": "284ce73abbefe1a73cc52679917dd19fd2b29f41",
"_shrinkwrap": null,
"_spec": "mocha-nightwatch@2.2.9",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/nightwatch",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"mocha-nightwatch": "./bin/mocha",
"_mocha-nightwatch": "./bin/_mocha"
},
"browser": {
"debug": "./lib/browser/debug.js",
"events": "./lib/browser/events.js",
"tty": "./lib/browser/tty.js"
},
"bugs": {
"url": "https://github.com/beatfactor/mocha/issues"
},
"dependencies": {
"commander": "2.3.0",
"debug": "2.2.0",
"diff": "1.4.0",
"escape-string-regexp": "1.0.2",
"glob": "3.2.3",
"growl": "1.8.1",
"jade": "0.26.3",
"lodash.create": "^3.1.1",
"mkdirp": "0.5.0",
"supports-color": "1.2.0"
},
"description": "simple, flexible, fun test framework",
"devDependencies": {
"browser-stdout": "^1.2.0",
"browserify": "10.2.4",
"coffee-script": "~1.8.0",
"eslint": "~0.23.0",
"should": "~4.0.0",
"through2": "~0.6.5"
},
"directories": {},
"dist": {
"shasum": "284ce73abbefe1a73cc52679917dd19fd2b29f41",
"tarball": "https://registry.npmjs.org/mocha-nightwatch/-/mocha-nightwatch-2.2.9.tgz"
},
"engines": {
"node": ">= 0.8.x"
},
"files": [
"bin",
"images",
"lib",
"index.js",
"mocha.css",
"mocha.js",
"LICENSE"
],
"gitHead": "28e31015403809a9f43e18ba7335b6c7a1c19d31",
"homepage": "https://github.com/beatfactor/mocha#readme",
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap",
"nightwatch"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/mochajs/mocha/master/LICENSE"
}
],
"main": "./index",
"maintainers": [
{
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
}
],
"name": "mocha-nightwatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/beatfactor/mocha.git"
},
"scripts": {
"test": "make test-all"
},
"version": "2.2.9"
}