File: D:/HostingSpaces/SBogers10/bomacon.komma.pro/node_modules/cypress/package.json
{
"_from": "cypress@^3.5.0",
"_id": "cypress@3.6.1",
"_inBundle": false,
"_integrity": "sha512-6n0oqENdz/oQ7EJ6IgESNb2M7Bo/70qX9jSJsAziJTC3kICfEMmJUlrAnP9bn+ut24MlXQST5nRXhUP5nRIx6A==",
"_location": "/cypress",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cypress@^3.5.0",
"name": "cypress",
"escapedName": "cypress",
"rawSpec": "^3.5.0",
"saveSpec": null,
"fetchSpec": "^3.5.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cypress/-/cypress-3.6.1.tgz",
"_shasum": "4420957923879f60b7a5146ccbf81841a149b653",
"_spec": "cypress@^3.5.0",
"_where": "/Users/julesgraus/webDevelopment/Basic-Bomacon",
"author": {
"name": "Brian Mann"
},
"bin": {
"cypress": "bin/cypress"
},
"bugs": {
"url": "https://github.com/cypress-io/cypress/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "Cypress.io end to end testing tool",
"engines": {
"node": ">=4.0.0"
},
"files": [
"bin",
"lib",
"index.js",
"types/**/*.d.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": "3.6.1"
}