All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dom-capture.package.json Maven / Gradle / Ivy

{
  "_from": "@applitools/[email protected]",
  "_id": "@applitools/[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-9KvRsvt58Rh0SnhiTxDbYYVxQoV0OUVSdF92kxtEbEHvdd9fJogOXlNPw6Aoy0/hYJdUzQz1w4wipX4yRc817A==",
  "_location": "/@applitools/dom-capture",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@applitools/[email protected]",
    "name": "@applitools/dom-capture",
    "escapedName": "@applitools%2fdom-capture",
    "scope": "@applitools",
    "rawSpec": "10.0.0",
    "saveSpec": null,
    "fetchSpec": "10.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@applitools/dom-capture/-/dom-capture-10.0.0.tgz",
  "_shasum": "faede5170bb35a77d9e0db1eefb843e0756bc9dc",
  "_spec": "@applitools/[email protected]",
  "_where": "/Users/danielputerman/devel/applitools/eyes.sdk.java3/eyes.selenium.java/src/main/node_resources",
  "bugs": {
    "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@applitools/dom-shared": "1.0.4",
    "@applitools/functional-commons": "1.6.0"
  },
  "deprecated": false,
  "description": "Script for getting a representation of the DOM in JSON format with information on position and computed style for each element.",
  "devDependencies": {
    "@applitools/monitoring-commons": "^1.0.15",
    "@applitools/sdk-release-kit": "^0.10.6",
    "@applitools/sdk-shared": "^0.1.4",
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "abortcontroller-polyfill": "^1.4.0",
    "chai": "^4.2.0",
    "core-js": "^3.6.1",
    "cssom": "git+https://github.com/amitzur/CSSOM.git#925260ff2c8f8387cf76df4d5776a06044a644c8",
    "eslint": "^6.8.0",
    "eslint-plugin-mocha-no-only": "1.0.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-prettier": "3.0.0",
    "express": "^4.17.1",
    "jsdom": "^13.2.0",
    "mocha": "^8.0.1",
    "node-fetch": "^2.6.0",
    "prettier": "^1.19.1",
    "puppeteer": "^1.20.0",
    "regenerator-runtime": "^0.13.3",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-polyfill": "^2.0.1",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^6.1.0",
    "selenium-webdriver": "^4.0.0-alpha.5",
    "url-polyfill": "^1.1.7",
    "whatwg-fetch": "^3.0.0"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "files": [
    "dist",
    "src/getScript.js"
  ],
  "homepage": "https://github.com/applitools/eyes.sdk.javascript1#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.js",
  "name": "@applitools/dom-capture",
  "repository": {
    "type": "git",
    "url": "git://github.com/applitools/eyes.sdk.javascript1.git"
  },
  "scripts": {
    "build": "rollup -c src/build/rollup.config.js",
    "build:short": "rollup -c src/build/rollup.short.config.js",
    "build:watch": "yarn build:short --watch",
    "lint": "yarn lint:node && yarn lint:browser",
    "lint:browser": "eslint -c 'src/browser/.eslintrc.json' 'src/browser/**/*.js'",
    "lint:node": "eslint '**/*.js' --ignore-pattern 'src/browser'",
    "postversion": "bongo postversion --skip-release-notification",
    "preversion": "bongo preversion && yarn build && yarn test",
    "surge": "surge test/fixtures applitools-dom-capture-origin-1.surge.sh && surge test/fixtures applitools-dom-capture-origin-2.surge.sh",
    "test": "mocha --no-timeouts --parallel 'test/**/*.test.js'",
    "version": "yarn build && bongo version"
  },
  "version": "10.0.0"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy