@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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.36",
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": "11337418bff17a47466b69e622063a2c4f3bcebf669ffd28a5868ef724ad317c"
17
+ "typesPublisherContentHash": "164c682e6adfa7f250db87406c540f05e990fac790b080f3f8797e2d75f3fb60",
18
+ "typeScriptVersion": "2.0"
18
19
  }
@@ -1,25 +1,31 @@
1
1
  {
2
- "authors": "Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>, couven92 <https://github.com/couven92>, RReverser <https://github.com/rreverser>",
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
- "sourceBranch": "types-2.0",
14
- "globals": [
15
- "chrome"
16
- ],
17
- "declaredModules": [],
18
- "files": [
19
- "chrome-app.d.ts",
20
- "chrome-cast.d.ts",
21
- "index.d.ts"
22
- ],
23
- "hasPackageJson": false,
24
- "contentHash": "11337418bff17a47466b69e622063a2c4f3bcebf669ffd28a5868ef724ad317c"
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
  }