refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
56
node_modules/undeclared-identifiers/package.json
generated
vendored
56
node_modules/undeclared-identifiers/package.json
generated
vendored
@@ -1,47 +1,11 @@
|
||||
{
|
||||
"_from": "undeclared-identifiers@^1.1.2",
|
||||
"_id": "undeclared-identifiers@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==",
|
||||
"_location": "/undeclared-identifiers",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "undeclared-identifiers@^1.1.2",
|
||||
"name": "undeclared-identifiers",
|
||||
"escapedName": "undeclared-identifiers",
|
||||
"rawSpec": "^1.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/insert-module-globals"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz",
|
||||
"_shasum": "9254c1d37bdac0ac2b52de4b6722792d2a91e30f",
|
||||
"_spec": "undeclared-identifiers@^1.1.2",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/node_modules/insert-module-globals",
|
||||
"author": {
|
||||
"name": "Renée Kooi",
|
||||
"email": "renee@kooi.me"
|
||||
},
|
||||
"bin": {
|
||||
"undeclared-identifiers": "bin.js"
|
||||
},
|
||||
"name": "undeclared-identifiers",
|
||||
"description": "find undeclared identifiers and property accesses in a javascript file.",
|
||||
"version": "1.1.3",
|
||||
"author": "Renée Kooi <renee@kooi.me>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/goto-bus-stop/undeclared-identifiers/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"acorn-node": "^1.3.0",
|
||||
"dash-ast": "^1.0.0",
|
||||
"get-assigned-identifiers": "^1.2.0",
|
||||
"simple-concat": "^1.0.0",
|
||||
"xtend": "^4.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "find undeclared identifiers and property accesses in a javascript file.",
|
||||
"devDependencies": {
|
||||
"jquery": "^3.3.1",
|
||||
"lodash": "^4.17.5",
|
||||
@@ -62,13 +26,19 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "undeclared-identifiers",
|
||||
"bin": "bin.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/goto-bus-stop/undeclared-identifiers.git"
|
||||
"url": "https://github.com/goto-bus-stop/undeclared-identifiers.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test/*.js | tap-spec"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
"dependencies": {
|
||||
"acorn-node": "^1.3.0",
|
||||
"dash-ast": "^1.0.0",
|
||||
"get-assigned-identifiers": "^1.2.0",
|
||||
"simple-concat": "^1.0.0",
|
||||
"xtend": "^4.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user