cypress 3.3.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/cli.js +3 -0
- package/lib/errors.js +36 -35
- package/lib/exec/spawn.js +9 -4
- package/lib/exec/xvfb.js +4 -4
- package/lib/tasks/download.js +124 -15
- package/lib/tasks/install.js +10 -3
- package/lib/tasks/verify.js +19 -7
- package/lib/util.js +95 -15
- package/package.json +16 -17
- package/types/blob-util/package.json +51 -0
- package/types/bluebird/package.json +51 -0
- package/types/chai/package.json +81 -0
- package/types/chai-jquery/package.json +55 -0
- package/types/cy-chai.d.ts +5 -7
- package/types/index.d.ts +231 -13
- package/types/jquery/package.json +132 -0
- package/types/lodash/package.json +85 -0
- package/types/minimatch/package.json +56 -0
- package/types/mocha/README.md +5 -5
- package/types/mocha/index.d.ts +2986 -241
- package/types/mocha/package.json +73 -0
- package/types/sinon/package.json +88 -0
- package/types/sinon-chai/index.d.ts +1 -1
- package/types/sinon-chai/package.json +63 -0
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/minimatch@3.0.3",
|
3
|
+
"_id": "@types/minimatch@3.0.3",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
|
6
|
+
"_location": "/@types/minimatch",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/minimatch@3.0.3",
|
12
|
+
"name": "@types/minimatch",
|
13
|
+
"escapedName": "@types%2fminimatch",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "3.0.3",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "3.0.3"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/",
|
21
|
+
"/@types/glob"
|
22
|
+
],
|
23
|
+
"_resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
|
24
|
+
"_shasum": "3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d",
|
25
|
+
"_spec": "@types/minimatch@3.0.3",
|
26
|
+
"_where": "/root/cypress/cli",
|
27
|
+
"bugs": {
|
28
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
29
|
+
},
|
30
|
+
"bundleDependencies": false,
|
31
|
+
"contributors": [
|
32
|
+
{
|
33
|
+
"name": "vvakame",
|
34
|
+
"url": "https://github.com/vvakame"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"name": "Shant Marouti",
|
38
|
+
"url": "https://github.com/shantmarouti"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"dependencies": {},
|
42
|
+
"deprecated": false,
|
43
|
+
"description": "TypeScript definitions for Minimatch",
|
44
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
45
|
+
"license": "MIT",
|
46
|
+
"main": "",
|
47
|
+
"name": "@types/minimatch",
|
48
|
+
"repository": {
|
49
|
+
"type": "git",
|
50
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
51
|
+
},
|
52
|
+
"scripts": {},
|
53
|
+
"typeScriptVersion": "2.0",
|
54
|
+
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
|
55
|
+
"version": "3.0.3"
|
56
|
+
}
|
package/types/mocha/README.md
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
> `npm install --save @types/mocha`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for mocha (
|
5
|
+
This package contains type definitions for mocha ( https://mochajs.org ).
|
6
6
|
|
7
7
|
# Details
|
8
|
-
Files were exported from https://
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated: Thu,
|
11
|
+
* Last updated: Thu, 30 May 2019 18:05:34 GMT
|
12
12
|
* Dependencies: none
|
13
|
-
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit
|
13
|
+
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xcontext, xdescribe, xit, xspecify
|
14
14
|
|
15
15
|
# Credits
|
16
|
-
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>.
|
16
|
+
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>, Andrew Bradley <https://github.com/cspotcode>, Dmitrii Sorin <https://github.com/1999>.
|