cypress 3.4.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 +1 -0
- package/lib/errors.js +34 -33
- package/lib/exec/spawn.js +2 -0
- package/lib/tasks/download.js +21 -10
- package/lib/tasks/install.js +4 -0
- package/lib/tasks/verify.js +7 -2
- package/lib/util.js +1 -0
- package/package.json +14 -15
- 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 +100 -4
- 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/package.json +63 -0
@@ -0,0 +1,73 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/mocha@5.2.7",
|
3
|
+
"_id": "@types/mocha@5.2.7",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==",
|
6
|
+
"_location": "/@types/mocha",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/mocha@5.2.7",
|
12
|
+
"name": "@types/mocha",
|
13
|
+
"escapedName": "@types%2fmocha",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "5.2.7",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "5.2.7"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/"
|
21
|
+
],
|
22
|
+
"_resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz",
|
23
|
+
"_shasum": "315d570ccb56c53452ff8638738df60726d5b6ea",
|
24
|
+
"_spec": "@types/mocha@5.2.7",
|
25
|
+
"_where": "/root/cypress/cli",
|
26
|
+
"bugs": {
|
27
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
28
|
+
},
|
29
|
+
"bundleDependencies": false,
|
30
|
+
"contributors": [
|
31
|
+
{
|
32
|
+
"name": "Kazi Manzur Rashid",
|
33
|
+
"url": "https://github.com/kazimanzurrashid"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "otiai10",
|
37
|
+
"url": "https://github.com/otiai10"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "jt000",
|
41
|
+
"url": "https://github.com/jt000"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"name": "Vadim Macagon",
|
45
|
+
"url": "https://github.com/enlight"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "Andrew Bradley",
|
49
|
+
"url": "https://github.com/cspotcode"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "Dmitrii Sorin",
|
53
|
+
"url": "https://github.com/1999"
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"dependencies": {},
|
57
|
+
"deprecated": false,
|
58
|
+
"description": "TypeScript definitions for mocha",
|
59
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
60
|
+
"license": "MIT",
|
61
|
+
"main": "",
|
62
|
+
"name": "@types/mocha",
|
63
|
+
"repository": {
|
64
|
+
"type": "git",
|
65
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
66
|
+
"directory": "types/mocha"
|
67
|
+
},
|
68
|
+
"scripts": {},
|
69
|
+
"typeScriptVersion": "2.1",
|
70
|
+
"types": "index",
|
71
|
+
"typesPublisherContentHash": "c1da64ed19c05073426a3b86ee04ba2b1e743c51422ebf1b3d022b7be11b75f1",
|
72
|
+
"version": "5.2.7"
|
73
|
+
}
|
@@ -0,0 +1,88 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/sinon@7.0.0",
|
3
|
+
"_id": "@types/sinon@7.0.0",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-kcYoPw0uKioFVC/oOqafk2yizSceIQXCYnkYts9vJIwQklFRsMubTObTDrjQamUyBRd47332s85074cd/hCwxg==",
|
6
|
+
"_location": "/@types/sinon",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/sinon@7.0.0",
|
12
|
+
"name": "@types/sinon",
|
13
|
+
"escapedName": "@types%2fsinon",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "7.0.0",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "7.0.0"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/",
|
21
|
+
"/@types/sinon-chai"
|
22
|
+
],
|
23
|
+
"_resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-7.0.0.tgz",
|
24
|
+
"_shasum": "84e707e157ec17d3e4c2a137f41fc3f416c0551e",
|
25
|
+
"_spec": "@types/sinon@7.0.0",
|
26
|
+
"_where": "/root/cypress/cli",
|
27
|
+
"bugs": {
|
28
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
29
|
+
},
|
30
|
+
"bundleDependencies": false,
|
31
|
+
"contributors": [
|
32
|
+
{
|
33
|
+
"name": "William Sears",
|
34
|
+
"url": "https://github.com/mrbigdog2u"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"name": "Jonathan Little",
|
38
|
+
"url": "https://github.com/rationull"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"name": "Lukas Spieß",
|
42
|
+
"url": "https://github.com/lumaxis"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"name": "Nico Jansen",
|
46
|
+
"url": "https://github.com/nicojs"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"name": "James Garbutt",
|
50
|
+
"url": "https://github.com/43081j"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "Josh Goldberg",
|
54
|
+
"url": "https://github.com/joshuakgoldberg"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"name": "Greg Jednaszewski",
|
58
|
+
"url": "https://github.com/gjednaszewski"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"name": "John Wood",
|
62
|
+
"url": "https://github.com/johnjesse"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
"dependencies": {},
|
66
|
+
"deprecated": false,
|
67
|
+
"description": "TypeScript definitions for Sinon",
|
68
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
69
|
+
"license": "MIT",
|
70
|
+
"main": "",
|
71
|
+
"name": "@types/sinon",
|
72
|
+
"repository": {
|
73
|
+
"type": "git",
|
74
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
75
|
+
},
|
76
|
+
"scripts": {},
|
77
|
+
"typeScriptVersion": "2.8",
|
78
|
+
"types": "index",
|
79
|
+
"typesPublisherContentHash": "f972941a436fd994c528353827a04d67631c3ba44935983becab4db3aaac05f4",
|
80
|
+
"typesVersions": {
|
81
|
+
">=3.1.0-0": {
|
82
|
+
"*": [
|
83
|
+
"ts3.1/*"
|
84
|
+
]
|
85
|
+
}
|
86
|
+
},
|
87
|
+
"version": "7.0.0"
|
88
|
+
}
|
@@ -0,0 +1,63 @@
|
|
1
|
+
{
|
2
|
+
"_from": "@types/sinon-chai@3.2.2",
|
3
|
+
"_id": "@types/sinon-chai@3.2.2",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-5zSs2AslzyPZdOsbm2NRtuSNAI2aTWzNKOHa/GRecKo7a5efYD7qGcPxMZXQDayVXT2Vnd5waXxBvV31eCZqiA==",
|
6
|
+
"_location": "/@types/sinon-chai",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "version",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@types/sinon-chai@3.2.2",
|
12
|
+
"name": "@types/sinon-chai",
|
13
|
+
"escapedName": "@types%2fsinon-chai",
|
14
|
+
"scope": "@types",
|
15
|
+
"rawSpec": "3.2.2",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "3.2.2"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"#DEV:/"
|
21
|
+
],
|
22
|
+
"_resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.2.tgz",
|
23
|
+
"_shasum": "5cfdbda70bae30f79a9423334af9e490e4cce793",
|
24
|
+
"_spec": "@types/sinon-chai@3.2.2",
|
25
|
+
"_where": "/root/cypress/cli",
|
26
|
+
"bugs": {
|
27
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
28
|
+
},
|
29
|
+
"bundleDependencies": false,
|
30
|
+
"contributors": [
|
31
|
+
{
|
32
|
+
"name": "Kazi Manzur Rashid",
|
33
|
+
"url": "https://github.com/kazimanzurrashid"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "Jed Mao",
|
37
|
+
"url": "https://github.com/jedmao"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "Eyal Lapid",
|
41
|
+
"url": "https://github.com/elpdpt"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"dependencies": {
|
45
|
+
"@types/chai": "*",
|
46
|
+
"@types/sinon": "*"
|
47
|
+
},
|
48
|
+
"deprecated": false,
|
49
|
+
"description": "TypeScript definitions for sinon-chai",
|
50
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
51
|
+
"license": "MIT",
|
52
|
+
"main": "",
|
53
|
+
"name": "@types/sinon-chai",
|
54
|
+
"repository": {
|
55
|
+
"type": "git",
|
56
|
+
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
57
|
+
},
|
58
|
+
"scripts": {},
|
59
|
+
"typeScriptVersion": "2.8",
|
60
|
+
"types": "index",
|
61
|
+
"typesPublisherContentHash": "19c6048ac61aadd2b1cf510ec9ba47fe3d532d216fdde5f40130acadc6bc1a3c",
|
62
|
+
"version": "3.2.2"
|
63
|
+
}
|