cypress 3.3.0 → 3.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
+ }
@@ -2,15 +2,15 @@
2
2
  > `npm install --save @types/mocha`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for mocha (http://mochajs.org/).
5
+ This package contains type definitions for mocha ( https://mochajs.org ).
6
6
 
7
7
  # Details
8
- Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha
9
9
 
10
10
  Additional Details
11
- * Last updated: Thu, 26 Oct 2017 18:02:22 GMT
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>.