@types/chrome 0.0.36 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- chrome/README.md +4 -5
- chrome/chrome-app.d.ts +395 -8
- chrome/index.d.ts +5129 -5126
- chrome/package.json +4 -3
- chrome/types-metadata.json +27 -21
chrome/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.40",
|
4
4
|
"description": "TypeScript definitions for Chrome extension development",
|
5
5
|
"license": "MIT",
|
6
|
-
"author": "Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>, couven92 <https://github.com/couven92>, RReverser <https://github.com/rreverser>",
|
6
|
+
"author": "Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>, couven92 <https://github.com/couven92>, RReverser <https://github.com/rreverser>, sreimer15 <https://github.com/sreimer15>",
|
7
7
|
"main": "",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
@@ -14,5 +14,6 @@
|
|
14
14
|
"@types/filesystem": "*"
|
15
15
|
},
|
16
16
|
"peerDependencies": {},
|
17
|
-
"typesPublisherContentHash": "
|
17
|
+
"typesPublisherContentHash": "164c682e6adfa7f250db87406c540f05e990fac790b080f3f8797e2d75f3fb60",
|
18
|
+
"typeScriptVersion": "2.0"
|
18
19
|
}
|
chrome/types-metadata.json
CHANGED
@@ -1,25 +1,31 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"libraryDependencies": [
|
4
|
-
"filesystem"
|
5
|
-
],
|
6
|
-
"moduleDependencies": [],
|
7
|
-
"libraryMajorVersion": 0,
|
8
|
-
"libraryMinorVersion": 0,
|
2
|
+
"name": "chrome",
|
9
3
|
"libraryName": "Chrome extension development",
|
10
|
-
"typingsPackageName": "chrome",
|
11
|
-
"projectName": "http://developer.chrome.com/extensions/",
|
12
4
|
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
13
|
-
"
|
14
|
-
|
15
|
-
"
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
|
23
|
-
|
24
|
-
|
5
|
+
"data": {
|
6
|
+
"authors": "Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>, couven92 <https://github.com/couven92>, RReverser <https://github.com/rreverser>, sreimer15 <https://github.com/sreimer15>",
|
7
|
+
"dependencies": {
|
8
|
+
"filesystem": "*"
|
9
|
+
},
|
10
|
+
"pathMappings": {},
|
11
|
+
"libraryMajorVersion": 0,
|
12
|
+
"libraryMinorVersion": 0,
|
13
|
+
"typeScriptVersion": "2.0",
|
14
|
+
"libraryName": "Chrome extension development",
|
15
|
+
"typingsPackageName": "chrome",
|
16
|
+
"projectName": "http://developer.chrome.com/extensions/",
|
17
|
+
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
18
|
+
"globals": [
|
19
|
+
"chrome"
|
20
|
+
],
|
21
|
+
"declaredModules": [],
|
22
|
+
"files": [
|
23
|
+
"chrome-app.d.ts",
|
24
|
+
"chrome-cast.d.ts",
|
25
|
+
"index.d.ts"
|
26
|
+
],
|
27
|
+
"hasPackageJson": false,
|
28
|
+
"contentHash": "164c682e6adfa7f250db87406c540f05e990fac790b080f3f8797e2d75f3fb60"
|
29
|
+
},
|
30
|
+
"isLatest": true
|
25
31
|
}
|