zs-extract
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -10,4 +10,4 @@ "use strict"; | ||
exports.NAME = NAME; | ||
const VERSION = "1.0.7"; | ||
const VERSION = "1.0.8"; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=meta.js.map |
{ | ||
"name": "zs-extract", | ||
"description": "Zippyshare download data extractor", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "Zippyshare", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.7", | ||
"@babel/runtime": "^7.9.2", | ||
"@types/request": "^2.48.4", | ||
@@ -40,19 +40,19 @@ "cheerio": "^1.0.0-rc.3", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@babel/register": "^7.8.6", | ||
"@types/cheerio": "^0.22.16", | ||
"@types/jasmine": "^3.5.9", | ||
"@types/node": "^13.9.1", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"@babel/plugin-transform-runtime": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@babel/register": "^7.9.0", | ||
"@types/cheerio": "^0.22.18", | ||
"@types/jasmine": "^3.5.10", | ||
"@types/node": "^13.13.2", | ||
"@typescript-eslint/eslint-plugin": "^2.29.0", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"babel-plugin-esm-resolver": "^2.1.0", | ||
"del": "^5.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jsdoc": "^22.0.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsdoc": "^24.0.0", | ||
"execa": "^4.0.0", | ||
@@ -68,7 +68,7 @@ "gulp": "^4.0.2", | ||
"jasmine-core": "^3.5.0", | ||
"jasmine-spec-reporter": "^4.2.1", | ||
"nodemon": "^2.0.2", | ||
"source-map-support": "^0.5.16", | ||
"jasmine-spec-reporter": "^5.0.2", | ||
"nodemon": "^2.0.3", | ||
"source-map-support": "^0.5.19", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # zs-extract | ||
[![travis-ci](https://travis-ci.org/JrMasterModelBuilder/zs-extract.svg?branch=master)](https://travis-ci.org/JrMasterModelBuilder/zs-extract) | ||
[![travis-ci](https://travis-ci.com/JrMasterModelBuilder/zs-extract.svg?branch=master)](https://travis-ci.com/JrMasterModelBuilder/zs-extract) | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45956
Updated@babel/runtime@^7.9.2