{ "_args": [ [ "cypress-wait-until@1.7.2", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "cypress-wait-until@1.7.2", "_id": "cypress-wait-until@1.7.2", "_inBundle": false, "_integrity": "sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==", "_location": "/cypress-wait-until", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cypress-wait-until@1.7.2", "name": "cypress-wait-until", "escapedName": "cypress-wait-until", "rawSpec": "1.7.2", "saveSpec": null, "fetchSpec": "1.7.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz", "_spec": "1.7.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "NoriSte", "email": "nori.ste.magni@gmail.com" }, "bugs": { "url": "https://github.com/NoriSte/cypress-wait-until/issues" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "cypressUploadRecordings": true }, "dependencies": {}, "description": "A waiting plugin for Cypress", "devDependencies": { "@semantic-release/npm": "8.0.2", "cypress": "8.7.0", "cz-conventional-changelog": "3.3.0", "git-cz": "4.8.0", "semantic-release": "18.0.0", "serve": "12.0.1", "start-server-and-test": "1.14.0", "typescript": "4.4.4" }, "homepage": "https://github.com/NoriSte/cypress-wait-until#readme", "keywords": [ "cypress", "promise", "recursive-promise", "wait", "open-source-saturday" ], "license": "MIT", "main": "src/index.js", "name": "cypress-wait-until", "repository": { "type": "git", "url": "git+https://github.com/NoriSte/cypress-wait-until.git" }, "scripts": { "commit": "git-cz", "cy:open": "cypress open", "cy:run": "cypress run", "cy:run-uploading-videos": "node cypress-run.js", "cy:start-server-and-test": "start-server-and-test serve :5000 cy:run-uploading-videos", "semantic-release": "semantic-release", "serve": "serve public", "test": "npm run typescript && npm run cy:start-server-and-test", "typescript": "tsc --project ./tsconfig.json" }, "types": "index.d.ts", "version": "1.7.2" }