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

81
node_modules/lodash.memoize/package.json generated vendored Normal file
View File

@@ -0,0 +1,81 @@
{
"_from": "lodash.memoize@~3.0.3",
"_id": "lodash.memoize@3.0.4",
"_inBundle": false,
"_integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=",
"_location": "/lodash.memoize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lodash.memoize@~3.0.3",
"name": "lodash.memoize",
"escapedName": "lodash.memoize",
"rawSpec": "~3.0.3",
"saveSpec": null,
"fetchSpec": "~3.0.3"
},
"_requiredBy": [
"/combine-source-map"
],
"_resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz",
"_shasum": "2dcbd2c287cbc0a55cc42328bd0c736150d53e3f",
"_spec": "lodash.memoize@~3.0.3",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/combine-source-map",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
{
"name": "Benjamin Tan",
"email": "demoneaux@gmail.com",
"url": "https://d10.github.io/"
},
{
"name": "Blaine Bublitz",
"email": "blaine@iceddev.com",
"url": "http://www.iceddev.com/"
},
{
"name": "Kit Cambridge",
"email": "github@kitcambridge.be",
"url": "http://kitcambridge.be/"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs `_.memoize` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"lodash",
"lodash-modularized",
"stdlib",
"util"
],
"license": "MIT",
"name": "lodash.memoize",
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/lodash.git"
},
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
"version": "3.0.4"
}