refactor(Cypress): add nodemodules

This commit is contained in:
2021-09-02 17:18:41 +02:00
parent 1aa57bbd0a
commit bc6e1bc12e
4238 changed files with 340975 additions and 8 deletions

59
node_modules/gherkin/package.json generated vendored Normal file
View File

@@ -0,0 +1,59 @@
{
"_from": "gherkin@^5.1.0",
"_id": "gherkin@5.1.0",
"_inBundle": false,
"_integrity": "sha1-aEu7A63STq9731RPWAM+so+zxtU=",
"_location": "/gherkin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gherkin@^5.1.0",
"name": "gherkin",
"escapedName": "gherkin",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/cucumber",
"/cypress-cucumber-preprocessor"
],
"_resolved": "https://registry.npmjs.org/gherkin/-/gherkin-5.1.0.tgz",
"_shasum": "684bbb03add24eaf7bdf544f58033eb28fb3c6d5",
"_spec": "gherkin@^5.1.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor",
"author": {
"name": "Aslak Hellesøy"
},
"bin": {
"gherkin-javascript": "bin/gherkin"
},
"bugs": {
"url": "https://github.com/cucumber/gherkin/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Gherkin parser",
"devDependencies": {
"browserify": "^14.1.0",
"mocha": "^3.0.2",
"uglify-js": "^2.7.3"
},
"homepage": "https://github.com/cucumber/gherkin",
"keywords": [
"gherkin",
"cucumber"
],
"license": "MIT",
"main": "index.js",
"name": "gherkin",
"repository": {
"type": "git",
"url": "git+https://github.com/cucumber/gherkin-javascript.git"
},
"scripts": {
"test": "make && mocha"
},
"version": "5.1.0"
}