118 lines
2.8 KiB
JSON
118 lines
2.8 KiB
JSON
{
|
|
"_from": "cypress",
|
|
"_id": "cypress@8.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g==",
|
|
"_location": "/cypress",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "cypress",
|
|
"name": "cypress",
|
|
"escapedName": "cypress",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cypress/-/cypress-8.3.1.tgz",
|
|
"_shasum": "c6760dbb907df2570b0e1ac235fa31c30f9260a6",
|
|
"_spec": "cypress",
|
|
"_where": "/home/simon/Documents/lifen-autotest/cypress_app",
|
|
"bin": {
|
|
"cypress": "bin/cypress"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@cypress/request": "^2.88.6",
|
|
"@cypress/xvfb": "^1.2.4",
|
|
"@types/node": "^14.14.31",
|
|
"@types/sinonjs__fake-timers": "^6.0.2",
|
|
"@types/sizzle": "^2.3.2",
|
|
"arch": "^2.2.0",
|
|
"blob-util": "^2.0.2",
|
|
"bluebird": "^3.7.2",
|
|
"cachedir": "^2.3.0",
|
|
"chalk": "^4.1.0",
|
|
"check-more-types": "^2.24.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-table3": "~0.6.0",
|
|
"commander": "^5.1.0",
|
|
"common-tags": "^1.8.0",
|
|
"dayjs": "^1.10.4",
|
|
"debug": "^4.3.2",
|
|
"enquirer": "^2.3.6",
|
|
"eventemitter2": "^6.4.3",
|
|
"execa": "4.1.0",
|
|
"executable": "^4.1.1",
|
|
"extract-zip": "2.0.1",
|
|
"figures": "^3.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"getos": "^3.2.1",
|
|
"is-ci": "^3.0.0",
|
|
"is-installed-globally": "~0.4.0",
|
|
"lazy-ass": "^1.6.0",
|
|
"listr2": "^3.8.3",
|
|
"lodash": "^4.17.21",
|
|
"log-symbols": "^4.0.0",
|
|
"minimist": "^1.2.5",
|
|
"ospath": "^1.2.2",
|
|
"pretty-bytes": "^5.6.0",
|
|
"ramda": "~0.27.1",
|
|
"request-progress": "^3.0.0",
|
|
"supports-color": "^8.1.1",
|
|
"tmp": "~0.2.1",
|
|
"untildify": "^4.0.0",
|
|
"url": "^0.11.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Cypress.io end to end testing tool",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"index.js",
|
|
"types/**/*.d.ts",
|
|
"types/net-stubbing.ts"
|
|
],
|
|
"homepage": "https://github.com/cypress-io/cypress",
|
|
"keywords": [
|
|
"automation",
|
|
"browser",
|
|
"cypress",
|
|
"cypress.io",
|
|
"e2e",
|
|
"end-to-end",
|
|
"integration",
|
|
"mocks",
|
|
"runner",
|
|
"spies",
|
|
"stubs",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cypress",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node index.js --exec install",
|
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
|
|
},
|
|
"types": "types",
|
|
"version": "8.3.1"
|
|
}
|