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

70
node_modules/js-string-escape/package.json generated vendored Normal file
View File

@@ -0,0 +1,70 @@
{
"_from": "js-string-escape@^1.0.1",
"_id": "js-string-escape@1.0.1",
"_inBundle": false,
"_integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=",
"_location": "/js-string-escape",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-string-escape@^1.0.1",
"name": "js-string-escape",
"escapedName": "js-string-escape",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/cypress-cucumber-preprocessor"
],
"_resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
"_shasum": "e2625badbc0d67c7533e9edc1068c587ae4137ef",
"_spec": "js-string-escape@^1.0.1",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor",
"author": {
"name": "Jo Liss",
"email": "joliss42@gmail.com"
},
"bugs": {
"url": "https://github.com/joliss/js-string-escape/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "Escape strings for use as JavaScript string literals",
"devDependencies": {
"punycode": "~> 1.2.1",
"tap": "~> 0.4.2"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/joliss/js-string-escape#readme",
"keywords": [
"string",
"escape",
"backslash",
"javascript",
"ecmascript"
],
"license": "MIT",
"main": "index.js",
"name": "js-string-escape",
"repository": {
"type": "git",
"url": "git+https://github.com/joliss/js-string-escape.git"
},
"scripts": {
"test": "tap test"
},
"version": "1.0.1"
}