mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-18 21:20:02 -06:00
* develop: (52 commits) feat: use hoisted yarn install in binary build (#17285) fix: compile npm packages for node 12 (#18989) fix: show call count even if `cy.stub().log(false)`. (#18907) chore: Update TypeScript to 4.4.4 (#18930) fix: wrap playground selectors in double quotes if not included (#18442) fix: flaky settings_spec test (#18979) chore: Update Chrome (stable) to 96.0.4664.45 (#18931) fix: Loading of specs with % in the filename (#18877) chore: refactor `create` into class `$Cy` (#18715) chore: Update Chrome (beta) to 96.0.4664.45 (#18891) fix: flaky `system-tests-firefox` job (#18848) chore: release @cypress/webpack-preprocessor-v5.10.0 chore: release @cypress/vue-v3.0.5 chore: release @cypress/schematic-v1.6.0 chore: release create-cypress-tests-v1.2.0 release 9.0.0 feat: ensure major release have conduit app wait on localhost:3000 fix install-required-node use --legacy-peer-deps ...
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@packages/https-proxy",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rimraf node_modules",
|
|
"https": "node https.js",
|
|
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
|
|
"start": "node index.js",
|
|
"test": "yarn test-unit",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "cross-env NODE_ENV=test mocha --watch"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"debug": "^4.3.2",
|
|
"fs-extra": "8.1.0",
|
|
"lodash": "^4.17.21",
|
|
"node-forge": "0.10.0",
|
|
"rimraf": "3.0.2",
|
|
"semaphore": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/request": "2.88.7",
|
|
"@cypress/request-promise": "4.2.6",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"chai": "3.5.0",
|
|
"cross-env": "6.0.3",
|
|
"mocha": "3.5.3",
|
|
"sinon": "1.17.7",
|
|
"sinon-as-promised": "4.0.3",
|
|
"sinon-chai": "3.3.0",
|
|
"ssl-root-cas": "1.3.1",
|
|
"supertest": "4.0.2"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|