UNPKG

dynatrace-cordova-outsystems-plugin

Version:

This plugin gives you the ability to use the Dynatrace instrumentation in your hybrid application (Cordova, Ionic, ..). It uses the Mobile Agent, the JavaScript Agent and the Javascript Bridge. The Mobile Agent will give you all device specific values con

189 lines (188 loc) 5.58 kB
{ "_args": [ [ "jsdom@14.1.0", "/home/david/projects/node/dynatrace-cordova-tests" ] ], "_dependenciesComments": { "parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)" }, "_from": "jsdom@14.1.0", "_id": "jsdom@14.1.0", "_inBundle": false, "_integrity": "sha512-O901mfJSuTdwU2w3Sn+74T+RnDVP+FuV5fH8tcPWyqrseRAb0s5xOtPgCFiPOtLcyK7CLIJwPyD83ZqQWvA5ng==", "_location": "/dynatrace-cordova-outsystems-plugin/jsdom", "_phantomChildren": { "aws-sign2": "0.7.0", "aws4": "1.9.0", "caseless": "0.12.0", "combined-stream": "1.0.8", "extend": "3.0.2", "forever-agent": "0.6.1", "form-data": "2.3.3", "har-validator": "5.1.3", "http-signature": "1.2.0", "is-typedarray": "1.0.0", "isstream": "0.1.2", "json-stringify-safe": "5.0.1", "mime-types": "2.1.25", "oauth-sign": "0.9.0", "performance-now": "2.1.0", "psl": "1.5.0", "qs": "6.5.2", "safe-buffer": "5.2.0", "tunnel-agent": "0.6.0", "uuid": "3.3.3" }, "_requested": { "type": "version", "registry": true, "raw": "jsdom@14.1.0", "name": "jsdom", "escapedName": "jsdom", "rawSpec": "14.1.0", "saveSpec": null, "fetchSpec": "14.1.0" }, "_requiredBy": [ "/dynatrace-cordova-outsystems-plugin" ], "_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-14.1.0.tgz", "_spec": "14.1.0", "_where": "/home/david/projects/node/dynatrace-cordova-tests", "browser": { "canvas": false, "vm": "./lib/jsdom/vm-shim.js", "./lib/jsdom/living/websockets/WebSocket-impl.js": "./lib/jsdom/living/websockets/WebSocket-impl-browser.js" }, "bugs": { "url": "https://github.com/jsdom/jsdom/issues" }, "dependencies": { "abab": "^2.0.0", "acorn": "^6.0.4", "acorn-globals": "^4.3.0", "array-equal": "^1.0.0", "cssom": "^0.3.4", "cssstyle": "^1.1.1", "data-urls": "^1.1.0", "domexception": "^1.0.1", "escodegen": "^1.11.0", "html-encoding-sniffer": "^1.0.2", "nwsapi": "^2.1.3", "parse5": "5.1.0", "pn": "^1.1.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", "saxes": "^3.1.9", "symbol-tree": "^3.2.2", "tough-cookie": "^2.5.0", "w3c-hr-time": "^1.0.1", "w3c-xmlserializer": "^1.1.2", "webidl-conversions": "^4.0.2", "whatwg-encoding": "^1.0.5", "whatwg-mimetype": "^2.3.0", "whatwg-url": "^7.0.0", "ws": "^6.1.2", "xml-name-validator": "^3.0.0" }, "description": "A JavaScript implementation of many web standards", "devDependencies": { "benchmark": "1.0.0", "browserify": "^16.2.3", "chai": "^4.2.0", "eslint": "^4.19.1", "eslint-find-rules": "^3.3.1", "eslint-plugin-html": "^5.0.0", "eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin", "js-yaml": "^3.12.0", "karma": "^1.7.1", "karma-browserify": "^5.3.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-mocha-webworker": "^1.3.0", "karma-sauce-launcher": "^1.2.0", "minimatch": "^3.0.4", "mocha": "^3.5.2", "mocha-sugar-free": "^1.4.0", "optimist": "0.6.1", "portfinder": "^1.0.20", "q": "^1.5.1", "rimraf": "^2.6.2", "server-destroy": "^1.0.1", "st": "^1.2.2", "watchify": "^3.11.0", "wd": "^1.11.1", "webidl2js": "^9.2.1" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/jsdom/jsdom#readme", "keywords": [ "dom", "html", "whatwg", "w3c" ], "license": "MIT", "main": "./lib/api.js", "maintainers": [ { "name": "Elijah Insua", "email": "tmpvar@gmail.com", "url": "http://tmpvar.com" }, { "name": "Domenic Denicola", "email": "d@domenic.me", "url": "https://domenic.me/" }, { "name": "Sebastian Mayr", "email": "sebmaster16@gmail.com", "url": "https://blog.smayr.name/" }, { "name": "Joris van der Wel", "email": "joris@jorisvanderwel.com" }, { "name": "Timothy Gu", "email": "timothygu99@gmail.com", "url": "https://timothygu.me/" }, { "name": "Zirro", "email": "code@zirro.se" } ], "name": "jsdom", "repository": { "type": "git", "url": "git+https://github.com/jsdom/jsdom.git" }, "scripts": { "benchmark": "node ./benchmark/runner", "benchmark-browser": "node ./benchmark/runner --bundle", "convert-idl": "node ./scripts/webidl/convert", "init-wpt": "git submodule update --init --recursive", "lint": "eslint . --cache --ext .js,.html", "lint-is-complete": "eslint-find-rules --unused .eslintrc.json", "prepare": "yarn convert-idl", "pretest": "yarn convert-idl && yarn init-wpt", "reset-wpt": "rimraf ./test/web-platform-tests/tests && yarn init-wpt", "test": "mocha test/index.js", "test-api": "mocha test/api", "test-browser": "yarn test-browser-iframe && yarn test-browser-worker", "test-browser-iframe": "karma start test/karma.conf.js", "test-browser-worker": "karma start test/karma-webworker.conf.js", "test-mocha": "mocha", "test-tuwpt": "mocha test/web-platform-tests/run-tuwpts.js", "test-wpt": "mocha test/web-platform-tests/run-wpts.js", "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt", "update-wpt": "git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json" }, "version": "14.1.0" }