
dom-snapshot.package.json Maven / Gradle / Ivy
{
"_from": "@applitools/[email protected]",
"_id": "@applitools/[email protected]",
"_inBundle": false,
"_integrity": "sha512-hpwoOAo2qvLbnkSCQYiU7dntG+UIQ/yHGaygt8/uSXcnEkRPZ3QmMNCX7YdC0joNEZkyz4BULOdfCwFFG28m+g==",
"_location": "/@applitools/dom-snapshot",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@applitools/[email protected]",
"name": "@applitools/dom-snapshot",
"escapedName": "@applitools%2fdom-snapshot",
"scope": "@applitools",
"rawSpec": "4.4.8",
"saveSpec": null,
"fetchSpec": "4.4.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@applitools/dom-snapshot/-/dom-snapshot-4.4.8.tgz",
"_shasum": "54701e79aed0d8ccfd19b9acc829cff2363912a1",
"_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.5",
"@applitools/functional-commons": "1.6.0",
"css-tree": "1.0.0-alpha.39",
"pako": "1.0.11"
},
"deprecated": false,
"description": "Script for extracting resources and DOM in CDT format, to serve as the input for rendering a screenshot with the visual grid.",
"devDependencies": {
"@applitools/eslint-plugin-compat": "^0.7.0",
"@applitools/monitoring-commons": "^1.0.19",
"@applitools/sdk-release-kit": "0.10.6",
"@applitools/sdk-shared": "^0.1.1",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.8.3",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^2.3.4",
"abort-controller": "^3.0.0",
"canvas": "^2.6.1",
"chai": "^4.2.0",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"cssom": "^0.4.4",
"eslint": "^6.8.0",
"eslint-plugin-mocha-no-only": "1.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"express": "^4.17.1",
"jsdom": "^16.3.0",
"mocha": "^8.1.0",
"node-fetch": "^2.6.0",
"prettier": "^1.19.1",
"puppeteer": "^5.5.0",
"rollup": "^2.34.2",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-ignore": "^1.0.5",
"rollup-plugin-polyfill": "^3.0.0",
"rollup-plugin-terser": "^6.1.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"testcafe": "^1.10.1",
"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-snapshot",
"repository": {
"type": "git",
"url": "git://github.com/applitools/eyes.sdk.javascript1.git"
},
"scripts": {
"build": "APPLITOOLS_BUILD_MODE=all rollup -c src/build/rollup.config.js",
"build:short": "APPLITOOLS_BUILD_MODE=short rollup -c src/build/rollup.config.js",
"build:watch": "yarn build:short --watch",
"eslint:browser": "eslint -c 'src/browser/.eslintrc.json' 'src/browser/**/*.js'",
"eslint:node": "eslint '**/*.js' --ignore-pattern 'src/browser'",
"lint": "yarn eslint:node && yarn eslint:browser",
"postversion": "bongo postversion --skip-release-notification",
"preversion": "bongo preversion && yarn build && yarn test",
"surge": "surge test/fixtures applitools-dom-snapshot.surge.sh",
"test": "yarn test:mocha && yarn test:testcafe",
"test:mocha": "mocha --no-timeouts test/**/*.test.js",
"test:testcafe": "testcafe chrome:headless test/testcafe/*.testcafe.js",
"version": "yarn build && bongo version"
},
"version": "4.4.8"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy