12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "cypress",
- "version": "3.8.0",
- "main": "index.js",
- "scripts": {
- "postinstall": "node index.js --exec install",
- "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
- },
- "dependencies": {
- "@cypress/listr-verbose-renderer": "0.4.1",
- "@cypress/xvfb": "1.2.4",
- "@types/sizzle": "2.3.2",
- "arch": "2.1.1",
- "bluebird": "3.5.0",
- "cachedir": "1.3.0",
- "chalk": "2.4.2",
- "check-more-types": "2.24.0",
- "commander": "2.15.1",
- "common-tags": "1.8.0",
- "debug": "3.2.6",
- "execa": "0.10.0",
- "executable": "4.1.1",
- "extract-zip": "1.6.7",
- "fs-extra": "5.0.0",
- "getos": "3.1.1",
- "is-ci": "1.2.1",
- "is-installed-globally": "0.1.0",
- "lazy-ass": "1.6.0",
- "listr": "0.12.0",
- "lodash": "4.17.15",
- "log-symbols": "2.2.0",
- "minimist": "1.2.0",
- "moment": "2.24.0",
- "ramda": "0.24.1",
- "request": "2.88.0",
- "request-progress": "3.0.0",
- "supports-color": "5.5.0",
- "tmp": "0.1.0",
- "untildify": "3.0.3",
- "url": "0.11.0",
- "yauzl": "2.10.0"
- },
- "files": [
- "bin",
- "lib",
- "index.js",
- "types/**/*.d.ts"
- ],
- "bin": {
- "cypress": "bin/cypress"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "types": "types",
- "description": "Cypress.io end to end testing tool",
- "author": "Brian Mann",
- "homepage": "https://github.com/cypress-io/cypress",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/cypress-io/cypress/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/cypress-io/cypress.git"
- },
- "keywords": [
- "automation",
- "browser",
- "cypress",
- "cypress.io",
- "e2e",
- "end-to-end",
- "integration",
- "mocks",
- "runner",
- "spies",
- "stubs",
- "test",
- "testing"
- ]
- }
|