{"bugs":{"url":"https://github.com/findify/findify-js/issues"},"dist":{"shasum":"540dafca5bedee9f0a58dd8dbc71c4e84322da94","tarball":"https://registry.npmjs.org/@findify/analytics-dom/-/analytics-dom-0.3.7-apiv4.10.tgz","fileCount":38,"integrity":"sha512-dhSv+J3vVfx/Khf93GY2AqiB182Hh5GOijldjWcuVzRBOyup2hpX51r9Ti5f0MrH39N7gAOTcg2fvm8O1FkKTw==","signatures":[{"sig":"MEYCIQCO7WXpzR6r53fng64itpRERycbeSoIOS/mlHB/w6SjwAIhAMVecQX28nTzIM+eqBurAgDsaQDNoFmGfP2UTK8RTg85","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4Wm2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUNA/+K6zCPUpBXvUG9T03vZGxuBlhgX09DjGdM65IU4QfAHH5Iyj3\r\nMKYeSctNCXxeucGbstd9tjDE5JmlYhmVv4p6Nx0Z3tYEXCx7osiGYCntMkOk\r\nqNZSGlQIKhd9/Umn+YwvmEW0qowgX7LPGr/lKqljcVo+fk0yJSMZc62SoRXr\r\nYN8XDgt9BEo5ovB62GIsztUOJ1kRGTXP6lVmNONIL5Fk3nErw+waLwtJMraC\r\nz2hw2PkdhtiXWs1iO/SRlumSbRfYpsyDDPi/mprGdEbu4w8lQtTSL1DoJ1JH\r\nKpL/r4N0HEtHMJ+mL9gjvoMVw+E8hCA62fZWI1AKokz5UH1R1gck1YOGKd2y\r\nUFkf/SfxNb6m4KwfRFBGdEeOLCXhPkV780QDZSNsLdjm4iuo87kf0NcDyCYq\r\nBFrliSxgn0B62vuTne9AHTLkYcW7ZtHwmrS4Y1UjkJu2GBW+1C/+Pn/3tZJG\r\nHYYeQb+cffq/ySoSLxUAcIuuJUNXFazUkIQr4NbPFZyBfhEaeVPFTHgh1Mz5\r\ndNEVQ+AiYkUEX4QmEQR54YW732+CLUqnN37vlwlthvd+LiITN0oDvMCJpaHz\r\nXCHUu1bCK/p0gU858OlblxiSBdFzVApiyfPMWSX2ly+guMCY88M4iJjzyt5o\r\nzGnoLYG0LVhzOhW74kB14w9n2SmgLq9oCI0=\r\n=sOta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","name":"@findify/analytics-dom","tags":["findify","analytics","search"],"types":"types/index.d.ts","author":{"name":"Findify","email":"yourfriends@findify.io"},"config":{"access":"public"},"readme":"[![npm (scoped)](https://img.shields.io/npm/v/@findify/analytics-dom.svg)](https://www.npmjs.com/package/@findify/analytics-dom)\n\n# @findify/analytics-dom\n\n## Overview\n\nFindify Analytics DOM is a library that allows automatic tracking of events and data collection on the page in the Browser that is required by our ML platform. The API of the library is the same as [@findify/analytics](https://github.com/findify/findify-js/tree/develop/packages/analytics), the only difference is that this library listens for document.ready state and collects data that exists on the current page.\n\n\n[Documentation and examples](https://developers.findify.io/page/findify-analytics-dom)\n\n\n## Installation\n\nInstall the analytics package using [npm](http://npmjs.org):\n\n```\nnpm install @findify/analytics-dom --save\n```\n\nor [yarn](https://yarnpkg.com/lang/en/)\n\n```console\nyarn add @findify/analytics-dom\n```\n\n## License\n\nMIT\n","gitHead":"8610bd89b378aab2f87f772d1e36e41a32a760c6","license":"MIT","scripts":{"docs":"typedoc --name 'Findify Agent' --hideGenerator --target es5 --theme default --out doc src","lint":"tslint --project tsconfig.json --type-check --format codeFrame src/**/*.ts","test":"jest","build":"run-p build:lib build:dist","clean":"del lib types","test:ci":"jest --ci","lint:fix":"npm run lint -- --fix","build:lib":"tsc --project tsconfig.lib.json --declaration --declarationDir types","precommit":"lint-staged","build:dist":"webpack --mode production","build:test":"npm run build:lib -- --project tsconfig.test.json --module commonjs","test:watch":"jest --watch","build:test:watch":"npm run build:test -- --watch","build:dist:analyze":"npm run build:dist -- --env.analyze"},"_npmUser":{"name":"findify","email":"yourfriends@findify.io"},"homepage":"https://github.com/findify/findify-js/tree/master#readme","repository":{"url":"git+https://github.com/findify/findify-js.git#master","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","description":"Findify analytics DOM bindings","directories":{},"maintainers":[{"name":"findify","email":"yourfriends@findify.io"}],"_nodeVersion":"16.14.2","dependencies":{"element-dataset":"2.2.6","@findify/analytics":"^3.5.5-apiv4.10+8610bd89"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"doctoc":"^1.3.1","tslint":"^5.10.0","del-cli":"^1.1.0","ts-node":"^6.1.2","webpack":"^4.41.0","cross-env":"^5.2.0","typescript":"3.5.3","@babel/core":"^7.6.2","@types/jest":"^24.0.15","npm-run-all":"^4.1.3","webpack-cli":"^3.3.9","babel-loader":"^8.0.6","@types/webpack":"^4.4.35","@babel/preset-env":"^7.6.2","@babel/preset-typescript":"^7.6.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/analytics-dom_0.3.7-apiv4.10_1658939829623_0.2386021845379429","host":"s3://npm-registry-packages"},"_id":"@findify/analytics-dom@0.3.7-apiv4.10","version":"0.3.7-apiv4.10"}