refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
99
node_modules/extract-zip/package.json
generated
vendored
99
node_modules/extract-zip/package.json
generated
vendored
@@ -1,45 +1,44 @@
|
||||
{
|
||||
"_from": "extract-zip@2.0.1",
|
||||
"_id": "extract-zip@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
|
||||
"_location": "/extract-zip",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "extract-zip@2.0.1",
|
||||
"name": "extract-zip",
|
||||
"escapedName": "extract-zip",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cypress"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
||||
"_shasum": "663dca56fe46df890d5f131ef4a06d22bb8ba13a",
|
||||
"_spec": "extract-zip@2.0.1",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/cypress_app/node_modules/cypress",
|
||||
"author": {
|
||||
"name": "max ogden"
|
||||
},
|
||||
"name": "extract-zip",
|
||||
"version": "2.0.1",
|
||||
"description": "unzip a zip file into a directory using 100% javascript",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"bin": {
|
||||
"extract-zip": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/maxogden/extract-zip/issues"
|
||||
"scripts": {
|
||||
"ava": "ava",
|
||||
"coverage": "nyc ava",
|
||||
"lint": "yarn lint:js && yarn lint:ts && yarn tsd",
|
||||
"lint:js": "eslint .",
|
||||
"lint:ts": "eslint --config .eslintrc.typescript.js --ext .ts .",
|
||||
"test": "yarn lint && ava",
|
||||
"tsd": "tsd"
|
||||
},
|
||||
"files": [
|
||||
"cli.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"author": "max ogden",
|
||||
"license": "BSD-2-Clause",
|
||||
"repository": "maxogden/extract-zip",
|
||||
"keywords": [
|
||||
"unzip",
|
||||
"zip",
|
||||
"extract"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 10.17.0"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@types/yauzl": "^2.9.1",
|
||||
"debug": "^4.1.1",
|
||||
"get-stream": "^5.1.0",
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "unzip a zip file into a directory using 100% javascript",
|
||||
"optionalDependencies": {
|
||||
"@types/yauzl": "^2.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^3.2.0",
|
||||
"@typescript-eslint/parser": "^3.2.0",
|
||||
@@ -58,9 +57,6 @@
|
||||
"tsd": "^0.11.0",
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.17.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
@@ -72,44 +68,13 @@
|
||||
"standard"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"cli.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/maxogden/extract-zip#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"unzip",
|
||||
"zip",
|
||||
"extract"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"lint-staged": {
|
||||
"*.js": "yarn lint:js --fix",
|
||||
"*.ts": "yarn lint:ts --fix"
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "extract-zip",
|
||||
"optionalDependencies": {
|
||||
"@types/yauzl": "^2.9.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/maxogden/extract-zip.git"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "ava",
|
||||
"coverage": "nyc ava",
|
||||
"lint": "yarn lint:js && yarn lint:ts && yarn tsd",
|
||||
"lint:js": "eslint .",
|
||||
"lint:ts": "eslint --config .eslintrc.typescript.js --ext .ts .",
|
||||
"test": "yarn lint && ava",
|
||||
"tsd": "tsd"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "2.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user