{"_id":"picasso.js","_rev":"149-9bcd8656625f8af7ebb8ac25df439051","name":"picasso.js","dist-tags":{"patch":"0.18.4","latest":"2.11.7"},"versions":{"0.0.0":{"name":"picasso.js","version":"0.0.0","author":{"name":"yu-ichiko"},"license":"MIT","_id":"picasso.js@0.0.0","maintainers":[{"name":"yu-ichiko","email":"yu.ichiko@gmail.com"}],"homepage":"https://github.com/yu-ichiko/picasso.js#readme","bugs":{"url":"https://github.com/yu-ichiko/picasso.js/issues"},"dist":{"shasum":"9cdece21840930e9e300cd0ccfe54993c5dfea93","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.0.0.tgz","integrity":"sha512-5AWxNbYCyWV7PLGaOFQIHHqqqEz4RPEqIsThecLUFS7A2jfdrSCGAiHAGRxwZtDTmFOYLm52z0bZ5Fe44JmQ/Q==","signatures":[{"sig":"MEQCIF4h48zQcVAfR13t30/Hf42oyk0HaiCczqBZ6iaOeQH3AiAoud6taqEvsx5iBZPTv4zYzhPGjphbsvZJE5ivB0DWQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"","_from":".","_shasum":"9cdece21840930e9e300cd0ccfe54993c5dfea93","gitHead":"073b193732b64c157be37df13b6e488f6e4dfa42","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"yu-ichiko","email":"yu.ichiko@gmail.com"},"repository":{"url":"git+https://github.com/yu-ichiko/picasso.js.git","type":"git"},"_npmVersion":"2.15.1","description":"","directories":{},"_nodeVersion":"4.4.4","_npmOperationalInternal":{"tmp":"tmp/picasso.js-0.0.0.tgz_1475088153658_0.39943504543043673","host":"packages-16-east.internal.npmjs.com"}},"0.0.1":{"name":"picasso.js","version":"0.0.1","author":"","license":"ISC","_id":"picasso.js@0.0.1","maintainers":[{"name":"anilsson","email":"anders.nilsson@qlik.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/nilzona/picasso.js#readme","bugs":{"url":"https://github.com/nilzona/picasso.js/issues"},"dist":{"shasum":"a3fa0d506b1fb3e5f1ec7e8430c46db3cb4ff575","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.0.1.tgz","integrity":"sha512-BqMZdU6GO9t4YKB+NjumUHYhGE524HSGMKt5Pf4G7drPImLEhWT+d/8eiSbfTTigBVbaBXMJPsdvysbTUYhQeA==","signatures":[{"sig":"MEUCIA2DdhbxJm9KGo5a4h0W5dlXlfnWd2WSli+7TgEzh6xeAiEA6ROsZTZC5z/VljUIr/ovPkfUeF/yMZlHwJU/rQvOqy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"a3fa0d506b1fb3e5f1ec7e8430c46db3cb4ff575","gitHead":"318e356f84a92214598be202452f195b16cba855","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"nilzona","email":"nilssonanders79@gmail.com"},"repository":{"url":"git+https://github.com/nilzona/picasso.js.git","type":"git"},"_npmVersion":"4.2.0","description":"charting tool","directories":{},"_nodeVersion":"6.9.1","_npmOperationalInternal":{"tmp":"tmp/picasso.js-0.0.1.tgz_1490709130245_0.23016254091635346","host":"packages-18-east.internal.npmjs.com"}},"0.5.0":{"name":"picasso.js","version":"0.5.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.5.0","maintainers":[{"name":"mekanik","email":"mm85dk+npm@gmail.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"cfd092cec4ba5bc842674a94be1d529c73764e81","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.5.0.tgz","fileCount":4,"integrity":"sha512-sgLAhQt8smjMBPD589XuVrbqSr5cQCxd3mXKQiLO2go7OJJszNDGUT3c0w5X5M9OphzGBV8QwN9Qdbk/q2x1SQ==","signatures":[{"sig":"MEUCIBexf1fO09S5Jw13XwstrerghOBJWFkf27V16GiD4R2xAiEAv6vL9eKH+0uM3hnJsvHgd0gXlVvJoqwtbFKtYbphb98=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2581608},"main":"dist/picasso.min.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js --environment BUILD:production","version":"node scripts/version.js","lint:fix":"npm run lint -- --fix","build:dev":"npxc rollup -c ../../rollup.config.js","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npxc rollup -c ../../rollup.config.js -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"^0.5.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"^0.5.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.5.0_1518194017601_0.6591387429222217","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"picasso.js","version":"0.5.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.5.1","maintainers":[{"name":"mekanik","email":"mm85dk+npm@gmail.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ad4cd301fd15797cb26964d791b8e68518575ae2","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.5.1.tgz","fileCount":5,"integrity":"sha512-0DS5zEo4oAxdtWxlzAhd93/agrxlKNgJutlOvzl42wzzGZ+CqbXvL/TpOfnp6liKi79r/Jr9tL7KICqqubkj/A==","signatures":[{"sig":"MEUCIAy1Dpt9v1w6M7OGLGi/tRJPhUuCw1fmVQJobdUBZjlGAiEAqiXae7T6fjxu7PuLreQzyjiP9nYy9gQzgFeVpPSI0po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2582979},"main":"dist/picasso.min.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js --environment BUILD:production","version":"node scripts/version.js","lint:fix":"npm run lint -- --fix","build:dev":"npxc rollup -c ../../rollup.config.js","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npxc rollup -c ../../rollup.config.js -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"*","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"^0.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.5.1_1518451769554_0.0846907948507698","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"picasso.js","version":"0.5.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.5.2","maintainers":[{"name":"mekanik","email":"mm85dk+npm@gmail.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"78652f9f31a8349ab8a964ac178508fd91f695ac","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.5.2.tgz","fileCount":5,"integrity":"sha512-OEAjI/tmbrifTgnBGSgClpTU58Sx4TQUhHABclejI7ycSsDW0we7OV+uw4KseroleKGP5MCAUmmMQBph0l7Vlg==","signatures":[{"sig":"MEUCIC5u20bkhTTzIeA3sAFXh8ulLUjw3vmt04qa8TvB7lc2AiEAybqnAQq6mjnU6cTqHA/m3J7HUoVodVl59bgIc39R6Dw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2573101},"main":"dist/picasso.min.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js --environment BUILD:production","version":"node scripts/version.js","lint:fix":"npm run lint -- --fix","build:dev":"npxc rollup -c ../../rollup.config.js","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npxc rollup -c ../../rollup.config.js -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"*","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"^0.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.5.2_1518714272800_0.6533506980815453","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"picasso.js","version":"0.5.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.5.3","maintainers":[{"name":"mekanik","email":"mm85dk+npm@gmail.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"dcf97f1d0decdd7961101d1c51cfe2d11d87e3fc","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.5.3.tgz","fileCount":6,"integrity":"sha512-Os0fa7bvazyCN5gfsALyJtpcuLnBcv0A2jt8gtoIa4GpF7qVKjBRUGzfR2hXMQMbKkxWHhKZN/OlFOYJpT60lw==","signatures":[{"sig":"MEUCIQDe8Jktley7h03kmxjgznXI8RA7SNiBFtnRQ2helt8l5AIgHGXj6jSsFQM59zbW54eimcH1jPV5JfgljGZZh7uAv/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2591112},"main":"dist/picasso.min.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js --environment BUILD:production","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"npxc rollup -c ../../rollup.config.js","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npxc rollup -c ../../rollup.config.js -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build && npm run build:dev","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"../test-utils","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"../path2d-polyfill","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.5.3_1519390444277_0.03643076596252626","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"picasso.js","version":"0.6.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.6.0","maintainers":[{"name":"mekanik","email":"mm85dk+npm@gmail.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"449ebb25df5be47c51e3c925fc66a36d69c0571c","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.6.0.tgz","fileCount":6,"integrity":"sha512-o2USGoic2h+j/YkC6O7kVG1zc8p7IumRL7fV93EOrDhUiGARLBvgpXKf+pbU57zgR5kMPoSxxNqlhaPNeF5LVA==","signatures":[{"sig":"MEYCIQDyeTCQef0Y9AyRJD1YJheKZghPJxlWE73U1PY3KsO+hgIhAIhJlwh/2niyfPrgkseq4zeazCYMJDLFLn7F62VBhqfF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618979},"main":"dist/picasso.min.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js --environment BUILD:production","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"npxc rollup -c ../../rollup.config.js","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npxc rollup -c ../../rollup.config.js -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build && npm run build:dev","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"../test-utils","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"../path2d-polyfill","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.6.0_1520496173322_0.9449531386524435","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"picasso.js","version":"0.7.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.7.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e94765afe160859830483af83c5f7a86d4c35675","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.7.0.tgz","fileCount":5,"integrity":"sha512-cOc9WtT9Qe/e85kO02FCnhoIsWRsmt/O/frZIKhfjpxLtzNfXPoqG1xeCEfPPCYD4zFk/IJK+IPSxm7fzAva7w==","signatures":[{"sig":"MEQCIH/3k3H/JVFruiGV26g3RaWI+18wG96/lTPv001oem8fAiA06O4T6m+l5+xojvJHfbndz4q4pf3amXGtxNPfOuL2yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1517336},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npm run build -- -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"../test-utils","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"../path2d-polyfill","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.7.0_1522935436472_0.3096891026383626","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"picasso.js","version":"0.8.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.8.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"6963c2a51618be87f9dd57de7e1f43b9fd0e0151","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.8.0.tgz","fileCount":5,"integrity":"sha512-y8xz4EuqAutNMaeiLxIygcfSRr1KFmTMDPGjTWN2ypQ0P5enu13nIOCmeb4JHSPFM62D0lYk2EdXwEq85Z8Rsw==","signatures":[{"sig":"MEUCIDPt0Y6LX8v9aJWfFkv0te7Mt8VGxNi+k3sJU/kkholXAiEAlePw6GW2KVbrer4qqnbkrL50zT7cTU6nYgt227yyedg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1555280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+xNBCRA9TVsSAnZWagAA4+sQAKGfYNOmQgwxkPeymQlS\nUwWLU2RaDjA41AtgrK85hMlD9pNm7Fb6JJGZxVDcIIsRykoBOxh2Db95mLtW\nsqBzv9/Z0ixtlXIBKR/5BA9VPP68iKg7RXkiMx3yQkSDsClFC1lAf2R3TRPo\nYoXgoq2bNzdNIsQcyINCM69ZLPh39CirG527XktqCQzqojWpUoeCq90Bt1BI\nCNqsLhTV8j9ETjtfgrZEPlUAfkmzlfWh5k37Of++1ByJm7Q28K/Pdb0ebU6m\nVFkjfa1y8iKMLmNc5L9odeGYsQgkRdLxtsaq6zJLJZJiYmLaeo4MzZOQ8qTW\n5SGcYVK6UrB1lk3V8uiG0Od+3vhdKWjaX4r6FBegRDY+TTkZpOz8KNRIe7GM\no5NaizLhwaMk+ayJC6+HMyaXRxgZqkhBd0f1tRkvUl+qbwUA5suViC+dag1L\nQxpvKe34LB0b5F/8/JM5p4fc4I7SHp0UuOpaCEPd94yLGhER5OX81Xv9HO8H\nRfVwgqZL4hzGCfsESnr688RhpwwtOYke8if9/lysGgsnvbu9xKtghgJHyqRl\n8ZCtw5baiSFgn9uPxUpfPb1M3421IYG9ENaUUROlxAV/8WOcFlW+A6EKSbmo\n/GKGEdGOwixx3QZdmhVoi0rPDhkCqY7nJnjBkLPsd4Hy3vqCWcBE4Ffsnc7w\nzDlH\r\n=3MjG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"npxc eslint src test","test":"npm run test:unit","build":"npxc rollup -c ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","test:unit":"npxc aw -c aw.config.unit.js","build:watch":"npm run build -- -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"npxc aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:component":"npxc aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","lint:recommended":"npm run lint -- --config .eslintrc-recommended.json","test:unit:coverage":"npxc aw -c  aw.config.unit.coverage.js","test:integration:local":"npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"npxc aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"carlhannes","email":"hello@carlhannes.se"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"9.8.0","_hasShrinkwrap":false,"devDependencies":{"npxc":"^0.0.3","jsdoc":"^3.4.0","extend":"^3.0.0","rimraf":"^2.5.2","d3-ease":"^1.0.3","d3-scale":"^1.0.0","d3-shape":"^1.0.6","hammerjs":"^2.0.8","snabbdom":"^0.5.4","d3-format":"^1.0.2","test-utils":"../test-utils","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-time-format":"^2.0.2","path2d-polyfill":"../path2d-polyfill","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.8.0_1526403904541_0.8051062612939426","host":"s3://npm-registry-packages"}},"0.9.0":{"name":"picasso.js","version":"0.9.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.9.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"8a05ec43c152686b607e6ba93e3cf10c627bebe0","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.9.0.tgz","fileCount":5,"integrity":"sha512-oVOPpgL2cseWGOQyxJGseLIy999Z+CkiMcHdSOkghQ6GVpn1S4C9r5EPBlxymYQqtoyne+vS7RgPn1LhynF/ag==","signatures":[{"sig":"MEUCICwOe5XtmF8wPJYYBAcHLBCilr1JYw1L2L7ym4ZThPIdAiEA0BGJIH6Uf/OOGVfOXvpAgdiJy0Xp7gzS4oTxwecOl/A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2545205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbIqmICRA9TVsSAnZWagAAXf8P/idWIvmnTP8f36uc2jSL\nY7cV4bU2oHuIeQdnYag9vHKkZMzvW4tOaevuOjNKOxfNOvocBKvUEFslunoW\nF94Kl3sS/ySok4Fy6JppdzE5yAd8Kqf5WiMlmHOfsDy153s6jkvxdoczaLov\n3ZNMtmCtr7g9YN9Al8jlZU3Z/INTnSuIhsZ9l0MuOxJVkEzMuiDSgEI328Pg\n1juLqBw27+z9jQbmj9NRy0XBaI+lZls5ws3jH0Cjf9W7iyaIu57ihDsAPeWF\n/JJg/LNtppFTFgIFbmQf1wBRE3UFvRgRjCPBypOrPsGT8HNbFuuGmy4Sz570\ny+FPo5Tt57net8dHWM7tlE/hwSdriIEBSV3mIJBy1BX+Ch0xpREV5z+d5mKu\n8knVSSdLUIFyhU4JOmLz/LkB0R12hqPP1NsqW/1wFu8t+bZgM2QTbCYP4ilP\nuy/tY+uK7ALAj8DseIrGRTx4DFQLNPschdtfEvqjzN7mLXigvoCneS+HDcMM\nZqbo9StJNuWyYu7MUCO8o+DF3sJSa62ZFpuNetAeCM1oTWf7dmqHaSlxrR85\nCfDIxdqSMkneo/TlQgDAAWDftts25ef4qMMjcvBSxWSHs3AY04aLqohFEUr3\nZmPAiFN1gNw0m/F1JgjVSU/9QJrqTKB51WJv99dO44NWVhvlfzLaEYITEYhU\nY5Wk\r\n=z/z0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","test":"npm run test:unit","build":"rollup -c ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","test:unit":"aw -c aw.config.unit.js","build:watch":"npm run build -- -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:component":"aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","test:unit:coverage":"aw -c  aw.config.unit.coverage.js","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.9.0_1528998279756_0.5393123569107385","host":"s3://npm-registry-packages"}},"0.10.0":{"name":"picasso.js","version":"0.10.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.10.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"be047831149132bef91ca3f929cdabeac8740590","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.10.0.tgz","fileCount":5,"integrity":"sha512-TG4fBkok895Secj+UHmMRbI9rg3PMjRqqmSRq9vp4M73aC3udgQ+Axh4SJRPoLu01KTbrcVBSbG+qk9FzAuTaQ==","signatures":[{"sig":"MEQCICRtoFhVFi5w9pA8+dikTQBBqxSareYlWMpc8JTYcXJIAiAzsIsCrA9LJksb41RUUTGtk0f7oyuTrLYxJbcZnC1dFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1584764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMJm0CRA9TVsSAnZWagAAXgUQAJRHCKEd+Zz6Zo3h07mU\nw9itBBFWL3F8PCmkccwsKgTa+zDapzdlbZuuP8n7Y6e//WnPqthe3pNIIGrs\nbg4BAxKbRMy2JnIojWLUuc57rkavl5qUqnAAx/EfjIr+anaKCi98yTJ5XJFx\nvv34ExGjAdTgtpLf9v5zeoTFerahLcXfERikglmqeppVlGqncdnWZr2AZ6Z9\nBj5OS5d2d3G5RXgj1RGusdR2eV5HITDkSCp9ClQiVjZN5PqTPBE9KM+TJmOa\nATu0WIMk6gmXxs8c/FKFQXsjnWjvR3KsuPq1uIuPd6zWx9GciZ0P3CEfbGHM\n+gGlBhfKXLwWp6dxu9/1RsGKVMITydw06WMwjb9lKjbZ2B3Iu80r1r+Mcl50\nCQ9mv94sFt4KFq35L51seORAwdF1GdQZWS7SY2rp+GC60PC209y0R1GJzkL7\nQKB2jMQozu49wI1LcqM3/gFm2+Qe1//AGIGgj94/i0NlpsyZQSyhg2+nloCq\n5sksdYuZ2aIUvOIvMyC3U85DwJrYXttoieMMj8vDuptVlwBrfcLr0T73MegI\noRfH/qxZZKSN4cmAHTrbMav8g2cx1uHT8M74hIw61wAir7fzMbAzLG19DKHc\nn2kEJ+UBA5fTH02s+Eqbvk0PirXBg6n2ZEoUExHO2suqhJh18Z2WCmjbJRWk\nab5j\r\n=z3kQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","test":"npm run test:unit","build":"rollup -c ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","test:unit":"aw -c aw.config.unit.js","build:watch":"npm run build -- -w","test:coverage":"npm run test:unit:coverage && npm run test:component:coverage","fixture:server":"aw serve -c aw.webserver.config.js","test:component":"aw -c aw.config.comp.js","test:unit:watch":"npm run test:unit -- -w","test:unit:coverage":"aw -c  aw.config.unit.coverage.js","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require babel-register --require babel-helpers","test:component:coverage":"aw -c aw.config.comp.coverage.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.10.0_1529911732786_0.8765848069964883","host":"s3://npm-registry-packages"}},"0.10.1":{"name":"picasso.js","version":"0.10.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.10.1","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"0ae0d16a040ee3253e9c1efa230d563b1631a04f","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.10.1.tgz","fileCount":5,"integrity":"sha512-8nmnP0SzVu5SWmSvN4qeDqZ8N1CLehPGN1VjURlaNTiWiHlBkVR8aXuXDOZYbXUcH+/clbiT5l0Z+CqVyf9lJw==","signatures":[{"sig":"MEYCIQC3hKZGTHCZAZ/jfX1Ne+/ZUtstqK6Y3kGOWzOmXp0KygIhALTeH4xR4U8TGFAIgQm11cXTmshtrYBm/TZPSRtRavy8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3096310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMzY0CRA9TVsSAnZWagAAn6YP/3T/Dcur1bvbkAOUjcOM\n7aPfMzGwcqKhtY2Akm7wRnKa3hNhMmTcbPQhoPV8GZp99ClE4aBK7z0ZHJpo\nPkU0vQA/N45RDPkHkAn7Fj6MtGDBvNecboDcoDrG5b2ESOvVDzZWOMw28sag\niN1LE9dmsUu31Xjw/ZALi0/Q/dzTgRGtAamr3PMARyZmzjx7w2SDlC3NB8Kj\nfnWYgLunQIArAynVBADwCREZxVKHShfRF6eyN0pxlu/jMsGiBFeVgq/0dLA4\nwiwWpvoDZqDrmX+dnbB/arB71GF4OSs0sKrxGb371wNEjiYj9EvXNwG7HegC\nRFKxgeNOzcCTiYocmOQTlcjtvWid+qxJodFb7RIGK86BsQwtpa401jztaW5o\nWKNC2gm6XaM1jAUPW/pk+C7au3xw0fYq01vh49ruNARZM8torqEofLDdKXYR\n9QoeKpvxTFYYg5fsTrByxunJGV6x7nGa0GYQpkF6pJHCcx5IW9NtkWQewmWr\nXZfztKYRArrihXXahJZy5LcMSH1QlmpFlSsDnOQ7ZyI5s4w1cgRl3MpGALWw\nofX7IugIMszSXxeILdLtDXyj/OGGNx1qoZkTCdELjx37QptgurxEiMPUyzkG\n74Vuw2XC4ST56+fzF2EhtUYTY5YuXqukLo0PkyAODfvirJvMtNLyJUPP/RgZ\n7hL0\r\n=Zn98\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.10.1_1530082868797_0.7430205326741557","host":"s3://npm-registry-packages"}},"0.10.2":{"name":"picasso.js","version":"0.10.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.10.2","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"3a7ed527c6792e34426c19d68ad4fd437063ec42","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.10.2.tgz","fileCount":5,"integrity":"sha512-imRdJNkcCJCQS0xvax8Bja1Xuo3eNFinGakejBdRre9iqPhJPAKfzSoh7O7q8gjtKsbxrYs3IUOJtH3n3iI2Bg==","signatures":[{"sig":"MEUCIQC4/tvFPnZLQrZ4O01PVA/cPdSej/WxjcHCPPBTPHB2rgIgUbYxjXpwHMxRRCD1DyICtxSNbz4veONeXUFDFxgDExo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1771972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMz50CRA9TVsSAnZWagAA30IP+wQkHDgFTsbsUaLTL8B4\n2DYaLYNykTc3jhyW76XFe11zqBjfig61D/NllQKff9KTuj2pqQV4hZrHAqtC\ncaw0rRi01xAZlKLKXsv+hHbtxdapWazaPUC1MpgpN22hJOYrH3sEeebDE0bZ\ndUzPoa8HjeyzXGsJiQCKm78i2HJh1ugUR6iXkeeMmkIX3xHwg5B681Vgd+03\nrWFgfJqzoDsKFe9qlf+zEaZDpBaeExFAvqEZDNYGHa8ymgi31pQdt0/BE6E5\n5HlXENCjd8my0voklG+39C1lb0UedsPLDUQKZBOfCTBHmx9UBBu/hVx0hHVK\nXBRM0s9kNRtKEYe+rExMnqtW/fDef12tur3P8DvjMzjgPdq3xrozwKE8q+cr\nItCLwn+DlKDrjI/DlBE1wgJBDSeAnLfAW6htbpnRRFFc938l5kOJ28di4Wsz\nv7Em9cW4DblQYAkmbxPGKSXqhX+xf3pFTJQrpoYYSl7KrvVX//eTQTy69VcM\nBKoUsLV2EgJ1KL8noIvQcayTHwFPPy/zQ0jhMjf3eFdlo6rWSxp2KaO7jdoq\n9t9WskGMY5I3TRmb2w+CaJ3dbi5pShp8GcE+hvOn1OCFGjkEqXfpU9O5OD63\nx542sMdOu4uPyw5MKAwvd6JtchCcu9xXkSSZRghkaolXMFbY/tiydBEX2tqH\nIjqx\r\n=/5h9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.10.2_1530084979947_0.7807135387829633","host":"s3://npm-registry-packages"}},"0.10.3":{"name":"picasso.js","version":"0.10.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.10.3","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"96a2c53f23b370754a9210505b8b1ce84e974365","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.10.3.tgz","fileCount":5,"integrity":"sha512-0DAdkrtC+qwyXthciMCjB5DzMTNOeB6NFtU0npW4U4QI6WNnVuT79TSkhG7Do2yEstik0WSxidalZCtCfeVegg==","signatures":[{"sig":"MEUCIQCYWKZKlSVQyzZ33q2hf24Dz783py1UmSbiZ6CoAMYkpAIgegozFptXdVtA7qzED+GPsRlm59IfD6s2ixQPgLSe7Pw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1789852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbM6szCRA9TVsSAnZWagAAlKgQAJ7aRwDpT3+6RkspeaNY\nlSSEFGo9vh3Kbny9Z8DDlLKD4OhfbhAh29JeSxu9hpIgAigvczefHtVePk/M\n21epTMAc5FUCBIjnhUIlhpWCPu8xWMWVo8PUtL4dPF0GEmyuRvxtOSnYcc7K\n1NyyBSz3jUkGi28OGrnRv+xAR48p03AQ5a5H6qYW7ar90uupJpjkXGOXOcNZ\nZAHS3Pd5eAv/zBbjikLmYcAJY8XYFK0KsZM0OyeQ90c2KSt/k7o3Dj1YXJrA\nxewa4J3p7yAUplF+f6zBZqAEpORl3dd638tS6SiXJcHQifnugdGoqBqMikFB\nD5JKbfA5Rnm+mRdg7TsY5NRvSrtPYHK9KRiqOZ8TlFB1FdQvpOuZQeOX3Aey\nJcPlV/j2VCrfa3h12HpcDU7RjKdK5RZ2k/bjeIoKD0sJQqdy09FNPL3XTjSL\ne+ePQZ7x/RNCFnRIdvJfqF6WVj8OrlL8KxE4CJNr5B2jxRxWvXJHqtzKN3zA\nnRLNasdvX0pHkWRTxn5ZKnebZLpMndmANxEMvBh79USB6/t5cN31xLb+Avtp\nc79oi48kWeuM/8RatlxP9jlggNiGEKOA4ndJwYHPpM2KyRfLapAyZmi1HNQR\nDzqUVCFBWsw7ZS610+vK3r9tfhnrWRpf0+ucO8VFAAcCdPJNkWiKF21oH6uc\nUwGs\r\n=XWmW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.10.3_1530112819068_0.7171565453237447","host":"s3://npm-registry-packages"}},"0.10.4":{"name":"picasso.js","version":"0.10.4","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.10.4","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e2666d19ba3d63a310039db47d18818c5673f2b5","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.10.4.tgz","fileCount":5,"integrity":"sha512-iFitgD1WbNPaMVskAMuhjAO95ukoEeKo2yJPWJYiQMt1DlvhqrOIEM7iDpYdXF4jO5GT7JY/Wr09i5gBDYaNxg==","signatures":[{"sig":"MEUCIQCX559mn1ovFIP2eK9ltMrb6QZXQtcWo7k4JTbUh9Y1AQIgAgjXWdiLVG3xJwmrcZJ69JEepX/nM2qf0NtYvVayQCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPGK6CRA9TVsSAnZWagAA19cP/RytoEvL6xKYtxIM5M/G\nVTFhChOp655eIq4PjmONrmT10G7FOWgEe5XvV7yF/s4vdGfTVDVx7IlJGkA1\nttbgW5pWsQbIfK6BRub01vXxULzwv2qRUCnBes5jeKfLy2bF0/cJ9Pwetbk3\nkwFirNPhZSQun8k0HGaofNeEjf//70NS4BDxpgNhBdIq+PwZmfKRYWo9eX0S\nlQPPNd5Urtr2MrRrO3McSwjFWnCWDD3oizpW0y8iCpjQfJkgJuA30KvRUE8S\n06ZimQ2ra7I9WzjW5sHWRykUGAryEZHVMvI7DgsI1yyG4so0CoMjQDmYe1R+\naRRRnaGJS5z1K3RemPVNmKtcbpcG7dXYVqdeP2ImTeNkYoESmY4RX6tl1lFN\nT20ZnBKtogtlg6IWMNe4wfFw6a4DcCbgfNMkyeTkGD6Nq3DoM5/vMxdt2kdQ\nEa5GJUa0vggtdDAMKf6UxcQn8OpbA3Pvm6i9pfaxVd7lLJOyLLhdui3Bqbh0\nqbl+2PgQrti4/vvEgB47Q83YqjWiFeo0+JlfkCnuwmwOcxfb3wb3cI8jwoq/\nLgn7iYPqEWeWlmPWjaKgL7vQpbclRT7KnP9WoS5A+YKhVOGJXm4X5Vi0TOXA\n2PAvEe+AMZborZdl4tUxGpuV/msjT/5c+HkP9DXd2JOiS8L9Jndi6YO2yThJ\n+XGY\r\n=JYA1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.10.4_1530684090400_0.516910024074581","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"picasso.js","version":"0.11.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.11.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ee7b5c3fe8118c1e387f2e7d349eb93c0e4d8aec","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.11.0.tgz","fileCount":5,"integrity":"sha512-YXmRYNGyUU8qes4uQK7JnjnmuWK5dT+GiRLPU9jGYTQx5+EwU4JMDDwpBrms1UEUVFWqlmpCB+CZ8w/6MMfXcA==","signatures":[{"sig":"MEQCIEHzJffMGpM99ekK0ni204EHWafpokph7T5W1dPNRwCzAiBJugYqbTarnoPfn3xJOaLd3t2hvrRIbRom1om0AUSwmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1805802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbSeIwCRA9TVsSAnZWagAA5aoQAKIvtO6dN0Fbr5QoVc+O\nQQw2I3gqIcHsHGfAxQipw3RTqfLc7ywn+IUhgGbfiKG9JRxYQMaprVkvWotC\nVh9yB/Ij8mNJYfnLi0RxgIBSpelFh7L79lqvahJ1GENp/H+9XbpJ/iQfHE3q\n9tI1DkZkmZgW6u45SmlINXZQ+egx7+vYxBrw5+Y0tG4meoYio4rCZqWPGeBx\nX6nQQiGq/slSJzUlFU8r2g/+L3u2tkvr3F9RH7dfZKxZfVRcVM4urb7tj9XP\nINGPMk+xHvPS7zBpBIQAs9xq7VYDUsg59BFjsBTrFhXBsdbrGyiKQ7x7VJIy\nMbsqO3bBVHVk5RElw5WKqCKFIKcNoWfV/o32qqXmHSf55OE81+sHXsw3ZwB6\nMpDMZJA1J5Ic1vq4TNdC1cLTIzzB3wsJWuEn6c89cYoPazXGVyZIYaGASInb\nB3ilVV7zIeOmRE0sHQbnvyI0oHqkBM6uGJiuOrsoBayO8P0zUuUD2ekILNWR\ntYaK0Us9mpEGYXn2eGStJ2lpQKAtubJFRCmKj8/Sbi8U+6UvcXkkr7qAI+fv\nXL+rVmEo3+Oi95ChocY2MN33TuN1O8ljanoN2T4zYHgj90g7E8PoZJg9A7KJ\nQtGKTkTcHEluhUQh3/YS91sipi5Ngbb7hXK9kB3bElZ6XYVrPcexUo/flr+E\nu7l6\r\n=tO5F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"jsdoc":"^3.5.5","extend":"^3.0.1","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.11.0_1531568688683_0.051406710180191606","host":"s3://npm-registry-packages"}},"0.12.0":{"name":"picasso.js","version":"0.12.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.12.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://github.com/qlik-oss.github.io/picasso.js","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"f098ef9b7f63b0eb2a3859dfe0d38b687ae6593b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.12.0.tgz","fileCount":5,"integrity":"sha512-KctmB5iDo5Jcv95trQL7BNbKjXjinT9kq5oCjCD+MixyzYDBI5vzp4z26YGrsM/o5t2cqSdNA89jo1LGLgOG7g==","signatures":[{"sig":"MEUCID1Km6VCuMq5yCkKyCPsNa91foC+k6yjVGRR4clCIYM+AiEA3QkgBqQe2F7y58/Uki5gMOS8RYPAmkNwmsjfXnlkYGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1868299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfWqICRA9TVsSAnZWagAAFs0P/izNr0+3Z3wFClx1tvVU\nvhRXdVU8RlPrGMxTZfkA2Ipm5r3oN53SsXZtesLiV93xXAN6iwEBhkAMX8Ar\np1wGnLGk8LIDgIxbspb+QqXyjyK320aISntIN9tvt9i9pJHE5t1IYvKHKw6V\neDuhRyjFz3JclkUZbncvfpiO3bIO5+a3pPkOxxJQCgupKRDVuovn9inD36e8\nTpIF2FJipARDF5tK9eLiGEF6AhFGc+r0csQGGn84nq/fo6R9CRuNhUBrbJb3\nm5qf0XCIXMDerm+JQTj6XU+HhzmgDSCzJomNnbyJL10nm5X1k4CApnYGfUVk\nauMidIfTN0xE83Sio6oUc8P9Y6rU8EHlCHHYZC0/I/+8J7BeNbpPXaMpHhc4\nvwsJmXalat5BjtaGTnbK3QCfqtl2jL4Res607e11ToqUXYqwxakH1wjGlHEC\ncZGNQxOTthwD/topN9B+k3P1h4kI/JblsRZy64LN0n0OikL+jtPGmxR+ImPL\n7Gij1d5UId4ijuWzHG96bn6UnaVDJnkDJmnz0up4/jG0gAOUDZZozMcsKGj0\naPNwnG0rn+9iSydDhF83MQaiyT8Y6ZVgsz2m+/UQvofPEvFyNO23K6lPI7xH\nv//QaTg0r7SEI1Jw4L8++OQ0WSvx4xjjC/FQLEO0hZGXIrVhM5qeNn9Tmuxj\ngPw6\r\n=JJln\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.12.0_1534945927760_0.7951648463842367","host":"s3://npm-registry-packages"}},"0.12.1":{"name":"picasso.js","version":"0.12.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.12.1","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"83f9672a2e491cd9635390d1e2dddcb07c00db49","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.12.1.tgz","fileCount":6,"integrity":"sha512-GPGn6Dazj7a09nAh/0tCnK7+m6q1Z8ZGvR077qjtHnDSoq2Udzp5KWhJkJ4i5ms0W3I/o/j8+0eNamD1w8q9PQ==","signatures":[{"sig":"MEUCIQDI8m/xOyHRsaxjaxEpcKq8Lh/mGc8yLEQj2PG0qXhqCwIgKK6vyugmAWVrMYVxrfpfQ8Fx//v8yEzBLhL2UhBO8xQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1869753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfq7eCRA9TVsSAnZWagAAUXgP/00jK6WwljCfzYrTaeiS\nF62s1Idz5UOlQNGdCnMN7kJpRQADy2sKDvGfC6lyFMfQr7cUi+QMmeXj/OqN\ndfRGYX22ST1i5ZBH/XyLF2EQzyiecdZV+GaPq1+y0D/TQQw9bKA7+ofVfsd2\nkSJ016O+HOUb7KH3phBT5m26M3VktQbIjP4hnfOFUMQ+edxvFNeH30f/tSN7\nUfRyTNVYpsWMMVODaL2fsXW+o4C1Fw1YasN5N9raYAWnMdAJcU7yJ98Gapek\no7gctme1k5e4E7CQDY84m4m3kCTarw5Rp27Rd4frgCfS+MFGcmb9Dfgiwf0R\nuWQ7BRmBnHblXgT7K8oZ1RmRa7x2FjVdJZBPMosfFPZdiYWLN9qo0Duppe1B\nlePw554vTlSU2k3xl3FsuGIY2T3rH4HJBV1CdSlqciYQCKBC2cZZ2u5yXzPd\n9cLdMEcQh2mlqZ2RQYsVTOypfsB5p3E4/CbTw1XPZV6RYu6mpXW99rCjVXG8\nis7JuIfK/702TCL07pFCfEpvDmkiyOddIExhusMi9zIYxd9oIGs3YwkgaH/5\nmAYaAsR3ym5/q5d6dO/nJURp07ebscBeEUwwiZSb5e5UFZ2LxzldonOvVZZO\n3zR++EJDJnZVTnu/LA4a9dQbiFWMTr75lhPzzKUOXqSwgWNSyJ0KrRQPWgcf\nBwBT\r\n=4/nK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","gitHead":"d3140bf84abf4e8c550901bc416fbf53b04a5947","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.12.1_1535028958287_0.10779504953345076","host":"s3://npm-registry-packages"}},"0.12.2":{"name":"picasso.js","version":"0.12.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.12.2","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e44548705855024e356399e743c7971982e01910","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.12.2.tgz","fileCount":6,"integrity":"sha512-1QoZQ4me5tsAhs6n+nMa3mYWG8FwkVWQV79EU06mxGhVrkdl3WVDRZN7QKvaB3oWK8oSYZ+IlOlIXNOIbFUxiA==","signatures":[{"sig":"MEQCICImTYw2J9mdA92OcCOLkIWX3JscSaaFwvvXJ1bQCxbgAiAYhhVgTmLDqY7IQ+zoq3VmRIZk1Tcej5MBWhSQwky2nA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1869956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfsA1CRA9TVsSAnZWagAAhkYQAJ4PTf7IJVgT+nBZKKJH\nomIf6HyK10K0K38kYzhCyEtT2icnx7l0W8YGkTHDGwn09QlKnWcYmbQgi2qG\nHAynj3H5ntxSo35DjAQgzx7jvs53TrR6YWGDZGK+EsDhKiMCwXcLuXRMqetM\narYwT1WNHs06kUachiLMgIPk/Nrxse7yYLskGPI09KMRvfBntqhgikRvU08T\noWwY3s54XZ69ZP6UWjE8EFZzrwX5wxs9bjtZH0hWDdipxtwc4/YFQePgNAOc\nI/xumEVJGwvZhzJySzyR93oMXXsdr67zSXxRaG4SN9/Pva7jXY0Z2wBvIQ00\nHttx71MD75uuPF32r86CqUaglzmVoU/Vadc1dnVQv4TVtg86q/yom5qisNfv\nHTwRwhnS4cYof6XarUq/oedDagrnLw6FnCTgPQkX1AG4mbUNpE2edp1u3lGq\n/5MWf2V78fECHbGmHS0gnV9DyoQFCQEqJ0DkxNRAolYsHrh9nnDb8aidDWWQ\nOn5DcP25jcFYf+RrrDyVUrLoMW2ogIWP241FABZcoEiyeQJfMpMfTz/u/soM\n1FnQNsGppZNN3dPFrK06WwswImvqBV7mh+7l/ZMIcJMdyuQHoJdofRYU+FyW\nnEpcpTO808Kgq5dSMAToXpHu48I5KVOQcqF3tBczr75yFyALiYku/61fBnkl\nmPu3\r\n=EwWV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","files":["/dist"],"module":"src/index.js","gitHead":"14f948e19975e1a203156c92a48d554930fc4bfd","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"5.6.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"8.9.4","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","rimraf":"^2.6.2","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","snabbdom":"^0.7.1","d3-format":"^1.3.0","test-utils":"0.0.1","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.12.2_1535033397224_0.5873335534841544","host":"s3://npm-registry-packages"}},"0.13.0":{"name":"picasso.js","version":"0.13.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.13.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"951c57c46b06b7243c9b07b41268efe38eeb4f81","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.13.0.tgz","fileCount":234,"integrity":"sha512-d4ooA7jkunbDtI6RCNPfnCJl1Iu5f2pbAinooACX/FikUPDJv3b37w+c+XkBDfRWgiwnH58CXijfamwLaHW+TQ==","signatures":[{"sig":"MEQCIGHrGjsHBa/pmDKLavfhiUEfe/u/BDGtt6KmM9PNp38AAiB0cg262HdneezMovKnxBKTPgc02ywlV5hre7N1Cx1HEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2567279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo5uKCRA9TVsSAnZWagAAuiAP/iSDdq1jMBwrQsOqJSFB\nZp4JvG4lMFjHamXd3KOTOXj/uXi7r/zhC4eer3Bk6kSFIFfuswpRb1NVPuUi\nLDcVwDBs2QQHufJKyaeuqDMTRGIGtsdhe2bS6xk9ZgvsFwt+lyeHUzmai8up\nC+UnpG8W8EcFbJRmn1dAqDaooiT0bZQSMF1+UDDC7NXsaTqm7vwg3+mUlgzk\nsjxPSmBu/dkpfgVPplxi2VH04WWr1goHWrfNCf9xs/qTJSYlFkahjdXemEA4\nL4DivI73EHlZhopLAU2D/DJOd9zrCL7GCYkhkEiHp2MX2Uertpo6EXOdR1fV\nt6LJ5rp3C7w59Hk5jhBMXAGZNqTYwXdrqi+wC54J788b+1vK/zo31fcQhBfC\nzu5QEsFLWe+lVjBvX0Zsh5Ys20FlvxJHp4ZSFWFQUBdjjVDFwG8Fx9k4gBUD\nbMs8JT4Ws2uZOHXoM6Mn4x0r0AGd5LIxOONdVTMGyV1QS3uqXAIpIYIr8a6S\n9VgwVYPeP1IPJLWKgDd3SSDMMPvruusyswflcFqjZo2XnWdkYk0cKRbNzlX2\nw91/ON6N/VSui/3hZjtLuPgcsl7g6bEDkCrlMjjdJ7jpZQAElyDNvyjfSeVP\nC74QDw0Y/qlnpQHFmeU7AoNLaROPHSmyCGqkR1K7y+ygJPo3fqFEzv0rXMHB\nBvd9\r\n=Zav4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"src/index.js","source":true,"gitHead":"d8ae9d270d8394cbd537aa1625d466a2664dba00","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"dependencies":{"extend":"^3.0.2","preact":"^8.3.0","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","d3-format":"^1.3.0","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^2.6.2","test-utils":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.13.0_1537448841326_0.2881698059624953","host":"s3://npm-registry-packages"}},"0.13.1":{"name":"picasso.js","version":"0.13.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.13.1","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"0cefd3fe65027be64acdf41316704546c0038097","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.13.1.tgz","fileCount":234,"integrity":"sha512-RhrKMiavhkJ3tjmLkp3PYtBFxEmHwArl3Fb96muZSUKABC/5nH/RD4jlvXk8v8Rm5QjJBB3dGbW7faWzav7MjQ==","signatures":[{"sig":"MEQCICOXBMEvpejwwV/VtO3c/4oUkxwVRV2Y/QV92/sDH9rmAiA/txhml97Fv1t6Ae5FuRUtdMir/3/mgErAK20xqIXWuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2563057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo8wxCRA9TVsSAnZWagAAlQkP/RdvrtC/9k3q2xwHQSL9\nx18vaFoIpmkTN82LlVK6FC9z0lTNVEa03f5L0XzJKpELzitg8ulZk+hm2Zzj\n3U4NwvBDBAg2vy0A4fTfe1Zwh96BOWT0LY3grb/l5aRx+I8j5LaXPJajNtlR\nsBFS3cRd3Uafk5ymH7bm9NgbILJHQ9qSIUcPByMSYkimQom83ztIW8OS6iYx\nz3iqi+WKyTP6VV0u9rb87ahFMOcRCMZqUSIdRBSJbaUetQpKoV0wGX6FWJWE\nNWNN76BpF3fEs9CSQhJ/KJJ4G70jz9dl2qZmZnFAjScoXc0jf4hhVuD1o04S\n3MFmxxVqI7/SP7ezMQPdyU1ixxxMO3b0btwzRqKjBzvOH9rrlJOgCAt+3weF\nU6HqJ1bWOl0NxM5S2JzqCG0T7mX1EyL8ufGGX5Ba9PPLJXzy/wW2v6bdUeDF\nZcgzwL+dwuPj7nsxOudomMk68pyS5XQyMpiXFPbxhupRffjTjl/yLWIUAvrW\noU4/bRnUUu+mloz9SJ7Chp7+bgY/+5EJVrhUEwQkJhwhzm8iJQ/rVj/5YEbs\nXJM3QrE9Lr0vYpP01RCbQ7VNbYe76sncpfEMWELsPwgNTBmTZ13U/vc+0XVh\nhIf+x66zqVqxauZEhHQ9c8YGTw26wbrrBp10Q38FOTL0JY4KvGaDFZ97xg2a\nt4mk\r\n=uhJD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"src/index.js","source":true,"gitHead":"f347007bd4ab3694310b8e96b7c9158094084b2d","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production webpack --config ../../webpack.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:dev":"webpack --config ../../webpack.config.js","build:watch":"npm run build:dev -- -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"dependencies":{"extend":"^3.0.2","preact":"^8.3.0","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","d3-format":"^1.3.0","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^2.6.2","test-utils":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.13.1_1537461296594_0.6350723413587034","host":"s3://npm-registry-packages"}},"0.13.2":{"name":"picasso.js","version":"0.13.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.13.2","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"00fa130671b9a2acc00e37d1a4b6d61c97f43147","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.13.2.tgz","fileCount":236,"integrity":"sha512-tr/iRqsJlg6V5h/8Za/7C+8dU3Jg5RoUyG0U1uQNd/EV0UbKYcRU/Tk0C+F94uATW+LzSrXtSRmaqk2PUZvDgw==","signatures":[{"sig":"MEYCIQC8NQLQOXA94P5rCs9cSvifuOthhHnJst2VHmHnS6IjHwIhAJqMciiGDbX4Vqb5LjCwQJQHhPT0WFBkHHCwm6gWp4ZS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5023147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqIWECRA9TVsSAnZWagAAqOoP/1o4OhokYt0xqk51qsLZ\nSwjNvGRIsMi3kPp7wOUO1Te+5kMr68PSPcKmh3CeW08d83DiWp1pLjK8H4Em\niKyKgUrJd4C5Kzy9uXXftZFbvy0KG+Z4MCLqr0hB7+5jRNeAA2ds/XNJo1Dl\n79ZGrLAsIJjgCaXXiSm1swP/AXueKxrBsdmgSCemrlbF0cTV22y7TJy0l22z\nTaGhwOK6du0psSUBYuHTwLApMKwslNExZU5bA8hS8YlE+i4SgVNIbvFPV0Vx\nI6+iJbWKcgQlsCeCJFjPtCuGrxSezFa8m5rkPAWR1l06qb6joDPygGnzfBAX\n0HJDulpcaxS76LXXPTXKjsXqe6kSLnx6yYDM9kalqH692GNi53n37MlH7a6E\nkiR7DaQsp19i7ZVhgEwSJ3iQhW1As0kD5kVFTnJ/kfGBY5sMpo7QCXaulHeR\ntbGLRR+uxm8y989VTQaJ9QOOIDvDzjfM8r/uuEOFVihiEjnzp0i9r+ditSs7\nPOPbC3J/LvIVEpgX2pfusgyntgeSpYW2WYYeChObptc0YuWDGNG5p+Ts+0qj\nKopCNJqSX136xaMaEZn0V4ZsULEHzAyhHcj556OugyfRxnlVR8exKjeg15e6\nVYIBPgCpnK49hbjw1DpKbY00YHFBOOIvAEDcrfs0dsLEwrEA7wZsDJTAuugU\nqYAu\r\n=nY/H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"bc6aecc33e827c9601a397a78123a0d46a371f92","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.0","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","d3-format":"^1.3.0","test-utils":"^0.13.2","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.2.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.13.2_1537770884215_0.20443499114580965","host":"s3://npm-registry-packages"}},"0.13.3":{"name":"picasso.js","version":"0.13.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.13.3","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"febbe64aae58395326c14f5cf2c56978964b26c5","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.13.3.tgz","fileCount":372,"integrity":"sha512-gMbq9iUAjRavMVPy4XNY4MyH/mKR9eRpQRabCvPa2c6bbL1VWz+447gjHfrsmRS1c6qxNiEmpL4Rw7awSZgXNg==","signatures":[{"sig":"MEYCIQDZmnnXYJk0dej/qmQ6FwN2ZoXU1odWzXZA4cDifcDQ3QIhALFjASFjwdwQA64TQp9yZzyHSp6VGyNfdQQO6BIiCflr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5831679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqjxXCRA9TVsSAnZWagAArMoQAJ9XzMVAkHtyhR88x3gi\nPUGa5BChFcOOtVGvGy3uqz7gYvp792zDGQcatDW71etETl7BzzsVpB+M/9JD\njlfSitgX3r6k1ljZ82+pSYhV81sUVpnbtfp6+45SU59e/J3C6z/Jion/h7WM\nM8sgQr3HY/NwI5cUHfVXHvs9KNd4rOJuP+m8pb35mIcEq3SuZaTnOZxIHyhu\nIs/jr9RVWB5sMo3EfpC+/jRN7GkmonypXZXJ8Is3R5MD6bAzjRPgIf8UcTKR\nFeHIuWgf4YgubjxHwA/azgBY1o/cjPp5XyZWg7AOR+D73VWPl9+ZVqXaSXer\nK9+tUl1TAH34N4y8s3hE5+BOLjpW4etqshnsHTH+LfaBWbfuckj9TfsmDEmw\nqJG16qujKgzTHRTsywamYAW/hkLPpcehajUpKJB9YW62VPgIq8O+XCZIUveX\no/rS3UA248fJbkxQTIg0SM+tDt9fNb6kRoDvaSxwGkdfsj075ptN/sF+qUSc\nq4h6h5qNrMY9YhVm/5biE4pEp+Om8yTDtvA0Vhk7fswGCRqVtukx+P8C+kh1\n5rSbJPe3ziYikSH31HuvH0kKQgwq82pSa0FSX+s5bAht+MFKaeiroNq1eMH8\nakBqKV66/1x5k3jhFWnkutIX4pnbt/ZP+heN4zFQbhj5M+xvIEU3Kmd9gY39\nC2NP\r\n=nwHM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"480bde0ac09757492a6a2848bab8431c9e3827eb","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.0","d3-ease":"^1.0.3","d3-scale":"^2.0.0","d3-shape":"^1.2.0","hammerjs":"^2.0.8","d3-format":"^1.3.0","test-utils":"^0.13.3","d3-hierarchy":"^1.1.6","d3-interpolate":"^1.2.0","d3-time-format":"^2.1.1","path2d-polyfill":"0.3.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.13.3_1537883222780_0.8337686654925023","host":"s3://npm-registry-packages"}},"0.14.0":{"name":"picasso.js","version":"0.14.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.14.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"a2f54c09710394aa1060ea2f8502d872075ba1f4","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.14.0.tgz","fileCount":379,"integrity":"sha512-RgQ8tHPmUf2ohI2mBjl+3GAEwEDAq5xg00iho4+XjS5Qz/VGTDbsrU9r8lU3g7dQAvbils5dLOMmWvDVtFRpkg==","signatures":[{"sig":"MEUCIE1YpYNP5Qdn0PNbVnt/i1EoH1gHHdMTmFWhUyG8yosDAiEAtgYxxREUnXWNZmtr+DawsA8GSO+EZ0CPyqAO09J7SsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5875229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsi6aCRA9TVsSAnZWagAAyooQAJ03GleCkTJUmMtFgkpU\nyOMyMxDUirhvtjcx8W82e3+quoqSkYFhQ+mhn8F27APZADAFhx/xG5upmFYb\n1LBBGUXAETqmO/7vezm8ixZAwqbDXgDEHox3L72bZ+jYw+O2fEy6+tjVY4iw\nanCrCzfQe6oLotGGCxPAHSLpfmePP6RecpYCehVycWpjWEqFM8nws5obFQYl\nVLCJygsVJC+WTSJkE7lUFonO686jheh+3UTd6IYaKEqTrUMZGdtIlq+fhak+\nVtp4ugJxHPOW5heP7EZKKlk6Axxpcwtwv3N9yML6d1FJb9JWVuJ8jyh5TDqC\n0gz9ODog/74s0xVHCcn3a+1+rwFrIauE5rYIYRp9wobcsW+1/qFnxQPp3BUx\nFnwO2dy69QILtb/T6BNnW5okQgGjrNlgOigLDWayhRue5ewZkADbEboyy/B5\nBUH97el8WKCANWNiNNGF+IOuQKXZwcK4Cpt0HL93+t0d8u88gpR86qUblHs9\n/LbbZ+QOLUdGK3pLMNE3R2FjQ/8WiIKFAzW+YQwdCkf86u3gJWAPtBp6KHDY\ngc0x7KrVTX0DChtGdbwnEhGh25ODDtsoCezq11b9BAVxy5QBr8jE1gOMCpa8\nQMfsbsLmiWxkmimPAsFGFuRnQTwfj5dEppoZs2LV3q/EjApGCZaV/DutlEkz\nWO9J\r\n=nNeG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"870210812cd0c5a8947fd3c98f7dca32022c55a8","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.14.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.14.0_1538403987875_0.6807460792585998","host":"s3://npm-registry-packages"}},"0.15.0":{"name":"picasso.js","version":"0.15.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.15.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"98d4edf28a54b0343a5a0a1d7a2074432b59b519","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.15.0.tgz","fileCount":379,"integrity":"sha512-+qL7a2zZ1eqWuQyh6nU39hQSIixQdU/PYa1B3BwGUFWL6Ey9QZ9LJQjTQJw/oV1jHQfxznjwMOuUBuxP4Rp+dA==","signatures":[{"sig":"MEQCICfi4+cTVtl621U1VIgnILUO1Nq1S/HfVSZ73SzaF1dxAiAMr8FFRiBsWrhWFjNurztkHth9amQnAMgfqcgKCC/zHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5888306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvMJ2CRA9TVsSAnZWagAAjSoP/AgrRuz+8rpicFcZIvpi\nNmg/Hti+itKxRit3GQ0lk/6VuEAXkOS0Tde8UACtVQmrkoQBczNXEo1/jR7b\n6e7KWbY33e3yGAMp/IHUOth8co50NB2DZgWOcKNpu6taqEkWgxoBQO6LZ/MJ\nrTpoNR70Rtx4D9VlgfTvc/zofsNE1mY3oZKlhzIFNkmmJQS3k3JlE9nmm2dR\nx3dluORXcLF4+v4mkvRw8tCAeGjSdxIe08NTnuOOj+di8kTKbncgSxEAGNTZ\nGbJnqAwy54UhVfCG2bPuxAbmy2k5LSeLnM5dguteX0fgyFaNuFq0a3O4aVDb\nnoryM0TG5qw4yS/pxTY9PqbIGkMm3KZBrJilVMo3zJDXVWURlh8MDaLuRCV3\nxf7DMV7SZ+0nPBXXk96IwOPfYBzWX30TzZ1aQfUFXg8sVbC6u/TXd3SSFUrP\n0uN36qF/YPInpeHFybMAPQBWnzi82Fc/7xthQlny9xEtsexhGqUt/UXHTQon\nw9UM8wYlgPFE5tAw3OqsBRpAO8NIGaXngk6sw+IbSdtyg1hs7zSQCy1nhi3l\n1xuJLNk8IPtRg1jmJPo6Ndw2Bgon+4KtD+h9ogZYPZZnCl6VcggmYqgnGmm3\naz3Tgay6v7D8D6Cn2TCUyp9BP+PyQ08EwO3EwPdgXdiCjnE5qfoXDeiBlQhn\nz9YN\r\n=kNJ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"6aa941299ac55be39194bcf107979a7df60cd0ab","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build","test:integration:local":"webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require @babel/register --require @babel/helpers"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.15.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.15.0_1539097205625_0.15230011974969004","host":"s3://npm-registry-packages"}},"0.16.0":{"name":"picasso.js","version":"0.16.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.16.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"639981e4fe42f602f0c3ab4fb2bbe81121be889b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.16.0.tgz","fileCount":379,"integrity":"sha512-2CkKrvSSd7dNu5+p94urCqVG7pU44rJaP22FG42v+J2Tr1LSqe1l69iKVFL2LmwSzqrR/sPOvxtUpNbgGJcUBw==","signatures":[{"sig":"MEUCIBdAmLhBWhL7nliZdQFbtbK5xdNczh2bVYHztTt89yjqAiEAnfcVSG/yyVv3qw1P/zP0irOZBdGLSf6XaKidsIcHrv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5930377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rTVCRA9TVsSAnZWagAAN8IP/0EDYNXeZ1CqJzPZkMWc\nEDvbKLQ9yFYFPwBh+DleKs1RoNErS+TiyYlyLIJMgQpJ8qnDFabV33WKrs/l\ncJLcfRhlL+2+oTxpDJlQ64QBCwswCJBXu36LHOzIv/Es1HYkzh25EZCmPiIF\nzbRRZZQBKz4A7YuJCmdGyYglWF3tIUok5MJN75KIEnM0AL1GgGBKeNeYYN+s\nvCvnYgFbFhPpzE5zeYYwmGFspETgAacjIsIkBM83p4Rek4epVAMPM+oDbCUn\n1NkDaNCISNlPPrzcaUlv5ebmxXQ10K5uH1cy0cIUtxsxu///dk7yiHGmcpXc\n9DTjnWxeZ9UK0PldUk/T/FEdvIXWBuR7NPNOf9K2KjbwdjltS8UTwAjLARPM\nhLySp3/9OOtkmDkpSDujciHIyk5no6W1TMuEmBfQ4Ne1oy/bbOAxp60cfInB\ny/l3G/3e1ObZp4bsjzdA5AIFk5kVgFr6a2jdxLqsWAd6PS5rfKCzbCOCQswA\nwVIvTO8Am7c8xbXoZ5QbTuoJ62SV8gOz9LSs4AT5MvBgXgbe9Xkr/qIVJFcX\n0ObfZcpKiTBMasrvBizF+6LKxlbZgS6ReCi10py6A31ozBWURW2vbSffazNf\nkJeObcWpqyKhqRXoQmfE6jE3V1q0CrMgGGr9rNefxDKJZerRUljhG8Uqs0RQ\n71Pq\r\n=12/f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"a6690e647795c9950b548d6edd9436c78e187c93","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.16.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.16.0_1541584084662_0.5192459415860471","host":"s3://npm-registry-packages"}},"0.16.1":{"name":"picasso.js","version":"0.16.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.16.1","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"dfa0e076854810bf0426e6aee63b16ea50bd235d","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.16.1.tgz","fileCount":379,"integrity":"sha512-vxrqGyFvovuintf6v+2ahVBAoRhzdrY9AxbpjDwvSXOl648O75FbMAbBBIZceJ1F1yo07tdDRc7bxA04L3h1vw==","signatures":[{"sig":"MEUCIQDP6CYPboLoc5flhNbY8D6nydsjFhdNkbA0iGxentS4uAIgOSCxjzbP3tIX44kI7VeUTGUku5mwAPInI4A0TDkTNxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5943663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6tqJCRA9TVsSAnZWagAAk04P/2hTzOSqKacd4UvBZRpF\n5EDn5UdCs/EBAQPDS3e0Lk8sWp/aLEIr+UqRWUFdBGgzfRQKQZTRHOtEhCga\nhmwJLyn9Pjpv4exf+bw+wegbp4iscoXMDomZN5nO9LgyCCG94hcjZ7j6F0pi\notC9FfuLt0OdB+/LS8+yuPdkFq3OiKR+3JEQPgNpOBfjY1fgiPLFgYbxFudc\nJzC3ETm5orkU9D9PI0DdbI6NfzQC7RtC6J5lvq5tCGMmLeRQ84rj/w2cmYKh\nAdR6olMpDDhtocGwccEq9rzLH02CA97OqdggrftXPbF1uoQkOQ5V6ObGDHmH\n5i6vdJNGoPHP9GEEI3GNIa9osR8PqzbKXztf7i7HjNk0dYljGC0ws7HxdDwI\nghvhHTPfmufIE+sorxwQSdrFQLDUFxeYhMEe02yjBh1BfTZDEEjTI78KN2rd\nJ3VaxvAJG8q/nt0bwEK1XjZFNGsGnPyJghREd6QLRXTwAYxATGqryu60rSmr\nhji7XNS36EB87jwJeX8B+bGfWyXOF8LqmIJ4aPfZ3N7+HOqL88dT5mcBJjxY\nIWgFLBOH7lliaFXwpj7HZTgF0JeqjhcU20vYCuVtNTTp1F2iMtCV7e/xjfqH\n3vY5ZUD0bpmgMGWPeuNt16XqBbce4FsBQylXedx5+DxQljiNhamA1YjR/s65\ncm0+\r\n=KFzx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"74887c15895fa997bb3acb786331a7a2e5767b2d","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.16.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.16.1_1542118024987_0.19662325609939235","host":"s3://npm-registry-packages"}},"0.17.0":{"name":"picasso.js","version":"0.17.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.17.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"2fea01bfdc26f683282594a763d99258ce8d0ccd","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.17.0.tgz","fileCount":379,"integrity":"sha512-RXVgzT08Qdgh1V9qsZXR00C0xEipBvO2W0EhMzq9ePVQZEM7Y9W2GLnHfGSt8l2LlUqFAgg/LCelBLGa3Av1HQ==","signatures":[{"sig":"MEUCIQCyoCpkfkIG8JJsGJ0elGEMXYlpOjvQSxyLUtQ2qoU8sAIgbCDwBskwTkL2N5Io2JDuzgIF2kUve2YOVHRVmDvHFkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5962512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/P+oCRA9TVsSAnZWagAAdwUP/iqAs9NMHFt+SnurhyJu\n9TNd7pf+C6+NhIB+Sm4YXUGkdjf2QK5RHgFnpOLWwsOMptM5PvaSpVLb43Ju\n/XtboUwcgjhH813VH6FG6uOMuCmSRvuyA3Z8s2tCgewUKb9sc5xU5RrMyUar\nbPfDzyL89OWWSJ0yWgX8XzOwSKOk1Ncty1UttQZrvs10ee/0b7FgGvNIosA+\nHVLEmAdq1ArSX1obQryWRssXcHhhKfmHkdmzNAGo+PM3UBhYoMYNj+0MQZ7d\nt1WjGYQ+Oajn6XRYfjU65HpZ1765thGFxS7REHNBFanmxLHN0pIHzPeOdZ0v\nOPJ+13/DI9WFlIv2GuKQ5Vr4eM88safPxvQBnWUX/gKh7Vpqm8vsU9jBWnKe\nxjfZGpMslSHW5S8HpdlnkTLwifUXqNZj6S2OWcj8HpvqEjD2vPHT9f9QZ3e+\ny7CVfIYJqBMhDkBJR4SXFpLtOhxC/myohC5q933EBLWb7w0oaNMXpLQV2BGn\na9a50/b+JtJN4iUW5uVm9rfg2JNUTw4RhHdw5OHD9V8GsJb23cpc1KIl1Ji4\nVckIy8jJYsIrYLLAGJ6z6gH5G+qG7hvJfMDMdqjmKPLX0Y7/7rmoI30le8HL\nvuDibAcOO3r0YDwQs2EJZc2gc2SS3iSXJX0A8URvg4jw3Sk5JDG+4GmRj7SK\nxP4v\r\n=S+4e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"e123b93d67ceb65aac620e2047c206e139749dc1","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.17.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.17.0_1543307174882_0.551637427417395","host":"s3://npm-registry-packages"}},"0.18.0":{"name":"picasso.js","version":"0.18.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.18.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b0e333ed639195ae63d5c73773c9d0fb8bc71fb7","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.18.0.tgz","fileCount":379,"integrity":"sha512-1wxfH+jCUaxqbQXzQRFjfR/8PhLtTjUJsw/wdp6K7n/zkXQHgUCzd84pmkrN4Xf8YNCds8dmyCi1gU78oj6q8A==","signatures":[{"sig":"MEUCIHcKHPwPYvBCz1Rpb95+IA1ksjjtjGFqtY2rQdxg2k/zAiEApyx/odHO+ZYaUleBYbmGO5pjssO56cG7s6lUg3symE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5990478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBopoCRA9TVsSAnZWagAADG8P/0nzBQzMAObpTQsn4yWT\nvTmkeyClriQHyXgsgP8kRRyqnUZdakf1wVVouy3A6UASuIaH4UUplR5CbI6f\ng56gH2bZI0uY0iK0VJ3cDmTNBzgeKswj9ltPUy13Nwos+bZyeLQT96EiJT+T\ny905+BTtH8FcHMVGE5USG+YL7DAuH8hSXggfuc/7gAHkU5ahmiVZBJPX8lTD\nVsBW985LhD/k2zJkm8+MU+zu1oEBg0hD2WVd+ZDVjjKOi6rs7MjarQ3v9G9M\n23V8FuG5kYaIIRmE0Ni21q/g2skh/VieZuvx+0gIF2048ies54HgChK8ypSK\nlTcJECYPKWLeYwgVDBktY/1GCHynosNow8ZGfeyR2N2LD+IBVyWvyX+KxnUh\n1xH67yvqORB/G3HtONaUdwx8dWWY0oEiHIPapgaokehmIWLuFo0DQpq9dO03\nV7ORvsIFyFSY+pBSBLq8aDOSLQK2EpFdpnAaEr+1qE2u5wqE4f5EreBUKKQW\nJnY/hm27j59YXXlHJsAmoB8oB//GGu4vnp/cmx1o1sTsAbv8Eia7fEC9/x6V\niG4GZj2F7G+N2xMuM47f2JB9/LRdGsY5B0RBgKPN7nB1nIpy7bk/GC4UqeqL\np72/H4wa7QqbddSfHB4ZHMKMsrOS5gSXVAI5hzBq8/CYCdRNoojlJVWm3P/s\nlXMC\r\n=ENCd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"8b929934f5055d141589d7adbb6c28b286ca7815","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.18.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.18.0_1543932519238_0.613495466885501","host":"s3://npm-registry-packages"}},"0.18.1":{"name":"picasso.js","version":"0.18.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.18.1","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"85e74431067a5e857b3d75b8da3513d88ab290c3","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.18.1.tgz","fileCount":379,"integrity":"sha512-4PojymyZkbFaCfm8RdoADxUpne3eV58o3nNNfoPurysRgTdVrhYY1P06hcpZO20vvCmOnBX/4m9W7L+UPp6rQg==","signatures":[{"sig":"MEMCHwXEWcZFXfoX+LfxqUK02Pyo1ki2zKLDdtRC1wiEDz4CICUhrBcEILeabouS4iI6q21gklot9hUe+FZsF8NK9e2J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5991159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBqjlCRA9TVsSAnZWagAAPU8P+we28pJPyP7GxZL5fkLv\nGekenPLCo4VESECEGpZrwLcwpg0cBV/xuT8bc51JgRu8BOcHL+Ithhe4Xfwa\nqSnVZPUVQ23QuhE4pkDjMRkDNOel04janQI7ShVmVZ1UDa47cs+T0UYPYzFY\nGsZ5vD7O0XjB2IEfVXlz6F39Y12qX+zTkGt/6EwQfeho9Bi3A4j+f0TUKHZP\n2ziUVlFgunI9Kxw9vBpLejQmD+HI1xVFTky6k23WiiRxox6ck0ETAx4AzyE8\nS2Jqs8ARhgpb1/P68U3OzD21nHy95NpsqfhRSC6lf6NKTeCNr+VhD7K/lJ97\nqvKL4/GgNKPOOjl/hHEUP/MowsUU9g1rHtFHsM/OBUbMygtk+BHkG8Hs4IJ3\nWK0whql5jMh7LfCJZplLFTaf1NG/ZN4TST+CSh2khg65IONir8p2+CEcIGpi\njKzpKjj5tjCT31yj1DCLmfhILHnLdbL2hBVy5Jqk1n65pR65+BJq/q1+JAj7\nXH6Q8O8Zy4w0Qx5/acvYArX3dhhJt3UmOepx+rWRUWUE21rBsO9LrZ6OY4Yi\nANKmP0cilxyAErnUfPonY+9tHffr+sSf6SBdhn69e7Nw4LwIsfn/U5CfVe7o\nX14TdRn1kBKAuQVi2rXmA66uuRYGoENexv0xMDa2o3v2GUP0Urql8v9yxwEN\nHyfG\r\n=mvFI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"889b8271e8f83c6c2ab06c8555f5c1bef5032ead","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.3.1","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.18.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.18.1_1543940323968_0.039131663621804424","host":"s3://npm-registry-packages"}},"0.18.2":{"name":"picasso.js","version":"0.18.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.18.2","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com/","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"a0f006c59beb440b5ea1a6289b18df2410274707","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.18.2.tgz","fileCount":379,"integrity":"sha512-evd9j6gFHzxLWMa2UcHQaifo9VQVGDRgw4nQdodJ2HVy/PMewcac2dZUyz91lQzo4ByrzvTIHdBNnpH8gF9/+w==","signatures":[{"sig":"MEYCIQDV8L77xwtRyl9k360mj5KSqhTRbYM5wKS4tYmDwXvHRQIhAN5ynZzgDZ6J75HiEWvUU5/wPCEFdhGc1lr7ilupVype","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5979290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDkHcCRA9TVsSAnZWagAAkq4QAIqOkEwPTNH4LX/C7aSi\nEVEGFrlbJsBOlg1C1hrfS6sZqQmK76aXMKcvQO3BuSDksNpt1EFqHpbjesui\nUXBZjEx2/dTS3uONZnNtBU02hxN6T7fN5N+EiJdKS9R+7HJRrCP+Cx/HQApl\nEC2uaR95NdgHinGohyzRjdNola42aw4YkoC961ekv0DApiD9GCqTxxEZXd7X\nODSiU5zUmLS7FHVvQZNW72fMrQeOQGaf1XgQ4LgWQFSFfDXU3dDB9s6p6iah\nj3mNO+jUKdmc+6lFmo2BW92wzI6quKgapgGC0fCKmS7aP3Kyf0E1slxtSIJq\nJ5Hk+wwbNznMINGTKupsS2NqdZqr4VnC6SziojIVQ2q5lZKw6+L8FBSdzSXd\n7mIdph/X1CSyGS5Nb9XCEP5iEE3ykBfOx5g9k6mCm7CK1Pqby/iWjGBCBDIU\nJ2zgGRFhI4pB78epJA6VW+aSWei2EeyQN+vNM8JDq38BfeGvu030z3llYzk5\ntI7qYnE7Y4rh/CUC01ckVTwAAQPX/wt+ZiHLDGnHFMy9FFo3gLr8CK9395t6\nhqVXlkhTK5IB2ogANUQ88ORAWXHXMPAR/fVZCTNvDiUN3MMYeiPQziXzw90H\n5RItcAnbkpl+tiIL+BHnATNGubbg0tB7KJxwNWkeeppP1Dqjtmy/IPII5CNU\nsgKk\r\n=rRGd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"555e5ece01982a153e30e5785f0c0094217df3b9","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.18.2","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.18.2_1544438235658_0.6120880824675152","host":"s3://npm-registry-packages"}},"0.19.0":{"name":"picasso.js","version":"0.19.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.19.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"50a87974f7a0de66f2100644488b6b2db0bb8ecb","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.19.0.tgz","fileCount":387,"integrity":"sha512-veZVKE7EZ29mJoWbEVPM5kDjsjliWQGiVYLxjgQ6L8clpubYkJVmE/vV5rL1q2D2HZy34QwnHLvtsYUfHK+c8w==","signatures":[{"sig":"MEQCICUl/qoT5mYDTPsl6GNd0X192xTxLDqDYaqY+JEyKP3iAiBsIc7n7mGZzhJRXyTlpxPPt0BsJeDQsklUpINn0CtEsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6059329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPLG2CRA9TVsSAnZWagAAmVMQAKSQmctrC3QqohlqtqmV\nojFoPUoo4+0Z5uARRvGGPYe5TQQ1A5ZjpvW95DgCwXuQ7F2iCupbYGid5Mb9\nlsdiDUFFRg/k15ePTGPxC7yu8/2XxeiVp0Y9n5daJZTpGi9a/h6sfswHZi8+\njw68yCdSHgFZdfp5LZuu6JPAy4t08N8IXXJUnlNZTu5bw3ZqHYmGZy21vV1K\n/lJyCRIU2H04s/b/UDu0yp2tZm1I/h2QZOWr01f0IJUOHnPqVoWscfBtE98f\nZsl71dC4E1o3uMCYyiSYNVczzYSvt20xND3oXySZp3Wsd0Y5DMpoopadSlf5\nVgSJVvG8HnQOngjyFxn+wlgORweFItatHU4h0HFaOq+BwN2lczLuuFJWU9Un\nugZtn2T3u+GD9+jTxPF8nOjtuOW1/m5mM4QIqmO7dmdMKOF7y5bFHtRpEfBC\nGa0QcyeVwhEmIV2t0TC4cVeDvVkgXPzE+I00tNqReIylaNCqoaMVJsojgDvV\nNlkaGNSPx8O4s1MT4aJztn4CRfW5NpHCLAIyWNm23N32PhsxWzqNgmZ4YUAW\nqZO0xGbAH3q58qdgFEt/RKb6iB9hzSkD0wl4RFbdSYR+m24YTLmzwYyedQvn\nyNXrkYM6CMgYMSkbuiei58frVTxmeJTsp0MSnvlaxnFT1ZDGD9PXfBOd3jnL\ngpSo\r\n=sddc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"e5cd4eab1c0297b695b08111a65aeaaca55abc02","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.10.5/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.19.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.19.0_1547481524148_0.4936706685020722","host":"s3://npm-registry-packages"}},"0.18.3":{"name":"picasso.js","version":"0.18.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.18.3","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ae8a50ffc1df4ad84982c8d9212a20024387b071","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.18.3.tgz","fileCount":378,"integrity":"sha512-G5ZakIMwHvqck485o1tCh7kW9NBVozeqW258kLAFqYS1qWZBh5courWewqW1PyLs4/19cYpi2GSH9Pbz+20QuA==","signatures":[{"sig":"MEUCIGluOD3pckPRqcFTs20s9fUayZyDQS3R5rQz9J6+hgRtAiEA8i6pTTaP4PnpDrsjJziqzfmv/VCfcgpxFnnZMgfj+p8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5978001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUCD4CRA9TVsSAnZWagAAzDoP/1am0oMJx8qSJy1N7mYp\np1/uV5+YXXS5Q5yaWHUeVuH5YsXxZu0ns7amph063Qkk31oIntU+UwUVYEat\nUJfg8CgdEFzRJz/N+eQ7qmW5K5jzsQJHzcf68fensTxUl8vrIzC/m/kojWLI\nkmVAjiXnAa9unyXKaig+vlQbIEQbCu47jA7y4XDcNMLmCmo6E7uiBwR7YSmZ\nnmNvPGwWhxVd7DvxckYoyEtWbds04p64rEKHsmioAcBy5KUarxB9tpBLt7nH\n1vXGz+34DWH29QeBXMJEzCr2aymbywZMw+o2Somz8F6v/8vR3oUJzOaEf7fG\nYc/sAynk6SPDOmHos3seBpHocptWOkmWvnjcXaTH8iqG+cXWAK5wvPnqPdZD\n80in+W5PYj92L26rIL6AW0s9d5hlmWiHpYw4Ctiwxtb4Km6UvbUWaXnshukJ\n8QQ2IgpK5nO4HoJoW/hlgCDdWyHuEyTANtSrH6qpdbVX/kfZY+Hd2L06R//M\ns2myv3nKfzlvG6eoAjiUaCEC/a244iUA9R7F0F2EAOrkidpp5TTESDkWGlxc\nmR0u29cliObCd5fr+pauJ+JFr/V8KZZVQwnj9NYRyi1kmLXEfhNY9FM5hEuo\nEnGkbcLr/FAik7s77c9D7N63S2GhQO5HrXl1b7xDfihl8uSIL0A3XapOTO3u\nLhGJ\r\n=w24c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","_prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.2.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.18.3","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.18.3_1548755192289_0.0998628832466768","host":"s3://npm-registry-packages"}},"0.20.0":{"name":"picasso.js","version":"0.20.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.20.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"8323038c356028bc7aa653243e08e29cfa04675b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.20.0.tgz","fileCount":387,"integrity":"sha512-Y04MVrMBpWAh7IoREao9eH9mJoQT30zNk8/5olDiWrucJKsU5vtuHBCztPACKV8HlWfsbjg0GKoW9r8EgPqDUA==","signatures":[{"sig":"MEUCIFueHQpHtM4rj32PTnQnWFVnZt/6eJcvx/vimlHIaYamAiEA+0ByDeDNqWBcWvJt4RGyhshWMKQXnM+KAmyuGh/33Xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6138778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZVNnCRA9TVsSAnZWagAA00sP/1fHfjPhNCYtG3uBVAlu\ny0KLPX/VDcyB3uMew/RolId2F9xfjTjnUEe1Bzt6gf+us2zpxx0ur6shXy4j\neAABk6GueBRaqKsNSM1Ax9gX12VjDMFUf5Z8Lz5BREKj9Z25GnxdI2WzwxNl\nWNR5oG6uJHLRWssKfqAWCHRBwkZhTnO21pCi7x1iRVQCI29e6fx2McUzFOaY\nV/kO7RKQ3hbbZuGZOr9+JTA6Ox9T+09nKAhqGgiUVX5Wa4IztKDmSbjTVxLj\n5oVRX5oGqi+7uxc/cVn5mXRuNFgKB+O8VTDNBgyoMYDtaRL37+StV6EcVHdx\nGXWZLEmdfmQyBOzweUdcbcSRUSgQ+TCSfiHyBoIiWzFecBACPSMCMsG+P8eY\nu4UiODgdYOW92rODdDRwjLsIBHPBiSOPigoGC1vZoJvSeioQWDrajBwClzLr\nu2ZlD7MCRPrNOC0dquZWuoBgHQS1NYKmTPdtEvThbMaeJh8/TDTPUuUmqX2w\nvMM3ps5j9mt6nD6aiSkIOXZTxxA0Lru6q+x5YGBg82KPkyXHNlEspvBV14Ja\nxe/nhrLNT2e3FRk1QhNNCvEDDLRsoScZNze0J95qkqDhMf0GJbCJn+zX8geM\nm/w1MTbCpw/F/WBYE7mx8u/ws8XSRu8CoYJSEmCGyOyvLf2NgnNHWXMZr3vf\nSfUJ\r\n=1+L8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.2.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.4","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.20.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.20.0_1550144358199_0.7539505247026443","host":"s3://npm-registry-packages"}},"0.21.0":{"name":"picasso.js","version":"0.21.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.21.0","maintainers":[{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"c4380107c52f2cc4d2b52aca89fc8fd39f4adc5a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.21.0.tgz","fileCount":388,"integrity":"sha512-fEIjU/2XSZKarYLeMZA4jwfyPmslXhkkJtHjCifuIZFv1OItpMsMCgFS6LvxDrqYJjlsuk0BZ8V/1oKmImUmmA==","signatures":[{"sig":"MEYCIQCJ/dFWrvWJKy6hYRR0fWRnS0J68yVS1K7IG5CZVWKFowIhAJGCZIgm8Xm+J1iV5ZyCz1HXhukINdcRlT0ndeVBXkwj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6178355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcigW3CRA9TVsSAnZWagAAvOsP/2WcYGzMpTjvlZeCKso5\n0jrZYxhLUXdcmbWtAIeddPEl2Qt1sP1YAHHIq/bmpivZSlYD7gBrGVhqAG+o\n48t9/resDhwVgAhH/uOGVWdnkOheJlz4AVB/xN2eRzHH9a/kUpYv8u9XmFiN\nInsjZkkIPqbzkQEPPYl+CFYfD7wt/gkkuTdXq/pb+1z0iB1+xc4M0IJrgLuU\nT8XvLFX9un692h0LznNVDDMO3s2sSd8VWe46ugdDlqND5LLGH4M6uJ6yGjar\nQMn7glHcRBii2nUNTolFsDe2mccveAZkMHuxLPOyeeW1m8sbznrMO6WkqS9i\nrocD7QWNmsuyKvn8MfQJkZ9O+ekg9dsoOZ53XhZ2/nz8LMyDAi2SMUBH3/vg\ng3S4yJ8BNK/qOzF4AeZ9SvJXN2KWfE25rVSCcASCNzGGrO4a1ST+6Mz1fYj7\n4hyq7iji1QWqN9l6n6Q/XFl/dXOgZ7stnqN0RpK2D4zEqa/aWJ32M0GYYJUo\nMUMy72zbXpfAGA99koohImkjod0DFwK0Hbjtu2rYvGUyEEm9Beygv3RmWAXv\nTcVmWIxtOfHptNjMSwT34Oudpo64qFdbFDziVmkDD+lkl+6P29RTG7E5dfwm\nGpbc5S6nVbjYJsK2OcF7BNx0yK1ohdKutyaVCHGfsv9zjX3oNNzhLSmULNZq\ncSjI\r\n=M3Ex\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"27a3c98a56269b2f227d06c31367a2932b618eba","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.4","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.21.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.21.0_1552549302405_0.8896251985115926","host":"s3://npm-registry-packages"}},"0.22.0":{"name":"picasso.js","version":"0.22.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.22.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"321dcbe48960394b16235820b5ea4b92d8d1f460","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.22.0.tgz","fileCount":390,"integrity":"sha512-eHV9ajhPiyXWqG2bjdi9kB0vqk2rgG/DBZJPcVK52tAis6B5r9xO1lQSFflJFnfD0eLYwI/Er/C398xBMrAgfQ==","signatures":[{"sig":"MEQCIH9qX1cKAeVToPM+CWTx7gGgspB3NXN2kVUQ1b8RDhyhAiB8Y/rQ0MQIgLmibAlHU4Id4kWdCOWfwvuaLTPkLkgKRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6203906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcobR4CRA9TVsSAnZWagAA5AgP/3SipPxX3W/j5P8/PUqf\nHYmCnN0jbw17LXtuagG7T71s3c0OlP0vgOaeW06xZOo/kxkbQMuSjJmVe25/\n4AuFG0hQFTA5eTY825tPIljx9rNpGVMPl43VjP2ikWWjyGR0tvwtBfitDkEl\nJb8m5iLMo7mBDps1J170uponvqXPSfIeqx3HGAokrHAKZ6eVeBXR4UZriNCZ\nY9fLagU3jol2lYWPgP9dJDZVmG4HTLA2fmIYh068MMcpwfL9jdrW3y51CSt5\nlBsCUv95eDVF3HfUxEt2RHcORnYHfbfqpfOJW0sp7NtDFejtgIg4IgZhIkhA\nwX1G9t3uW1OTebAvJa4o8RPPX/+BGnhJ75VSnz3ssPz4MY5ROfITpodeF16w\nF03Ub7/0dXQ2aIWc6UBLfOygqRlgfgQ5Gi9+i91BzaC0T66Ok4TkgEN7j2cU\nlJMUwnhpVR7zsFbPvLEDNxBpo1elgD+adNiqqG5fblGdTju9dlbiX8YPV6mr\neMQCj8e5BiXmhlCO3HPGXO2ElIWjVfexj5Oqng4m1ah507Es7ckj93gi+iWh\nn7eBEI6JPX/aQM7yLJN3VH0pPBPB8gHT2NrtsGplJcEKmFsPu6Dpqnmk4Cyr\nLUM+MKSXKdkxdNKnmmlBs0B9/KZXX+zab3FynGFYZv0/QOeV0Eyum7OQQ1+e\n2oXA\r\n=RsnQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"aa1d3e64613fbe0ba67741316a42fb4375caca3d","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.22.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.22.0_1554101367742_0.09468813892075412","host":"s3://npm-registry-packages"}},"0.22.1":{"name":"picasso.js","version":"0.22.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.22.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"fe914edbf69eb5ad9e813689025fc6c6a3c631f0","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.22.1.tgz","fileCount":392,"integrity":"sha512-/uxPbib8AcJ7iGC+gBY79+lAGqMhbdXQtbs86ZI0h2MuVlwZXl4WpSxqRlFzqetMoP1POrU6wmXmcxIq50ye6Q==","signatures":[{"sig":"MEUCIDt764QqReuvr9saY9vtbjHKpm7GFi6StF3uZ1d1g27/AiEAs8YBe2glObIE+7Sbg87fuYkWcEDlHk46pLYAlsyKbV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6219281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpbxLCRA9TVsSAnZWagAAG20P/28zUH/SV7yT7Zq5/sUj\nyo2Ynj6oKBVqeq4e1ZgME6Nz01I+mEeEMLIJTeQbXrpm7CapN2S1qeUeiFJc\n+Y/DT4QzVNBty5Gl0ZeT9UQXSmlO6twLTZjSXafZp4HFUzL+62ch/HaFznfC\nIyVUHwAxQE2tZOXcJsq8Tu461sHxjVU3xMvyfkhqu2MbWu8LeDGlP0wHwI8E\n57fOqqH89OLVeMe8wxhjTnu1U8bRdVXLeZ5e6qUTWCz56mYyZ2VFTpFl+ZWd\nVhjE+8214ZYaT2e/8o80Jma+EHHiY47UBMosiZt3yV5jHYCnmLJGaJQLpUcZ\nxS5O8+R7W86yj1SbWVw/ngyJ2DbdXjDxhCXw4gG06MwYrQQ5REYzeb7rEccp\nSQELye4nOw9XdSwM19/iqXFCmicw7c644j5Far+NNTy9pEW9fHoiOpMS1eqW\nX1IskcrgHdFXg+B6WVUATVQ4imd3ZxQkKR0NUIyEWmA7vYUThsBntNaTCEwF\nio7dpvda/oYnTajXu88yBjl/tJyw1mX2sJ29w5B8+nqQrWG/08jz9HWc2mCd\nNGrqLkJf5+xuqSVA03jV56l4Y0ih2wYn31AyMq0wphmqtgAPymkycbcWwVG4\nxtGr3TUAc0imf8wzZWQlYbQcfuuIe4zZxmUwAiIz8e+aueNtlpUSiPe+MT+n\n2ke+\r\n=2FF8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"ea59d656e7f9316cf7c7104a37aa63ac6fc5e117","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.22.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.22.1_1554365514470_0.9562174534364016","host":"s3://npm-registry-packages"}},"0.23.0":{"name":"picasso.js","version":"0.23.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.23.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"666f76c3e3e2abb70aece39f61d878022877c6c2","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.23.0.tgz","fileCount":393,"integrity":"sha512-RHZt9GJTxc0eC2kFzvPm17cqWPcDbv/GmM/oE6NwBeMzZAyThj+ec5kOv/OcKDGep+rv5FjVUDgWOebnetnHLw==","signatures":[{"sig":"MEUCIQCkTScV4GaUTNVZVGwoKBJPtB9ikX4Us1laKqLECOCKHgIgYdn92YJE3GyPynlMfcBXL15ufgneL/M4iahDJxBD4Xw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6254177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp2j8CRA9TVsSAnZWagAAKXYP/3AzhQjbxDtm5wYW6iSt\nhkJDMYQ0k1AZ7capb4gTi02tFCTzkxSGlcr03drTO8vvHU1o7lEfl0dojSta\n/27zaOkS3WOuKmk8HIkNW1oM1x1zFykoXGhsuTxID7f+B+rQM+A5AWn3CMjy\nSdzr0Sq4Y7FEw1KDFKtNxp7rf3lt0tf34i86jU5asUPc3cdqw2jaqpiDmhnR\nhaBeV4lmJ0WUwRMJGYgduBZz97nxhm2JJv0yCE8kALMAUrk9buBPbiZ37bMz\n4vQB5Yj1AG35q1QYgQvGPYvEJCUvlubGAZ6OFxugbIBV16kw+U9P3LjGu8Io\nyk5ww9m5c1d1yU5+mFovPe1HbnEAvJlhJrvmgcKPez8TdUWvuvVvT/3hEEpH\n2209U2BJb8uRr2KkF5MFU8+ATaxC/hOfPoiShuWSYZBBNFA/fcMOhD2vQ09v\nsOr1tSO0tpuNSF5d0D06wF+lLW7mDLLITbEgCl8rw2R6MyfO6Umcn+GH3osQ\nBLUlKIcNUKyZVavWWlIxI2TWuGPSmUfdG/8PoN5mlvjb0lu18uktHFb0P7nU\nZ45r9OlTSJvamTQypj4q+lGtcSeYtEMvrKAt04wSOYywL9SCiksdHOW8rOfL\nyphZ6oHA40Tc0FYW694typXBqJdBi++1sELSXLoohXUCneONfrbzWqvvQrJX\nI+t6\r\n=bpsa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"c8b3aabb745e51976ede876f7308940d1f1ac34b","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.23.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.23.0_1554475259678_0.07722925172240602","host":"s3://npm-registry-packages"}},"0.23.1":{"name":"picasso.js","version":"0.23.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.23.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"4a90a971d149ee1f7261421aeb7ebb488a9fcec3","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.23.1.tgz","fileCount":393,"integrity":"sha512-Bs5yaBXBwUWqc+Rbs4VDMoOjaR1ZVpbptkj1+zn40AUPm6rycJWYJ+EqqJ901pgL8RTyfysuKTV/b5yLX2Ox5g==","signatures":[{"sig":"MEQCIEPECQvpr5IMKSaX7F/xPETWqKxIydSbqEVlPfHT//8sAiBZPWa+stLGgKA99uDSBv7OFfdECcZBoZCsA11X5lWWJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6258384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcquvrCRA9TVsSAnZWagAA0VIP/2m9j7jUGD1SNDb1O8tm\n7dRpSl3OEvy1CC7ws8Z1hLnmt3/7FmATZL681dblJu4LFqes80bm10eNyI7F\nsldKydVY2Hy+MUzMzJ4w2OYeVXx4peanVUN/HQ6d3oEuxN+nsLrz0gLA/feN\nSWMSUhaq9tR5oZnMl3gA/IdyFVChhJUpQ7mjXy7u5aIiHVx36W8IETuQG21R\nZMo4uqXtyzOejFiqKrr2t0VS6ZRG8hD8wP8t4uWqBDGBhPBpXzi/ZJ6JhSEi\nB/bd6LRiT5dhOUoOi3jLr8rzjSGLCiXPRuGkfh9FaOwFldCUni+IDbbTyMmR\nNm7Sftmx38C91eileIcl64x6HnL6zW968YmyRK6QlJHWDvcp/qkxpHTgdDdV\non01FKOFrTl0EBp7TJ2gVQEwld+dNDepCjA3VfnlNqlX0UWNG0UvRSjZpAPP\nLGWHEDbqT8JhTtMpPzmV+sjV8Njt1LRjgEMovJ1koy2B8rZYGg2fHSFMg2z+\nRFO7NQSh6gkkxb2y8wIuE6IyjnwiX/H6HmuvNEV+J32ixPo39JEz1v5cX0Lj\n0RBvWa58WCBfSn3vagvh6G7FLJJj4bZ/eSEX3QD4Lo9aXkexadJuYmuE8Mpy\nAEzhj+69khjWID2kShzaApJv5hk95/o2BfNnU/KpKDthPboj82OuhqVXSHbU\nuDY2\r\n=MlO4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"76b38747670fcbcd2981c55f7a2843e46f718801","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.23.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.23.1_1554705386264_0.2935020864271922","host":"s3://npm-registry-packages"}},"0.23.2":{"name":"picasso.js","version":"0.23.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.23.2","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"10c515990b45c5c7c23bbf1fc4b70dc6c2999187","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.23.2.tgz","fileCount":393,"integrity":"sha512-EfmISjel3sf0aRuZ9gXMoRK2AOK4H4Jm1UWp4vHSV2dAcXSCzdmYzaRpaNAV5HCsQblLQsMuJtUxbEToKU60xQ==","signatures":[{"sig":"MEYCIQCOQfW4THAF67U1n7b80ScTAb3nMD2nXwtfT/v1aB9ZwgIhAPGb++F41T0dVY7SpoygGo+bF4TTDEDBep1yO3oXZ/lr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6259439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqx27CRA9TVsSAnZWagAA2l8QAJUvCmtaQZcorN+Fn5E6\nUE0TUOYfJ2yPDmISlwIaIe2S/GpzhhQAb3Qh5eMcGtEL+K8Cy+hAxQ6aPU//\n6cMZzX+5H1HQsW2laD2t9556A8VF4WG/o8fO0ozBJJhUjFtfnkLPBPXsNiUh\nvAhecQWtQaEHLXbz/4wzSDHKhBIhfVcoV0KxIfbI3rs9kUKBSaTtf6CyPylJ\na/dk2hVEW2Rg3mep3df++GQ3WTtXYzSnzoGSMC/TlYi7ECYleoNwX56xmqjv\nJtxhP2fVlw63m7Gz0lkPfqsB63IZ2Ihn1DojuRgqY63itu01XsHJ1UR42BiE\nZ4DaCx9bQrnTn30ItPWO2I1x0CHeAcsAiqjkZqaUrjIarFkLuFra/Kud4dAL\nqasJI4tUeFJ2dL55dxKkDRr5r1gOy4m8GWljsXPz1AWrm4+QN3Hm3G81byiQ\ndqLCww+UNJUh1NBqUc1VkHJqeZSY+um+Wqz0xMBOszdMEIm3+rHDEybGeBJZ\ndLevePKXnC+8lqvcIBb+8KaCr+orlHr/rZja2ysjIYRBbNNjEf5wO5KopTGS\nS6X7eKbQWJjUCQP0AyJ/MAL48Q9ttMZeGT0Opug2IoiLUtiJfHqIZtv4HUuF\n2dBwaM6m29LcekeXGx80/M1VxhKhbXLw/O5NYRwEsFp/cenG4L4gHTh+N5or\newkk\r\n=YZSt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"26e036f2c55bb02a8ad79f4e68ff43ddb10aed42","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.23.2","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.23.2_1554718138872_0.5712568809670564","host":"s3://npm-registry-packages"}},"0.24.0":{"name":"picasso.js","version":"0.24.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.24.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"7e952df1ff4720db84f41281ee97959761ba5bc3","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.24.0.tgz","fileCount":393,"integrity":"sha512-XUgsr5om01NA/7L27AlkRjgwJObp/kg+8GuLQpMqMcrg/wiepA97/hX761ReXoWB8Pc3LuOuJjrtSMFrY2MDTQ==","signatures":[{"sig":"MEYCIQCbpNE2leY+eLNeNQxSiRgL/9YoB0iQm0kre8Td5O7qVgIhAOvIjIxMrKcHb7/7ws772bzzKZeQuSa/6DAmrfCqILn8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6288209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct1IkCRA9TVsSAnZWagAAIkYQAIdQnaKKkecZhRMJVfEJ\nx7UEjGniBKXRMpxlUjxWa7MUO70kCMIpxCb9BA9y98vw71QIN0BUE4Z2X6b2\nq2Rr1SUEusymC4URm1U37J+5gw8oOYBKCpGT9QeFLPVCvvRl4HG/xBrOfXbk\no6CDuhMVEjV5IZQqxsR7E9a0/IX5XO7QvgcWTbp5G/vXtBFvuwvbaEtmuXn5\nSIYT/A4Iv/vZKADSNjkexGl8YxVbIHqhidm1gB/0VW2kR1RSg+lgswzoEZdy\ndCLrwEqrVRArrgKHq5PFPg5mG3lVD28vn4RPFO5LUXqZGuBmKRjlvn67MITf\nucFI8BEVSI1wiajgHjdVP+79iOrAPGicN2ADoTPxbOcmduOsw5h6L2M6N+4U\nbb4EPg6ArXXOyHtJMzX+UGy6pNKQJF4J5oEr2JoS3ICNMbH/wPvEHladZgBH\nnvalL3ltbFXlgsseQzVMQjCDOlxI1+QVw0isp0SRVsZSQmSQHbeGrbpSjupe\nc2a6bInmYNOQMZe5JCcqZLqwO/8urSySB645ownaj5hcN2gL164lEc8CiBzt\nYsIsgfAAYmcopNVloH+dDHuD6oYLeDtPXKpAqXbyJaMa1XUbcY/DevUuLSfG\nuJoA2jI5f1VE++0zovixHTIN65wU5PUNRZt+1zg26mtSbkpHSXwrSwHRXgBA\nb6sX\r\n=Eo6/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"a83484b8f559218117ca0b6725cf7c0ffbf103e2","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.2/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.24.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.24.0_1555517987408_0.7223165100415481","host":"s3://npm-registry-packages"}},"0.25.0":{"name":"picasso.js","version":"0.25.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.25.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"fd96e003675c38e4b9af9002aa80da229c9d9bad","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.25.0.tgz","fileCount":395,"integrity":"sha512-XlgRoJGxIO1/IPwWe3mool8RijogtVcR4qTtxw5xyZk/dJsYXJjTSDg52tfdVL4sZ2VhPQsk5ak9YV2t9WpHiQ==","signatures":[{"sig":"MEYCIQC6qlBLsWWS5GDSQoywQaR3miAE2jFBhRrOygGrnWCVmQIhAPifn0FLbSqQvZQ93SJg/tvopGH6kHvSzKd70uEBIH7u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6305313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwwv6CRA9TVsSAnZWagAALWYP/ig560ycicdEc96O5id2\nUmqPb0QbksD+RisvkDJwhtcP1kx+Kvdg4E2igOD8/NW/vvKsCQmBdkENpBhT\n1Rl61yDjyp6GEToZrGXLrGIBnW0ncSMLew1xgnakW9qaulQRKK3Dr3mtcTP7\nhDFGuTNjzSLVFY9DxLLPBuZzS8E1L97YfIBPi79Jo4DTdNHss7A+kcWBL3kM\nkryUQRyD4XL6JaBK2cINOLka16O67p5qx7SqUbQCVFe8pCPT1u0KGcGBET8M\nZWq7mKmCbwJTh+iRWulhP4p9RmoP9K+O2RbPPnpTPNUTUYFC2MlSx79/w+fK\nWkiFN7jhopj8YbhP0NWIvceDaOLmKm36oBcmUwERRGurYne7SXoSMTNLP/Ds\nzbsEfkP7XVLPNHWcenpvmTxQ81r2QrBifEu2EfA2P612P/OxG8J0OEetBs07\nfz2s6d+Ez1bbeyQ+hfAsoqmchiqunJSu1sV6ho/RCleih5uYxwGarzZ9/skp\nPPf/m2ar5SdmY+ZB1RLgVuwZ8wUk9yACHkgE66Q3OYLg+X6Q7wnhXjfInVbD\n9NfUZ2qDtpQ3UuqAv4VO8V1AtSOdK4hrMtqbncVklUjJaedEU937kI+47jo9\niwuO/oJpkiOOQIpdDIhu7e1te8EeJR0LCiofiuEDIQEGSMpKAT63Otm+D5k/\nze2r\r\n=3js2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"f0e8707805e8be1df87597fb174f2cbca5a87a48","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.2/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.25.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.25.0_1556286458017_0.7795387408608361","host":"s3://npm-registry-packages"}},"0.25.1":{"name":"picasso.js","version":"0.25.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.25.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"904b115c44c178f87554a5b2c4832a16f2a47524","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.25.1.tgz","fileCount":395,"integrity":"sha512-kKPJO55Pw1WjPPlpUjsxNq0UjKiXZv+fhieEHRqU9wEI2CpDiDGFoKPXdbndLYzijrBFmd8oOfxcfdREgSihEA==","signatures":[{"sig":"MEUCIGQRLRO8ZlyPfcehpS2esXFxMW2XNHZ0jORz9NbH4YDnAiEA1/1sJjBQMlOGVJGzGXcVdfISlZPSa5eLJZ8/H+GEdac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6307017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxweSCRA9TVsSAnZWagAAa1wP/1TWHh41oJx7nYz0CWaw\nqBFl2VHHu/U3LSG2zfQvYIniE1DCFV+JiWKE7jEDf5Juu9XutQzxtbOwtBSj\n/x5GYhWq+QCvbMSLu+GTo0JWSzCBqGva0butUwUBQOFx8toEs9S2Hml3Y+Np\n/2qfGLHfIC80t6xC2896389mkdvfgEIV9aVRBiuu8iWJCbGFqnWOq6OQjn+G\nhuhfWvGmJinOAkzJTJEFpcoPqevyFiiGfQKjlzuE4fGvG8IDn6v+er0tB6kB\nFHQR2xHcgfu/7U0wSQ0MegDg2L4wFI0+0UitAMWL5IVLjdphJcmSE+/gPFeV\nWd70Qnj8m1bMDnCEdwPQ3U61seEHcwmLZmICF1Q6K6hGmjrs3lHrW2s+d0+8\nT5cP/zBeOBWfQXvGps3aOtygYJv+psAF16Ch/T4RR30HZRYai7Rj+q86RtD7\n6DRpRD5Iy/ra5UqoIMpVp/OCOKpmDD3/s0n9fhBrbh5+2ubEH5V+nm8PlOJm\n6MvCrR+hmKdl0WCU8k6cJ1bK1i1OrJWUZEWX+fUpbNs4zk76zHJdvBNaRmvy\n7hSbGV6vCLwudYnESb3uYXWdpfT5e1IJPwcgIg5ls8Byl/58HhrfzilifSHD\nIsP2buPSMSuUr+CpyPh/2eUHkqdXk0Zn6V8akSUmLdPjQrjozwW3+rXiffeS\nta43\r\n=35Eq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"62a0563fd1af02c483be3f64020d37ad86bd17ec","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.4/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.25.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.25.1_1556547473244_0.40063562673871567","host":"s3://npm-registry-packages"}},"0.25.2":{"name":"picasso.js","version":"0.25.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.25.2","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"90d37a42ffe3b6a75afcfeaf47fd2eaf7562dc29","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.25.2.tgz","fileCount":395,"integrity":"sha512-UnPvQbPbfuPun3RozBpStxbIU+yo4kPbsiQVGYIdSRLiurMF8cRkFayNid987LNjJvbDuGgFGZPF1z35DXjllw==","signatures":[{"sig":"MEYCIQCt8VD/utC8BBplE5UAhil+ATBd0IKtW9v9GmeTSxBwdwIhAInmBGUobba3We6j+vB8BoCYpfGD/FR9Uv3YGRtNHgTT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6311471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0oeMCRA9TVsSAnZWagAAgCIP/iyk6CVS35kJEkCwUzby\nIwqx1/FpGeaM7V8AC2r512KnViSineO9JuiI16fHMg/TBVcXzqScO8EngiUh\nG4/oPLZadCOWfXR5jWTshu4A8rjMbROzoroycA/WODLQ610NiMI/ongcs99Q\naUFUVDqTo/001yA/IE9u/9OSbhV8paAHGE6BUFr769HazK2o7pqsm4bXXf2O\npD4mR50HvLrpyFlzxgwVzII0nn5zynWEVZc1yei9/DAtr7Vyf0TZSEJhBcew\nkwSg5lax3f4RBIJJDB8miEEUxcBT+L1P9PuuSgzYfKb8sHj980FG8H1KncSs\nzK/tZpdgWI8IGBQSvEYXuBuHYxLLjRqmBUNvOy1SP8AN224jcl3HvFvqT4JT\nBDjddreKxoeqXTLk3IweRb/wkfBgDND0jrMOqJ7g5bHGEskRKmDVPGiR/sC7\nSvFfOL/gKa10pMAr5InUf9BNjNATDlHiyVu8r1cVb0uZp2fYlkWubV8iF4rR\nt+a1neCB9T6S1fUIBta9tNUdQQ74SOsAyYHGpf0LkBHXcPd6bzF1MJMyl51U\no5q1d/F7r7lJoDUNDBcPJDJzJ3ymCjMjWuspbhsAJAV3uktqpNMURyVmQiJt\nBe8l3u34qinbmgxQLTYu8tNZLNnBWfUp6mzynvo8v+3KbittpviOBx5NBqd+\nZ+br\r\n=Geb6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"ac63328e933c533c1f60d4aef8f89880993a3bbf","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.13.4/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.25.2","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.25.2_1557301131718_0.36869861410728877","host":"s3://npm-registry-packages"}},"0.25.3":{"name":"picasso.js","version":"0.25.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.25.3","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"943860f1f92e8f74cb15920ac129b9ad91cb353a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.25.3.tgz","fileCount":395,"integrity":"sha512-PozUlLk2SmKa3XBFD5aapVtR7VgvuyQDWPj7qDEcWR/LfWvlr0CxIEwMLW82ttq493RNIEn5rroUFS/aGWYr0Q==","signatures":[{"sig":"MEQCIH1QYndPLvD/pzkEBfqS7Kmjw4aTTTJEjN8RRExuQYR3AiAd3aaIYdgUM3MSSieYBgdfoDd8C8uh8YM+Q8kI6O+S8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6311368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5oyCCRA9TVsSAnZWagAAwM8P/3lx/BVX0tyMQu51Risy\nOwqsWIU/T2/sLsbyEuNzDPhg6DxYQMrgUkrDrQE626MDE2lDV0O+77H1Wv0g\nLLAptjCSZcRYoIBfUchpPKI5tG+oTdmuQV0y9eTiUMTBDCIUi6v7J13fZ7dE\n0btNn5sKARw7We2S41BrVXprEu/ut2L6y4Nlsd7eyH2tq4ZW5Bq+b0bZiWXr\nVRHti5MWQiybTGyT3dOHjIStHvdtvRSHhQhfUPC1Cg6bkEfR+emYTd84YD5P\n00molM60F338oVDydDM3CRpiR2HjLoAaNxCbkRJH3JRaM8CODtJ63gItYrv+\n90aAul90RSkQhtwhtXZvzXY19dWGiX6Oa/TVxgAbHDQrXWctnav5r32mFS7T\n0mSUkQxmb6h8Q3Qu9fasQo6BWcqu/amzWXrr8uw/M08WOLxCv14gKyIu9VAg\nnjPRzqSSfFAFMoTb84Rvf8t8Fxcgbnv1mXnOzns8pSpbqfr39DkLl5RkQVIn\nrNuOl4QTIhZxkOoRSQiQ8rZlfIEq/UkWAYJdQYPM4oL/8kVFq6I/Li1tjEEd\nfc9xTlimDuRYUs8SnYf+G2vsI35CKPiQ8hIpR4gdC6kmwnaQEp3FS02bqkeL\nj/NO9OwfNvU2amZrfRdDVvUauM5TbVHealKva9KY/Taw3n8fUn3o3vbHYXpi\n9Rfo\r\n=v29w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"210ff7a3a8376c343d87c8821fbd06ae6f25c682","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.14.1/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.25.3","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.25.3_1558613122210_0.2793166272999712","host":"s3://npm-registry-packages"}},"0.26.0":{"name":"picasso.js","version":"0.26.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.26.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"29b063404f04012edeb026fd5783e9f564a7ce6a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.26.0.tgz","fileCount":390,"integrity":"sha512-ratdrZqzvGSVDkKS1UiLdahgdfDpe5U1hpjRiJacsMmsc7YyQWdzv+Er10SQ0kfaazQUD5smdcMRnkjK2PBBvA==","signatures":[{"sig":"MEQCIDi6NPciDJbNCWK3VuTAh0SlVceVZmfPxYyxkcWsbUy2AiBwiLr3MgfQyl9r6s7deaywM7S+VyZeQjpwBL0sd4pHAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1713777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAg3bCRA9TVsSAnZWagAAoJQP/0F/3iwHTF86YGvS2O2H\ns2iUJdPaAsjni4F3F3PDWyFQCIb5N+6K5Foj0bGR8nTkyUVUI0aipAjSNSd3\nbjRcpmPWFGzVwe6kqM7OhB4oNjMVvx423n16BRLqe6n9i+YTyg7Lhp0Db3K8\nscbSL6DhbbxaIkaM40pjSGN8QfrmvJpQC2onNM+MLR8KMOmXsAcpH7R5KI68\njZlHC9FJ80QPGgqcmwwHiQj3jwGW3CbIufP0ojxV0VZi2jw731oCTrbPx1k1\ndERqhbMhdPkMxXzWkwuVCpC4m2AplWAM5Vgp4oboWSCseGPUFHJMtXKMT4Ff\npapAYCaf+yWZjDmdz2LL8ypp5NZRvVVC+YDvqCK3pYCyJ34lqJyzqy6EqJ8h\n8/jcX07rDrSIfv3cn8ZHvNaHnfezjn/TAo5C6aK6q7IKjJmNknqLgNkwrbMA\nu4MpU7q4GIFsqp0vqYpMk/F22sWeqihoz2OQTc9PwibomNZq9ROe+Bg4vTXQ\n14RgQelPkwdrDFSMhn5MGZf6OhQhHV50EY+QHYFXBda77zxsxk0aalt5e2FF\n0haTVh5LulugKbWPrili5fIpsYTjxzbH7JNhjRspwCvyVc+rS+kd00hxtskx\nI1IUBkG2A1V+5+ef8sJo6Ahf/rIDXtj/q9ugeHAg6D0Yr7wPx3VbLpavu5/f\nWjss\r\n=t+bj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"deprecated":"missing /dist folder","repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.2.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.26.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.26.0_1560415706583_0.5864060106751896","host":"s3://npm-registry-packages"}},"0.26.1":{"name":"picasso.js","version":"0.26.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.26.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b6bd601bbf63c5c4de9e0b65df1e1fd2127b0145","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.26.1.tgz","fileCount":395,"integrity":"sha512-hgBHvb2KzF/cdcc66OHl9QLrlViMRxQ18PUPMR1B6sppeuUQwS6KrDQnDmZxmyUYItNmso5SYzOGlL/RYxIqJQ==","signatures":[{"sig":"MEYCIQCJIxeaiAJwNbthJJ53oDS/TochzjB8zDuPAzSB0lV7uAIhAO30OkhxlfslbgVBktyZe27ZyLS1R+9Bt53yjMMCyMZS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6329696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAhKQCRA9TVsSAnZWagAAWtQP/370blX213V0MmXsXDoT\nw3PhhHM1n9x/fG9wuY0kBVdJl4dfyZWlVUjDm+bcKOJHe3I0Fq+/7qXswRf8\nhGe/aIs4GGjv/GRuWtDNRo91cxSRfQmY+ioTClzMX2CXINv75mfdb0LOfmYK\njahyNWkGE9AoGONWaMkwk1e1RGlr5N0uXeyPP2reNbHvjfz5Ay7/IcM14Zdm\n+s+S0y7jSmwiVigsO5lV+PdWD8kqBFWJooyoMCeSCHs3sNaf4OTaHXbR/wEE\nIshn68FpKvC3dOdDOWKRReQnPp9LsIwl50DlVTtS0iOZpQAp1lMCtMqqEjpC\n0YDk4m0botxdeeAPBSpLq/16iNRdQCEgGLNO4IlHK70lgkShgUu8gQdEFieK\nu4DFpOue94TuTa9+Ed8TbsZ9ZcUW2CmoVvvZ2y2OA4YQxQqSP0AYabnpsW0E\nvmHt26n+ABfNR1H9bC6wDRycEgjLnXfPbv8D+OMzU6fxclA2VJPhaUq6Xry+\nQ55cSnIbmLrK2X3s0ak/lDDduBgXHQuMgELIRrMriV92Tsn64SoObPToGMKk\nnvztfRJHmX4H1Luy4fFcpecT3UjKhtixg9siawjGSuzbG7kGL0fio+iAk6JD\nFPt+MwC69/dMBQtTvN5uWGNSppt39cIKgFDHuuKXnSINqOE33jbvubwQJ1go\n4qdh\r\n=pdGS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"48ac9975bbd58010e739272b10bec3f120d4eb8a","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.15.0/node@v10.9.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.26.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.26.1_1560416911453_0.6245047369711467","host":"s3://npm-registry-packages"}},"0.18.4":{"name":"picasso.js","version":"0.18.4","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.18.4","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"11676202d7a26b49a1a6b9da88894b10d77aaea8","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.18.4.tgz","fileCount":378,"integrity":"sha512-Hg2yw4LOI2vyZc1X+DiaIy3HTwJ3pMWdNxX+BrcoGyfzQJglt5MdPmcgS03Im2RAucFgyQHodJAabhW4iM3drA==","signatures":[{"sig":"MEQCIAZeUY6OoAvMWjmHJRYvTtT/AYt52eo8hDMteLF90pBcAiAKZlmVLQiKUvLDCq1bwOW0KzLSnN5GRh50+dhbEUGx+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5991214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHHN4CRA9TVsSAnZWagAAP+8P/3FvHiob0Tk77+MUEO3z\nOEhFHIzsqjeR14ZulHDHRkFRivMLARHWqZ+xFuDfp7sHQ6xkyghmv8/kXwMr\nqQ9I9czzg2YHiRvxYF8w3T73SsmnsX7fZXO5/WNq6Rl+Z0zKW9fuMkkvdbSw\n0k8r3azYGNkFwCXoez4nzWLhH/gf9KOzxQSCx5jydqOeylTGVLfSsmH5VX5z\nzIyx4psceHPXitVA40wswuChkB8yq2w22H1pkdkV4tWCzDLTggfP2mGg11CQ\nTI9NJZplkmQ15gjMakkR8KEJc93zGgW+JnDz0GaDxEui/b1oTIW1RuCKyyxE\n1leXeROL66fuMo5d1I0mUTD5iXU4It74RWJvO1KbeMxFHOF/Z6nsG7q0O20N\nK0nnYnKNkKJn2uSKR6PM2+NmObKpN3jUcMv4k/2cqoKnUAnufGqRT+VhxWCq\n4vKaJUUoasgwA0kA+9x9BQFT7e1GXInNq9PDexrfTFqYmZgzYUMsiD/w6A34\nFU5266SmjzRDEZNarOgT6R4R3LVD0z77x83Q8bGGGZJcIX7pYrTVOny0x4dj\n1FPEkZ+0gg7jilw52gH2Yd+x0NHsjsu150NNqv5DtYFaOZokIN/WcoEFjAEg\nQGl9uAXFprO122eft1RCbg6XTFAXttKluqY4K3px7+LgK0zmLCgwViF4+V9R\ngeuQ\r\n=V6hP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.2.0","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.9.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"extend":"^3.0.2","preact":"^8.4.2","d3-ease":"^1.0.5","d3-scale":"^2.1.2","d3-shape":"^1.2.2","hammerjs":"^2.0.8","d3-format":"^1.3.2","test-utils":"^0.18.4","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.3.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.18.4_1562145655518_0.33470013286277567","host":"s3://npm-registry-packages"}},"0.27.0":{"name":"picasso.js","version":"0.27.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.27.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"37130c6a8eabbde34a8d20001ca166d8560d9075","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.27.0.tgz","fileCount":395,"integrity":"sha512-9pfvrhzNQVs0e2rrNGRXv4upMZcz/r8mbPHFET+2wWE2BcWE6xa0ffl0kxbP7RooqKsSz927hIq8haOUepv8wA==","signatures":[{"sig":"MEQCIE01oPuPI9u9vmWd4BymKQOaY3zlByNuLgOctOYHKIl/AiAFbqbjVgehbRQ4VCb0ZqQdYYUMKwrJ7sbAT5xlhElPLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6447168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhKbvCRA9TVsSAnZWagAAFDYP/0+IVi/Q97ZqxrGLsVhD\nnwC7nJBO3UroLisfckRRIrBa3wkMgPv/Xt4HRSYOm+XBZjEPBu50rc2Y8z/i\nWZgkSKogDIEyuXavSWJrJs40mDQlyJpDO8UDn8Dm4AAKrTsarOdoN6HmPDjl\nQvcZyozU5QZdWlDngzC/UOomZ0DXaYAJGttAdpgMqDc/W8HgN4FRaJwH8gpY\n06QOc3jFg8djnMoN7HiCBO+JQoIuxc+/WIcz8YNOSa4S39VHyZrsG+SGQSw4\nvE6tbnFPE0m+fdADhAFz8fPz7u0mdsm2F+igG/YEbGr7J3GvQOjomAuFg3mf\n0aNChOjf5J7jYquuDbjnvIFbMVRu8maVepOsTfLpfvp8JOgascrKo8EiWmSh\nS78RndOPi4y8ptqbLlgx421t05KRRGa3nJQcZkgBrG0m4X7BAuK2CJe+ybUt\npxE25kzA4cA67m+rathPluytULlSsnAk20bQbEpi3cABChSwmeXhC7p9x5xQ\nBIEeb1eTCyDObhNw5XdwBuPqY5W718PXhK9zmCe+uLiZ1lac2gk6HoDBYo3N\nCXMSvAFs4bhi24sVM2HtnRHlj/MO+q3/mO/8Z0tYTE9OPf90OCOK8PAdemkl\n5pJ82B2iIHqfWX2wJaQNoY/Auv7M3UObYauIvfEwkRRVt59Mk8MpSI41+foM\nByiP\r\n=OOev\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"f5890a6246cef79ff6a652f37148c184d774cf2a","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.13.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.27.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.27.0_1568974575219_0.9970270302651207","host":"s3://npm-registry-packages"}},"0.27.1":{"name":"picasso.js","version":"0.27.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.27.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e335e1e028460326be21d5ed867682c7a27370e9","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.27.1.tgz","fileCount":395,"integrity":"sha512-Uuuf0KKKkoMoAYEAM3P2KTMpKug0AnWNzn8kOhF80VbdljUCKAzJRVaFIsc8fUZEjwOecOJ44HtcrwDnUdUWoA==","signatures":[{"sig":"MEUCIB2BR7UypzDOGEDcclR/50ZDjh6fQo4oU5JTCC4UFXqfAiEAulvS8ttepSYhcfIh2S6cyoPFHV3gJMpj+HyUqOMVtRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6455239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwDjCCRA9TVsSAnZWagAAVEgQAKIHgVz6SF4Hp/QITOSf\ntQ2bMC3b7Zh0jlzLLvQ+ou4mvuD6vViv6l5p9RRcoa5/M725vhMB7Isut74B\nvEKgmWU3PIrOmVJfa3XG3CO8RjKwRDJl+0YFRAfKLwKnN6KIpDvulJ4LW7l/\nMVygzaenfjzIMSq6WJePGR7zQDCnfWJvz8d9TvLBikpL8aPcFJWy+0awZQd0\nLZmVRsRPK5LeBf1flnUwXooTSEhc/YMagK746xiOP+ONL/7r0O2Cg5vGehm3\nIkT3VwwaIlKZweQfd5QncPcrNRxWJ72+M8OwX0HHHJBGQ127i8sG26NJY7PU\nt5a8yzNbB5Pgh+BosN4X60r5Te8575p4aFJ0hf3mp2bRvScnFLv+P6M4mHkb\nIdJpX5Ei3JR3jD1szLYIRHBCphHH0YIUunaxvvauQWJo+3YG8LdolRKBHoHr\nxEXWf9gEIRFm7vNt1CDAmia4jpE6xu0cvw3IJEvTu23uunKr7JSsiweEIYyN\n72ydBELNtXaTBEZrjLfkjx6KUiQ+KZ1xGbwvufleiDaGxJyOE7ZlAjaZ0fy7\n6lJP3fBqKT9w06E8063/WnuZzaK04zgEDk+Uwvv6bKIejzSngEMHk7TsX6x5\n7z2vuKFFN8gW56ssymZCvFULgJ7iU5AShN4pLOYocv5WlIsOtpTrJdckUYnW\n2pk5\r\n=w02y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"2580cf1e8cf80c11cf6d3612955dbc33e986ecd7","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.13.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.27.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.27.1_1572878530357_0.43335143519110497","host":"s3://npm-registry-packages"}},"0.28.0":{"name":"picasso.js","version":"0.28.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.28.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"d2581ecbc7dd465ee54bacdd2b66e6e90c0ef9ea","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.28.0.tgz","fileCount":394,"integrity":"sha512-JTQ+3dc3kSz0S6FebPTZwnyb9zwC9wBf23faMXncvd82/qvVsbyly/Jd/+3UwQDd2/m2TSJOMpw1Jyl/4bJwQg==","signatures":[{"sig":"MEQCIECG973yDadDf5dPMmlUE+r+dh+URbYqR6teHOPRSPD6AiAUrTPVNUjNMOvzIeANMweu9h/yQamBOI/E1s1+5ignIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6472715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3P4kCRA9TVsSAnZWagAAfWYQAJviq+n/e5POb297Xt1n\nQg4JLi9FZBfHTVIbELn0mTQiDDpD0mN0agPLDGxi9LPpHjd1dVwKzeyPgWui\nGbZSD75smTEejE3vIh/MqlnRxNifUiMtPf2HKAcNrhUTnVPC0P0hlIOnnU6G\nQxkRrF1wiLziQfuyvg2tUbHSiVAJVHDK7656ckzFKZ09KB7vhbHjHB9gnKIH\n0gkfeaPpAr8Gh1ZxXT6W9GbziJ5YpaRKnCJ3FcjN0ZpnvZm1acZnClPqtIx9\nr8zf+tPJeaa9jGKKPqgR48WPEuN20eMDA3d4+fuxHCYoNlw2QASQ5pBavxoM\ncrLQXOuuLyU9C04V7jlMOGp8hUFAbHa5ZplDlN5dTf+aazW+nUYOacA8jgov\nJGfzFQ6fcx77blBWjzDpQGQd3uDQG8XBQtZEn997ZYt+VFbMNGW2WhMPCIAC\nmDoK1nNZTDvrcDKjxuhZH7FJGLoGjRUiatxWSUELqLfKLzLwy1KVCNiAfPur\ng2fZ+8wRbXgldDsWDDf3m2YvYvldPxkF4NI41zqeerkCZoV4JWCsjvPsshub\nvoXlYwtSpqtleiKYeGtwppIWAVMfqmcAVHVjv5kgawryOR5tetXTpHGIrgFi\n+G8ufw+LG4OcYbxs/Wsb6wnRicHuN6ESx1VzN4xFoeIx0LxfxAp3IrmmCWHw\ne+Ws\r\n=/yvC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.4.1","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.28.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.28.0_1574764068478_0.0844986329404227","host":"s3://npm-registry-packages"}},"0.29.0":{"name":"picasso.js","version":"0.29.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.29.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"9c0b08cdb913ab6d82bf71b44f956a4f6eb00a49","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.29.0.tgz","fileCount":395,"integrity":"sha512-AincOxuu6rE4Yx3+jY7jDd1wJlfAIYSNPjpfMOlqtn+JWM1Z+QBALpNIa/cWhvhdLxD7rFFVnto1Ciiikjahpg==","signatures":[{"sig":"MEYCIQCnMKr1Li6WYafBzvk4DrxXnNkLD17/BDKKK2WXZyWWGgIhAPy51ZVPjaX2gcVe3nAJ0RdNzVBORrDH/oGmvc+/eiuf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6480083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5NvECRA9TVsSAnZWagAAVq4P/1TrtuONTcQN16WwY5Jy\noabdSKeEB/bwKBlCVkOR5iOZGvS+5U/+SwrIzAWKiO16OFZbALlF/FjcGX7Y\nklhHC59Tkd1Mnv/AxWoehddjTOiAYvWjg+r55JPN1UQD5NV1QUmfPijyO0Xp\n4xRKB1ROFysg+57lu2YQxl8LLR7pPEcacQZRfIGvTVTME0BOcdbqk/tFQlt+\nHY/xswSEF8hz8Q312WfgNk+Ll9wVw1bXZddYT5jSYZXuJ8lVvLd1DorniVLX\nUpOfyrMq8PkmrGI6fHuqZhC8CiglXGYKSNzg4mwmYWWbusDpS8GlSl0aIkD4\nTS/M9Vbx9wSkIUzpu6N2cDATNNC4SdAcCdCekI7r57c7GwEDQb+TMpsp5NAp\nEQV+dZdjeR7E1ROMAdoxIMDdOnr4VqnpgbgETGiELgNlWN4nkfM1AXiTKdla\n5eCd+IS9ieQCZ8ZESb9v9cNrdAGDvGpRcIsvX11Ndr0nKQCrlDQMCMqBhKBk\nNh9sjzzfVWeQeNWPv/kuQI1qE98bXzgm9/ElI/iNkqF9+185flyAUV2f0JTs\nxNjcbvOlnxRjS4HLMmIBcXOHOBg9n8E7EYFvK0V00HJqnWp85+M9qMhUb0sH\nJhooN+2pc6p23zG1bmpNJ1t5x/IqS9LWha/q96vpwXh4mK8/F7ohRJs7e0/F\nsU8q\r\n=U/6K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"15556ca5c9b5ec5daca3148bbea2b7055a11c480","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.13.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.29.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.29.0_1575279556309_0.28520013369959774","host":"s3://npm-registry-packages"}},"0.29.1":{"name":"picasso.js","version":"0.29.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.29.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"9e363d89e79e4e74191d77401264152548fba342","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.29.1.tgz","fileCount":394,"integrity":"sha512-LUeYfX1VGWtybPdHjkX8mPwF9a8+aFYfsY/jCR/HB1qAuBcBXHD01rzNzudFa/RHvB55DS/EHHkfi26/er+QsQ==","signatures":[{"sig":"MEYCIQDITOVx5cyJM/+EKeYKzDKYwiyQgYZ/Qo1yN26RmgFZWgIhANGCW6SiQxXxTwYI8FOqd98Tv/ypR63VFCgPUd541UO3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6480161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6QxDCRA9TVsSAnZWagAAkBYQAIqNVybAdrDLPfP6YrRQ\nXLI3Y8nvussUg+Xu5G7/8OzHI+WiQe5Y90uMBmFvdKzi/3NED1Je6UDxpl9x\nNGWKBdtPUnHPycHW7z3tOZ59C40zc7yWhRZcQ43tTKxWvyjBWn/55k4ekqwi\nKq+zNGBSLpojUISY07jQlhbCRfPXorf3NEJyN8pDWfVJt7BXs6KWHZpbE0iy\nvLTtaJEhiHEW+Y8TDk1i6VUnMJBy9WpVUuOwolNe37vFaVqDIZEtwGVl5/X+\nNg+tKVijlRqVecBvk7O1H1P9LoPUgfHd4Pbi5ZtrLNK9GkbeiNdo5gHRVpLj\nOypj+Rpw/uhGhbk/hiV9Mbu/4OIZg/PAik4kO1usBrsLfdekOpvdc+ih3CkZ\niAJFmoAejSksVdYkDDgs2iGquz1bsZdixT70NiUZ8nvmuMdWdixKueGODtFr\nj9kaIFG5kDV8CZyIWRAFyLqkVgybOYyO5TnWgIwDFQJXWAWu+pPr49G+XuDp\n+/guK9t1nZ4B82G3nqfOf9TQe8dbnHPwRs0PmFrxBh98k6HOBdDXztzED+x1\nPSscu6ZLgS94Ozduo6SmrNFu5PrzyNmfl7vcEKimErFFJ/OjLiZ/r5vwvltB\n2OSbHrNG91eLcHOzcm6LTH1VZFLMTRlgP4MEDMVBbcYimkDPLiRNY8bt0hFo\nMgfH\r\n=8Zln\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.4.1","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.29.1","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.29.1_1575554114626_0.08999121004762989","host":"s3://npm-registry-packages"}},"0.29.2":{"name":"picasso.js","version":"0.29.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.29.2","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"93db6095978fbc40f1600da7e7a153f1405c768d","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.29.2.tgz","fileCount":395,"integrity":"sha512-fRjpfRmaN0D5r6n3my4eQXJKPopUqAhH4ojdHlaTH1VCGqikbLQgYTjOgfR6soOk4Qpuc5hTRLGOpqY1mcTP1g==","signatures":[{"sig":"MEYCIQDiNchO+5Rxl4xps9s7++9p3pcU075ml4h8s+Tu5P3YmgIhAJpsma+7JDkDSIopInzt4XCglXI97XLK3quE2VTPh/ir","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6484748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ+2YCRA9TVsSAnZWagAAs88P/38wP0dwMdQdFUmfCjQa\nH1GqdXZ8768N7kJKbhevW4Vpmr/6oFL7HCQGyXoQXEpospPtBrVHrEhTlytr\nkutBWxDyILfye63/upLgD8/W4zy/4LqYlUHb7c4XD277LVG1aLyO9LqdO0SL\nlqh+PeBV4cijJ8TnKWi/0xwc5uFbwRIT1937eVaKxao+zQbNIc1MeEqNlNFN\nO4FRyZ0wdRqdncq6uy9QkxbIosZORlvaM2IO15q0d6FQwIdYKhigmnMRfYAH\nabrgxjgxxhScyQPsd8Y8FUZxRoBYm+gBOGjfpxy9ckoQ4mvWzt8D+9fIyhQ6\nm1wNS7oyv3fBJLtVYLNVCJjRLxFpMmwYfjJ63+wfKqqJ/bf+u3HBhTuWAb97\nzqM4FzYY60mkOOjrT2RJDDjlbb4B/iushcR09cVw3pY2VWKz5832zFhQFmNs\nTSH+62vzllm9ED9uA3VChj8km4GyenPIfZUJOyf+Bzbze4JFnf3dhboaZ4uE\nYNxdoA0Fq+SB8AO5qUp5ynklfjGrEFgLl53MQFiDG4i3Uf4TGC+C4s5M87u2\n3ikDOSrkzfD+/jL0ytLHa/FYXfF+iKaOIjpP4ktYlp0wLreLpy4XLHPefuZM\n/TU8D7Lg+Dey2j8bCBDJqUe8Wdo5KTogHMLo+3EffBL3lyJjGCkIGMaPMRzT\nLyBL\r\n=Zyy0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"51acf742c0b9d4790cc06573f728dda7b4a72827","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.13.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.29.2","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.29.2_1579675032002_0.44991318064315733","host":"s3://npm-registry-packages"}},"0.30.0":{"name":"picasso.js","version":"0.30.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.30.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"c029ea4683a2e6a63b9d838c19ece4dc74d41e99","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.30.0.tgz","fileCount":396,"integrity":"sha512-cdFEAGB6fJFcgdAmACQJoEnEp/DqY6p3vZFvY+K6ljMiMZni3ANE+h5CDxVqAlIkOH7r1emRNZWE7QcaBVJv8g==","signatures":[{"sig":"MEMCIGry+Lzzj398/zXtclhLFhYXCiLhj4ClmrmAYUA7VRCHAh9B2OlRzSgALo11ecMk+G5i2IhYTI5+BXgjEhYv6J0b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6666282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecKFRCRA9TVsSAnZWagAAKdoP/RVX3yTckIp5cwwsCtpo\n8jzU62X/AyfC7G9dEV+3Pc3cUgVCb2P84HlUCrGsX8/7dNvcZ51hmySIZaGT\nwCS+7DU3Oitl7wUGkGbjqTky+3Y2n2UcgwI4C/xFwlmPNS6LuC9MAwNWYaAh\n7VZYGwN2c9dGcLX6EvKxsiTqqiMc7laNE14IJCNj8VVjFeisKuIHGJEosJ+U\n+Fd5MFKSC92Dwl2xSd8VM7p+H0JOPTE0u99Q8++yDNXGYnpp+hdn971UexxA\nX11g5USwXH6pWT9i0gbrsQlJ2p427bXnsZtnXJNQnPneS0U3n7DzgR4bj7Mn\n2t1F+MSXI+IEumudFkMcTEk+8XZp0pe36UIVUwgHoIBXO8CUueTiRidV+qgd\niX8HAX90FWAkUWoHjy1sCDzMN15boyIvlKUb1XfS+lNN1XsszD7hLIVcBBYl\nHhhPyQFaxvOzEo6q16+cfx8I04moel6IDuNioiK5dThazMFBPmmsdrv48Uvg\n0sWdpMT+5bQOPI9/dlFjzfsGP3M2LPslcuvtlglmPA00jd/yfoAy2ddLRkZp\nRTCk0azFS7NCTzkgvmf6b3LObnqTsM/RMfcj3HJgbNQooXNyUFatLyFfQIAJ\n6rLn+jE1gEWG4ebh97w5uVZb3n529/lLJJSlYO9mj/iqiEKetQwOeuot3iHw\n8fz5\r\n=wCC8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"6.4.1","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.13.0","_hasShrinkwrap":false,"devDependencies":{"extend":"^3.0.2","preact":"^8.5.2","d3-ease":"^1.0.5","d3-scale":"^2.2.2","d3-shape":"^1.3.5","hammerjs":"^2.0.8","d3-format":"^1.4.1","test-utils":"^0.30.0","d3-hierarchy":"^1.1.8","d3-interpolate":"^1.3.2","d3-time-format":"^2.1.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.30.0_1584439633022_0.37734284280878283","host":"s3://npm-registry-packages"}},"0.31.0":{"name":"picasso.js","version":"0.31.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.31.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"999ff804fc0aca71ba9fe6da18e382b6ce7d80a8","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.31.0.tgz","fileCount":397,"integrity":"sha512-p9TcvsqQJE3V/JjJtoLDr7Zs9YRzavzcmV3YhqANLvHxN7bjpTXhmPNMsrWXdxgOv/VcKoc+o5FBlVVmfmbJaQ==","signatures":[{"sig":"MEYCIQCx91VqoIg/isoe9yGTEjQiCkUHnvhR+nULCD00mngbmQIhAMMYX87GRZL4AVuSRF0r2qJsNOc9QXIiXw3BfgYuxUmP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6692829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes/dbCRA9TVsSAnZWagAA8RwQAKPzzwJB0jgxHoucOI6w\nPxX0fLsjmYFHdl2ypAxM657H/SZ5bs03bGGDM21+NLYUdp7UtOdi1QjotLqy\nhACmsJXPQeyJ/vxMeJWWQesUsaBzHOK9ox545+1A2vzWUbnQOO60bXUi7oxr\n/2pT0omllrPBXX6FAwzzRXX5PaGj/pbsFfSzGXk55txrOTqSFn9+t5rmqlVT\nUzLioD560DQcUuF7NUm/2nEmeZzem5BUbCSFy7BYMFrzEXkSJDSa5qHrbRZb\nGMfDrpelkwEHBRBn6BRIL24ksJJHgqoKzNi/QJ5bwE7Kyk6rJKGjnBGhev6d\nFz/B+/0OIcqOoR3JyzeiSSKwRqT3g7/5BKAktyznzPjgw3qiLEbW5vPG+Lzy\n1XXLVB7fUk0NJ9A4q6rzd4zeAC8EKw9xCQUmr4nxhLyJ2hPvd729pwz+b9Vr\n1R7eQOEsVmeKSQQ0zLcY/pD36UNkDuCYRxvgy1Ze9eCDfAc388Qca+qSccrb\nlAQf5Y5K1LouqmRQAo3q7Xt8g90R9qt3Bhl4nLqjJMD1RgOwgJg+J8JoePHE\n8PpU7JizBQL4eMF63YIlgj73iiwN8t2pFOepvNGqjRPLITg4RiM2a6NnP2v8\nAf6xz6iVE5RAwldQFtq59c9iWKOHka8QwHZ5vq2SwEdn7W2IVgMFBWIN4wUk\n02vv\r\n=5DGY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"82c20c0ec11b1234f04658141efae3f1ba894a7f","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v10.14.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.14.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.4.1","d3-ease":"1.0.6","d3-scale":"2.2.2","d3-shape":"1.3.7","hammerjs":"2.0.8","d3-format":"1.4.4","test-utils":"^0.31.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.2.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.31.0_1588852571103_0.05683263348685208","host":"s3://npm-registry-packages"}},"0.32.0":{"name":"picasso.js","version":"0.32.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.32.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"212c08f1b5b2f74f3df8561e18d7847cead29d66","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.32.0.tgz","fileCount":397,"integrity":"sha512-M5vXZJHrAw+OtNOhvYHDVd6CFczWEaXl+69PFBIAKRgx+zo6ERJe+yf5Vq6dsKNvGFwlB0/TLEiMLLNv1GOOoA==","signatures":[{"sig":"MEQCIDi3QTrt+M64LGOWMxOIELcIisHinTvXAx2t5sqGhPQyAiBdl0kNxDqIFAaVfRV2gNPadAKEhHFAClC1NhbEOSsC8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6693836,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1gk2CRA9TVsSAnZWagAA2KcQAKUkZ8uuNeIJM5FrS08F\nSotAAt3WAfiBYLCbCMXqbJYm+Gj1mGUAFNaz4RIPwAM1SLN/tXqo7Kfgu9oJ\nuIqZ93OM6ssxl1qG6CH2FYokuil5AtlNEjLTUz5fzsdztWLyf224aIh7KBHS\nHptlxXQswRgxe1m0f10x+04hYucdrfDd6ArpbNP0BhWdxQ0u0cLXMbxUrTvu\n7viZFF2TFznc743hwIFfj1JfFXvrPHiaEKtiSBuIsZeau647rQ13hlsRkFRa\npjRyJ2uD11HMuYgQuObn90lPlXmBZ0tZvkVLYvpKrtlK49NOhQIMJOsbBYAs\nOprEcYRhVZvm7KP322ZPFYne/haO04z9mHxkJyvIukOeb5SMw/5jLOur/NKs\nhkddf1nEoQaljt85j4lPp1UdQMTLnajULcdx4CvOxW/oO4viXT2QA/ikdevg\niqT07sNCvRO7DvXkCZ/9VgvgiBMJ6RMM0XbxGsvHGDNeW+pqAPdtQM1rzC+S\nU/PN2PcDC+5srEkC1WDyOllIx2PT8cLeCUsSX9v13VgqyRNDu5FQ4rVmShp3\ngGUyz41wwGdMxSyb9sec8k5MEGTNEaCughZxwE30r0puNPyi8HaJWxkthXSh\nalLM76CloNmI0H8lvKu9qxOj3Kj5jOMj39MqDZmzd5vb4TIdrc6QKujX0lVM\nOaIz\r\n=HMwF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"55b07236a3860169268634848c06d535d42fa447","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.19.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.4.1","d3-ease":"1.0.6","d3-scale":"2.2.2","d3-shape":"1.3.7","hammerjs":"2.0.8","d3-format":"1.4.4","test-utils":"^0.32.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.2.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.32.0_1591085366180_0.342066476714439","host":"s3://npm-registry-packages"}},"0.32.1":{"name":"picasso.js","version":"0.32.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.32.1","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"9c4e29b6645c5e329e6e9afc44d706ffa5710240","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.32.1.tgz","fileCount":397,"integrity":"sha512-mAmmeLg8XbNqSVjCBLeQYoms6wW3ZzNpRvS9ukAO/JNM0i9E1WsMtHLPi94UKUcHQP/gUpgByvaIiyarR8ujog==","signatures":[{"sig":"MEUCIQCpu8oV39sK1QrAf6DGUOGQiDrTntB444kUmFJR0VlK/wIgUuVKv05ER0Dc8PGZ4tolsVF+gjpNpuwKyJ5+a97Y3zs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6693892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe41QKCRA9TVsSAnZWagAAHHMP/2R1pcOoTUT6Qy3Zyd34\nAG9lLThYMQxQgdrKf+vX9gBCgjKkK1QMMECbSpwa2LpaA0M9MKg/jamebBEG\nkL7P7SmWo8bHUK0OAlG4xrOFuzJWw1i/oXAFpyZEmVy3AEhoJtGMBF17zAFO\ng6spltlSq/3jIY27IWSvHzxKwgXZ2C4aW2hRU8t4YnwuXdcw0IOOqxx2/CvZ\n9lHQ1dhT8Xj/okWfwMV5FlG3S+PXK2Ll7Tl2Nbeyyb2HuEN6qp/RXFgGTz88\nZHpCbYwTmSVLHZJ7vqpx6axNZhypAYhLpSaHLlEcqAertlA47iQ45LGwNru4\n7AupKrCbepQDb+sTloabKdBM9jWObb3nLVEcLGo0EjMyrgLNM7G9cYShObgW\njt+1I6GY648PDn/CEx3uQWRkm1AfuvjUEznE4/tiQZdHj3o8WsQMySE8UF4z\nip0dxZ7sn1/01yliRPb1Pob+8zEXB4R+aMjcp+SLzq58eLWQ+5ZbASnVkGTe\nQbnYDvFCDwxqkhbEKBMhKH3T5tHzpJxwawKvWKPYO3ODj1J+gECoRGTpdaEy\ne3D7akSHyaBJ5gXqsCK0mh2fi2uvtyURCal89iYLigNc2yxmlGlbeRbJ9qLg\ns1YgdB/eHjJShX0wP5F5CkThu5XupeQs/CVODFV3EgoZJJj8o57Lyc0bKXxp\nMeaG\r\n=EQSt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"ce8785e10352600308319b8250c8c6dad9a8647c","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.19.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.4.1","d3-ease":"1.0.6","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.4","test-utils":"^0.32.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.2.3","path2d-polyfill":"0.4.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.32.1_1591956489816_0.21687811470242258","host":"s3://npm-registry-packages"}},"0.33.0":{"name":"picasso.js","version":"0.33.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.33.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"3f03b3c2f3783cd90c72e3e50872fb00017f1fc8","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.33.0.tgz","fileCount":397,"integrity":"sha512-qPPgkvdlT4IjGGclc5u3RLcDlgUOeMxXmiaueGHRyjryjMpnO6KAHZ1ReQsmull5z/TqRoYGeni3kM3aeS/IMQ==","signatures":[{"sig":"MEQCIC3nySBJwjodCLs4NhizR0gAoW+Rj6mFvwwrhwHt2RXYAiAbRrtefwN/2pE7qFgERmY1VvOyQaCP0N8RSzTNNQ7gpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6699045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfK62UCRA9TVsSAnZWagAAm/MP/jZEdNHIsOg9P8XYFB8Q\n1EFeRYqKHPtSWNfJMaeEG0BKt0tJPveglEVwhoghp5KiTkVA+F7J6cwMPl8e\nF9pfvfVOV1+POxUXV/FeTlHDMicnUGBQmtrVmD4MHCPd15dt0eqrie5w7UZ5\n6N1Wbe46HQS7YImC0Mt6Cz6aKHRmajD7011KEdAitg0MBUN1LgzXv9Wvc/wa\nEw11helF1DTcrd5Qruja6UzEiySvWBCSiklQB9qmF9WqNO00PJHiKwkkdkVY\nMIwpuVHNtxh3aJsj+U0zfG1B6LxIVGpi7dxcizgeadBSNcXsmnUguc9QMUWH\nKBCiVdqpo7To1mmt0YhKLl0DPvJoHUpy+OI+Dud/1xTwaF2JTGWbk8PrQSGw\ngfl475I2nTmgjZkP3ySky/H0FXQz+Ryf/c9jQSMJRKH4I7hv49hdJEbvA1LP\nbG10LOAnzJEQTgI7eP9nGGeBqYMRTyVF/ON42NrHR8kbSCbLQ9Tc3lBnaBUP\nAxJXCJYGhqn9AHhcUyn40vDWK874JN3iYWAXdkXJnHArnL1v25iL+Zn8jfzT\nP99h2Qg4guc1VB8yG+2pc0NMyPWg4Q+MjjQS/WxQezFldDqe8VSgwFCAEyfO\n5yTycVMZd1vIIC4q3cG7zlABTdDoDfK0XAjpPMmrttTDjMBWf12OGAYJo2lr\nMhuZ\r\n=Aij0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"6f771b6e39b962c9146b3a6b12c23287f42e2142","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.4.5","d3-ease":"1.0.6","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.4","test-utils":"^0.33.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.2.3","path2d-polyfill":"1.0.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.33.0_1596698004100_0.11303394885530671","host":"s3://npm-registry-packages"}},"0.34.0":{"name":"picasso.js","version":"0.34.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.34.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"carlhannes","email":"hello@carlhannes.se"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"mm85dk","email":"mm85dk+npm@gmail.com"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ac4b01926bc9d641032d2e97d906d4efeb98204b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.34.0.tgz","fileCount":397,"integrity":"sha512-Wot3FpTtBcgqr2IPd1eo6t3Y6fF63yjFuULizu6HRIeWpy4+sGGDU8VgX0pc+fRPL7ZzabbulsFIWeN8MhOk4A==","signatures":[{"sig":"MEYCIQCrGDLZ7lXJTsNHkDiAW/G2jnhpAWfpz987C39n+zLIKwIhAMJviQYXMuruoCOKH2rbeKKUBkrsQ4POtcrAL0um80s7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6704833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPidTCRA9TVsSAnZWagAAo7AP/1KZkPZDVkTsfCPM9IMB\nKWU47eLCvnelTt33LW79FdeOzyzJZ3bnhXKiMx+8bS7Yic2Z+CcysTx0qV5M\nmSwTF5bh2qnKNdgGH/DS8FVf84/BTHY242AzGFMVsR3vm2iyPhJbbXVy9cd9\nXTFVsSAJLRhPz5K3s0fmPjS3uafFbSSvKjFopZQpubqZy4Bo5ARc9V1yaE0M\neqeRUvXZAsjVSm5wMBqzoihYOS3hC2lzQ5Jk3SNOo+D1H26UEOZXBKSVqALM\nm4mqdKlxl2eAI37vLtmDh+rO1j9LLPELRVVau7/rmrTNpRqfQ+f5bnXG+2+k\nZMb5maS8XkmEMDtM0GeJ3DZhXf57Y9F06hCgP7D/r/jMtb0lZChHg6dkwWrR\nHkPBINHM93uYqWNzhDft24tPnkaLsJgK4Ht4Mmln0c8FEQ9UwO5AQ8H3ODC/\nij8WIMLoMpgkepDLAJNSVsLtwMs5WLR1piSoqnM/fxbyKJb6W5eVuw2ho8Zb\n8bk9ZkFmqq1wDOSzAcISSSLGAjsvZWdUVpmmon+gus+8E+z19Tevijx2uBBJ\n+fpj5hIKHsHSBAzcXnNzhKyTS3DP/4rJWJQuo8/Jb0OTi2mJeSkuRKV1UUhm\nESgza5URk7tt12M+9/tcwGCMjLQylVWQKb/cDh0+sLlDPMMmJjnVDQtL6jL6\ne0vy\r\n=flij\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"9166a062da5bf3b97d0836f0f615c5a856b6078f","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.4.5","d3-ease":"1.0.6","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.4","test-utils":"^0.34.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.2.3","path2d-polyfill":"1.0.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.34.0_1597908819079_0.7588129204150371","host":"s3://npm-registry-packages"}},"0.35.0":{"name":"picasso.js","version":"0.35.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.35.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e9cb5d763e378c49650840a49ad0f0a75eb1766a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.35.0.tgz","fileCount":397,"integrity":"sha512-MepBngLU8AvLDjUSeXXcQkp2Y3OEEuC7FL/SO8AcnQKCh6+6swO9qP+RY7IznPsOibxyiYNRHzF4LR0obNLSuw==","signatures":[{"sig":"MEQCIHrXa0a1lAg1lE3GVpI3Kxyg0d9HljDXU9afLz0VmItyAiBl4ZsmVjuCikwfaMTPS2oBRFcRBNIhmkN7ewHBwXXC1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6679706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYc1tCRA9TVsSAnZWagAAnusQAIh8HXqCr+schx7BQTp+\nXeKmto7rtwpU2/Lo2UDZuCHLwLVD/yq5a3wQ8o9XWKRnlQX6xjcgKLJLUW3n\nV6GxPMCpjXNp5JeCPsZr3C4TvnaeBNT9XR22/Xkaoupwhs+bcbX3uO82HSJs\nKJ9h2jQwM014jfq1DgjOLulm/JDgw9vMe72TqxzXb/XJLo4d8jBNiGaKZR8V\nuMIAw58OSoRlipmFeZXq309lB9z0IxL7U6pDimIiXCUa/rRNI/BpZWCj9qF9\nBbdOfSi77UAPd0ccBTUC69zCvAh1hZS9Gthk+H52Tz/zT2phZNS/HUtDCnOk\nYt/OkYIeiLTATGRMdO+Okql2yI5ZrxF3IXs8GtelaP7Gx0RzSuh3V9YnXM4Q\nSCYJgtnTuexzWGacSXY5Pos5hp1/fzHW7khjrw2dAwFhPEfVvB4eJG8tuqg6\nmE6zBtGWl1I5YKnFz3pXtedpK+cACVBEOdPrTL6bcFLBrkkNUvYmQLKPiTzA\nhp5tRXmDM/TkgXhwavCCI3lOeHKa9a3V3Vlh+yQjiluQUpLrnCpM2Qa0jjLM\nXLCWSccVYH3CN6lTzPb/uPKBO0a/GqFBFk2YItWbJGGAdx1h7oVEYlfch+7B\naxOwks+FVaz8MHk9Cb1pzMw30HNqciey4TjGQXHijLMKxSA+43U4VtZra6UO\ndUQq\r\n=h4P0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"c427e83781fb667c96b356c4d1a6acee494d9fc4","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.7","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.35.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.35.0_1617022316881_0.14420971200762134","host":"s3://npm-registry-packages"}},"0.35.1":{"name":"picasso.js","version":"0.35.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.35.1","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"stoffeastrom","email":"stoffeastrom@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"81a56b3367cd667d657e06780f1bf0d6df968fa1","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.35.1.tgz","fileCount":397,"integrity":"sha512-ylbpE693tjBNxi2ULHQuWLx6a+JcZUy8l3gKIQg/epCdJ6APWlJ7Bz3WHJ6p2OtW5BKSYImnXkVPMXD9IIRRMQ==","signatures":[{"sig":"MEUCICPvRxsuL9tUA7xwuamW7yZIPf2o0Ip2LFHc1zJ9KDwsAiEA0uUGnfMRs7JSYoH8eTZwbs+Aj1bKkkiBROXnc9xe4y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6679762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbY/TCRA9TVsSAnZWagAAjd0P/i+r14x6T9Po7nmXPk/k\nRBKm7/O8rdJsOp5/zg4Jyalowk+K1/1sIFLhOw6n8O2DZ9y4LybEUOSPX6jV\nanTUUfwSiirR8gmbKW4iCViXqK6XMbEYGpdAHSJ6wHCV/nzfVasu/raboDfy\nXk20qqWwlw0sLDTDQrqJ3GVSTU+1mvq9+e6oDcNmE1q4ko+FDE0CGAH+O10f\npvAHdepkTg+Hh2NU8j9IHRLCyOeckVZbRNWrxy6cCPYpi6YoBWqFSgyvNi1H\nayjlzN4btdNgxqEbyEhfOAy6NIkViB6MocMufrSAcWmulrCAaajxv1+k85IY\ncNUK+9+mivzWG8btZ3rZu5mDpFFYgz8VPuyVhKgdQKXn8BlQioxjfXGUv15b\nI73TYZ/3fU6uq5ctKgtt7tcBdPaPYb73hHHAL84wTygu0S/NzOk8en/ZRZJ8\ne10uPTOSD+WTqQ8sqy+ccUfQdogzDU/+7SU2nk9W3dbZ2uk06xt4HTbl2JS1\n9eLbyumxBHxEwGtRCpoflAOU3xeeHpRq2lmDWIejGO5NIN8ABB0TsJ3g6trP\n8CJsHKr5DFx0ztdZgz/6oH1kYsEfAHuFjKLkzVCTJXw/i6vcEjuz8yyFdn89\n5x298gCQKIJz6W28EjYUp+fllkksgPhIuIeM7nuj0xjxmBKVEvtr8/lOU2RR\nS+yg\r\n=mhJE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"dfdc0950d8719e9bf2513c5e1699650c68a6b514","scripts":{"lint":"eslint src test","build":"cross-env NODE_ENV=production rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.35.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.35.1_1617792979158_0.9306441498394997","host":"s3://npm-registry-packages"}},"0.36.0":{"name":"picasso.js","version":"0.36.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.36.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e6b5b13881cfd86ca3c76474f3fde9d540258969","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.36.0.tgz","fileCount":397,"integrity":"sha512-HaeXrj4/xlp+OhR9avNa7BqaW4zV51C3WA6VGRFTU7yNRfZUbmxUNfWVs4LgbspBWHweTKm6soTGkJAfXAhmag==","signatures":[{"sig":"MEQCIFL1jYryoKvvNOBmA5qmTI7jGV/CeUzkXB67YWahhHhLAiAP5nefahrIwIswg1X5b21oMTx7n4s/VonnE0ySmolHdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7902994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbrlDCRA9TVsSAnZWagAAzQgQAJEWl4/vp7074Y6FCZhX\nY/FZSE1YY52Tqq/7zwR6SxicK6EcMH6+EjtQakBhrI6V5qZKLhwqGBf1SscV\nJBqzdGolaO3vvFj5CV+Wz3fA/sy6Dnx2CKexHKi5UMYeylGCApB3nWdsH+tB\nOsUtj4yGPljJpOEOfWZJJrZ20RxhJ02KOKMxyKmSayx3DZw1nE7jfBRa9vkp\n5+cS+u6nezK4vdiVAkToBBkUhgP2EG1lWTkvbKM/BP7AThzKmLrI8TQwfn4N\nJ2J+z96HBODrYwku3voCcj0X2Ou+kbp7WTpXV30QIml5D8eXGtVUC9URBPxU\nAHwjwG4/aZN2c4T5vFKyKIlsjsXaqsgmsEmR0D5tP+qQuMObUNygSuSl5s3V\nCx7i2f9HqUTUZ69EARxZkzhf1fabh0GjmZPucHBIenr+Qx4IBuQmms3rp1Zt\nygwINuLUGFoN9xug+ZIXjC4Myz88dv9mfv5AZ1lJi5KdygDdrCvkkVOBhCdT\n53gBHjshdrAp9lHkzUYYl6EN4n9fZwyShA/eGxrEomaXX4hYlX1bcPVgla0b\n4kpGhY+blXRS1C8BGQdUqMIyOHwA6nXUrD3hRoamS/uLNa6hn53CnInm4tjA\nAxEoBtFMMLgX+BM9TEUDRw3bUABa8rFmVYR7Wn7hVtPVVlrZ0NkYjwUzJdpl\nXz8B\r\n=9KNC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"a70256245ebbd5a0b9a858dcd8ceb1a6ffd0da93","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.36.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.36.0_1617869122557_0.5165544172803276","host":"s3://npm-registry-packages"}},"0.37.0":{"name":"picasso.js","version":"0.37.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.37.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"58cdbf298d0d7aac5bd16f0fee50e21affd03415","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.37.0.tgz","fileCount":401,"integrity":"sha512-+TEKhxGRUbeQC8G8AxUPJMAB+VE9/A0e4N3b/Inx0L7kz7hCEZXrnxY79qGsSG4NKLA+LoRKDC96CkEfBVB0Ug==","signatures":[{"sig":"MEYCIQDcm/NWn2RrFCuPIgWWuEuqfwiXNHeNm2gJx8bX17/ywAIhAIuqsU4FW/Si1T/Qawiun/7kFGuL8PXIujJgbypszk2P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8037398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeCHuCRA9TVsSAnZWagAAgwoP+gMkMUbGrfyOuwgZi2JL\nJHpogD4Ma6yORaWi2p83/IUV1PJkX8uH2z0pIUv8v+D5OiOHzFA6nkQzElFt\nEnbs9cnsM39mkpF9D7Sc/W1nB8uO4opiuzJfAEYj6VWdEd2xO9A5mqEtxqfb\n9KHFvuyAX0K4EO1VJQQThdC9+e4A+R6RQ8T8HzBDdZLNpDJRriGoL7DbqPo9\nnvgxjMpnybtwWZs3OSxhLy8c9ae5YsuoAgpPft7LDQmYCn4JRVb8T4Co8A/G\ncVnFsFKBb7LsQ+0AWoSpuO8NCHB1TcVrWScjsJDjYPuWHDTUh8Iyl8ZrZ+NJ\n93aqQq+nvuFbzwrU8BJrjcPM3x4tYKlzUl7ENuyPV9lqI9EMI5wVHHqVQPpU\nBKf1Axv9qCz88x2m3TmjkEpT6sQFZ+6HNoSDcN3IjpmQrMo+KXylrfmHB4iN\nbvn6798HtD0GeVGqARUC2w3fbfpIW4OjXqLTbuAmDhJY4wLIxt/GXw/zwffn\nbWKrMFRnko2cFsNv7a3XP8pkGsCqDbaQrHtOFoTmr5VKeRtyexjGrIOaZ472\nhokw0cWf+SnbUsS1MzPsfjW+nMjB+G7j8dMkdPIr4S/fkZfQU5EvtQywZPjl\nY1MraNhXHwEqMgi6vhYaPu9OuUM2m3uDCU+eN8N60kDzq9csGwJdRQkezp6X\nLmbC\r\n=0w1Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"716c0a07382d23238baa611115edf94f4111cd16","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.37.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.37.0_1618485742476_0.6220360005330168","host":"s3://npm-registry-packages"}},"0.37.1":{"name":"picasso.js","version":"0.37.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.37.1","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"cc7440e961559d90e49a4bcb78203620d7243815","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.37.1.tgz","fileCount":401,"integrity":"sha512-WJkzoEgdXByA2uoZ2kKZwjaFIo1JQLXRO38OMXuV1duwe6aV6ncurc7ilGQaisLmVKtZq5GqB19d12f8GLmvZA==","signatures":[{"sig":"MEUCIQDXy60WkqcRJmq2KCQNPu4hbWkEEZBVT4c2UIshfsc9+gIgO3SHUrF+Ko3riDqGn5//Ee59SGxhFuH41Z5b7BS2iy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8038272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfT+rCRA9TVsSAnZWagAAm3YP/1ySc++ugwge1vHqUu4w\n+lVBAsvAxRZAn0qzc3Hm6mT3+A0uG5iK6Npu+nnfJB3ES8kwRDC47cE6hgOL\nzt97YOE/SFe/OnpQWeljvc7lvcFAEWQ5qBGMZMJBQnmzjcpn1b6o8KVf/4K6\ndxTS4EDmt2+uonawGI22zegwtR1BW2DGFFka3R9zpfWnym119lIfSymUqvX3\nTOireOVc4uZhQCXfmc2j7R09mc8aXk+qcc86yHBg7He8lyXlOp96U9ftR9QS\nGAC6WXvEBjISUGpU+f0HvI8dzkGeXg+rxN9OiYGYVwUz8/5gWZSl755nZj4B\nda/ssjwTbsC7ln4rOULwXktTOA6/sUH5qpIXdPNaAEAAiBUaFIFstSBpUEYa\nneyzfMe6Sx7oHkR0Uvq7fCDL/ieaz64ZoqhtTszSU2qSUNgdfjQkoRcY8Jdg\noqlhWDlmnbq41jd/IskHRHqdHgu1CPuNMf00Ph5HpYd9QIp/bQHRYZ2Vtngl\naC9hf5CarNDRmXZJb4iBYxB34igaqglINSQNgAsH/vP6SCS/3AOY5LQzpFTY\n/9BGKjxB9hAMv83+Ed0oW2rYZg380+t2MHlS8vzUfBClO4geVK4YmDIlgGsP\npc/dohGJ7yumKDW2DLxX3Y84cgXIOj5kLNRnTxjT56gXc9VK8v/TtbjfpfCG\nfBNK\r\n=yxUb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"c5e1ef93c2004ab740c7b0c56840a939871d3bde","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.37.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.37.1_1618821034823_0.6001356820222599","host":"s3://npm-registry-packages"}},"0.37.2":{"name":"picasso.js","version":"0.37.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@0.37.2","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"955d976f8d3a25a464be09c3180e7e67da0e8024","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-0.37.2.tgz","fileCount":401,"integrity":"sha512-PX8iNmU60Od4KG9i6MOqyylMZQ2yYcZ/YaI2rXU21VZM1EkQ2tEVwMpgjO1DXTZsV0rapR0ctYdBiCJHei0udA==","signatures":[{"sig":"MEQCICJRAAGXrZUbmtXpWgAbR2L7G/Fv5AD0EJerb4+nppobAiA2XA4aPlMHMnGDrGZoO0d3b6RjYkby+Bm3CLjAsClrzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8038416,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfoVqCRA9TVsSAnZWagAALHoQAJsCHbubGAPF5xdxD5Q0\nKIe0TivbP4voxmdGwoe7SXGpIS3zASDmndyPIBnfkBY8o7ERNdHXHjeiz7KG\nB6l3q6FjUOjWHa9W43cTF443ygaPSg55328HSNJU2mAqmaISSwadsxvdoWyn\nzJRZjKzzvPBtw3RnjA7sfnHexlL5pFGT6B1Q9xYiDC7/y+VwMfoT26TyWXnb\nbBtiHWC/jKEmOUhykG4FJxgG4KiCf6OqFCWzVp17COIfIFjBOiQb1/VoH6ew\nzCiF6jqXAGnuaDnyp0OOoWhXSKkSPfj2gW3+hDIG+qBH7AclPVRVTpSsO6Wo\niI6KT8fn8CivbKAkJTnHQK4t7j96HcJb/CZEg9XZs24GieGsC+M74X4l+nXD\nInfuO9wk2ZFbBnfYoeLcNWDL3chGE0xRpMEW7jRIQiCH3J551wB05//ATSRO\n2vZK5zIKN2kQ6DSDAbUGOReFBbHt+/yqz8RWusi/UBhmqML+pww/K9/gXZLI\nWsVcU8OgJVHS3F8BTX7/n1lKU379WZn0mugRO+/x6tKl2qJ+x2X9qdriD8hA\n4VCfhS3rPf6NL2+gk2PQhw1mBfULlr7Nlx2c+Q4GW12hiiC+03NrC8GhRZzO\nTpPCoxf7wsOvLKTSTUo102BWsId4Bv8pZI9iq1wNYCphKnPML9Js6D8VZL6Q\n9fas\r\n=dhg9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"5c07689c417ded1513e8ea6a6cc16c98f280907e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^0.37.2","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_0.37.2_1618904425725_0.3351339115724423","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"picasso.js","version":"1.0.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.0.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://picassojs.com","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"a73ccd3c11d3ba117a00ed97aea2db20e7274a56","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.0.0.tgz","fileCount":401,"integrity":"sha512-ctz4Edch3ljgLDWAZ6DFHjDT/OR0BU4LnerPpf5kiGO1WcKK51G1+IAMr8VzZEW5r/WRx/uihZ+qlrrtckEB0A==","signatures":[{"sig":"MEUCIEUCWJ9VorUm1H26XoADwqkh0O1s4mwnMDxCIVQ+FqcDAiEAl/LPDRSdTYgxxe4i8gAfHT4Y932WJQn+TLKqGH/K0BM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8055345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggBHhCRA9TVsSAnZWagAAbzwP/1PyXqUobup8NHWrvbYn\nvrKxQN5R8DUJGhHv7wK2FpiIfA/vhKLNSCEpAVQrFWtL0vZInfbhy52/i0t4\nmnfEyXiugUfZSIwFOBLYylLxyPy61GDJOv9+oTno9ThjrtezCIEJ4GgalZtk\npOaSUD651xBSkdh9y+MJSkbfbJ3uEqwyEkfXnFMXNt3bUUQOraAnnSYkm/uO\nZPqPPbhpmWUG29VOUvfmxYPQSUqOuv/j6HcQQhPdVwB3/NIhiSLzSRlT3FYO\nHcD1QnxWB7SVF3psPaVN8I8G2dJ/0eoc6NAbeAqlaJ884Gh+LY1aCvf1rhqU\nlboi8rG6kFDjGFsJ9ckndp1ywvvzXi9lYEhFvGQ53d8HLc6qPvUSQ1GU9sbi\nudw5g95C5G2ytEWhs+qbU9vFr6cv6bSn0OAS9jKee9y2NeGGlHnErBtYRpw6\nBguKaF6PNSRg6aXd3RPKim0sYl2UJqU4kJgyADMBHrCjNp/w/HWow3AnDvT4\nDWClyBNaQpFvISEL3IMYbTnHU8vkDk6xOm5P/yI2e9w2PCLI876WQLWLZmJG\n8BGy3nzIBr+0k8G5qRnngitpENREW5ogdtg7TR6c00fyrp22LJi0EbQZZZk2\ny9zJrQwciDljD96IBrVOXVkSkkLrb9qOJCm+YlWEPFdHY7n9qSXHmbpDp3IC\ncuV3\r\n=hK0M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"2dda2f56da313b86731c3ccdff7d55dd8dc71000","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.0.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.0.0_1619005921094_0.4624528896534581","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"picasso.js","version":"1.1.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.1.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"056eccea7a8f8143995815143931238a01530ceb","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.1.0.tgz","fileCount":403,"integrity":"sha512-F81SSLx+/+ag8L+t2lcb69Uhxe4ztcCEal6piOCF+ZaOc66aDUt5lHh2peBacMqi/3YG9NfAGo3dm7qy/xHRlA==","signatures":[{"sig":"MEYCIQDHYlNNYgRVY05tllnEZMGeXoSO4v9XaDjx1j1f2FNicAIhAIlou6LF3yASZXWQzH7sUZ7UatcijWaAyMXwiCRzmyVD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8119518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgm8+gCRA9TVsSAnZWagAArVwP/1fwA5yhjJfKiHdPj7O5\nLvttyAkc/My41aqHpo8RAgnklB536XNc6brwJfu+nkeH1K70OLRXnB4jfQU+\nQCfS8qMio7KBwkzPn2yCO3nCU7670BSqaz6KYtVqaBGH67AfcZTRP7MbUxiK\nnE92J2nFv8OfyxfGa5bgvHcG+wCOyhYfnfCxdS7HDTgrVD4VbLz05SuGQzMH\nDK93rrlduLpPEtZf0393JtAnHFeS+FTJX9dUsAMKyHxkeIUCn6NzrVorj0t6\nfI0bPQfF7f2jiBCmI6ZBW4Sa3h5ZJFWmCBy8ctIT9YILlwmb74/ZsTJqI7P4\n7THfF2Gh5v/EbM42NMY7jrdcppnYEJdLVOQLA11iM1m/eb94AwXmDrGiS/n8\nmFSIeT8Wi7MXrNB0ygUp1vXJ6YvXbgWPWCdxs0tVGawo2dX78ja2JunD8WLb\nQ9O4xrCRlAtoFsCKAQqMFsYLtmomEbwto+uv+R4JTSTV7Pf9o4b/9iXkdth6\nwruGuRLSefTZVwrVbLyZWvz0vfValjLAwFgFBsedzLFC7yhcXkdf3j4uIX7n\nx95MHdaRFS1zhKIUIC6u8GxixrX+O/upDr1hlS5n6Y+nJCAwMLC8ayJYtZ+Y\n8fWN/YRhWLCVhM6KCxRYN2t1J62kDc8Je1FQ72Gxwc7PiV9b75vT86Kuck/S\ngX1U\r\n=mUkX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"288599179a7ee76679a0230442a4a565b101d1c0","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.1.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.1.0_1620823967848_0.19207467592373928","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"picasso.js","version":"1.2.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.2.0","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"582e254e949dbbf020cc9d51e79055db98ac8cfe","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.2.0.tgz","fileCount":403,"integrity":"sha512-YsgVqHlOA8C6X3QQHjz9I2whjIcnVLxCklmNQHll6CgqujuAb7O3dJyVClws+ORbM2HALZKG/TVhzAjXoJwYqA==","signatures":[{"sig":"MEQCICd2iFPmQDTHEZlha8+i9nOq9Im2qnkgF66GAvdAT80VAiBFnNRggqY18g3RSonpbvPLo241/4mcrNvsbNGdoCBdzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8130381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrOWJCRA9TVsSAnZWagAAuU0P+wb6kXQeDuOFw4qpiXyW\nEEA0kVErSMetlYWnxHwRCN4gC0Z4lXyX0s0xFdmsFQ4qnM2eobbtVKT1NLVT\nc4gKH6txqQ848hbsWvRaIMa0gF9kPvxOu3J+maUbMLKTFq/jVnx/yTTuk2b4\ntDHhSZO1Q3nrPzeGCAlq6bbfqt1+7me1zuKRk6Uye+WAUy1AnssQRUcEadul\nkU6MwTXZABo3waQKWuU+L/KhZbkD236jdYHQa8cnt47+Vui0jbfDkhYnPJBv\nBo5b1x6AddNX9gwVhspxBJ06nvr10d8csq2il03SKWGp3alZLJSs+XyEJKW9\nbCEfBAE5JZ06EG36sylC46U3amq7tJ7+6O/8X5GrWZQ/1pQBc3qBySJNqfMH\nW7MeD78oSvlxbGN6f9Q08Mu+jdNEpmMdcw5Y+qPOZx0bkn3nZDT8fszfAz2x\n62D2OH7eUFdgkbbjK3Ec/SBJUkCF1fVUzvxVe/h1CDrgtClA6YHnJn1SCl7e\na4cm8cuqMwGgjWW8VfEz2VSCDXYs2r6apIjfOBgeyAmMt9scI9rDXJD8EfCq\nqiUiVBX+nmNA48IzNeSLR8L4sX4oBYfkQt1r0JWTOIYHrJtVVg+uLXYd52si\nett7S+rds+dBIPiXMj4fjpY/eioul1DkU69ueyObYL1zvNzKwq3p+BKgGrIj\n79gM\r\n=Jszn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"465812ab6155713cdcfd2f20bceeba44778b6812","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.2.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.2.0_1621943688517_0.6271998267097727","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"picasso.js","version":"1.2.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.2.1","maintainers":[{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"845c9a2fedbb34428ce809bfa7874d83acfb7a5e","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.2.1.tgz","fileCount":403,"integrity":"sha512-qIH/zCu2RtfXEamBV7j7QosSFhH69rAs1/tZ0AN+C8I6Qa/RNM7J6LqkxGIsWe92rOvQF1eduGVgXeEdyd5BMg==","signatures":[{"sig":"MEYCIQD/JTbOfe5ZQ+v8frk1ato+guHjWvcy67eeq9sZFdFCVwIhAOOLpfHaPNB1PsMpou5PdcsqEnyzNjFVftrqjhjm62Gg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8129442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvoZACRA9TVsSAnZWagAA75wP/A7QZ3hU2s5HjTj1NbC0\nP/nrgiE0sv0NCKXU7XgoO/GWuTwvvLC27PPnVwFdcZL8rYZ4gIFToHf60eKz\nCLKHhJ6057dtG8Sr4RY39nZPavUp00idAsk0waj3gUDiHtgv566Dqidq303h\nv42ZBYFfCz3mRvjWYlphIofv4JY0fcvRcWSLQ1rM+vZnfNzniLqFORtmesSP\n2DYIAlpjMItxPx9c+IgfDrDEF+gFNPkEs8TCqJL2P+ZIeObfgsKLzlRelHf9\ndouxU0ybEgaPN6iXqncLQbl7kHHzINN47u+g3exEvSUdrU1Fl3rT1sP5k/RD\ncR48jvkUge6BMFJZX2S2h0bNfzoxv3gCD2HclPZ9+Bi9AE2yzuS02wOTQffa\nR5cP5oZ4Uczkf46Eori81fe67B8I07Gb4ktEChL2X3x6LfTRU3en8sU2oWl8\nNDe9+zt6ghfMPfmT3vheRAW0Q4L+IigqFgXdnYxNL/8TflSsbeCQLx6WYKyb\n72E7AtdcSF+E7FGkX6xxZvkYm8dA4dp1TjsPpvgYbwvZql4lM9Gdvyc5DRmY\n4NIc0Z+xt4DrnMfJqHqv5BxxuoUSgRtvMgTMDN1a6/l7gxQMNQ6kBOePD/CJ\nr9crzO6MYMKhYOdqpOk7jx/iJo7bomgt6apUayVOr40uN6EgLEQ0eT1rovgY\nXd+B\r\n=0p0X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"2e51dd09d1ac22321914652446f154e8cbc76157","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.2.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.2.1_1623098943883_0.319633535573824","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"picasso.js","version":"1.2.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.2.2","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b05ab0ac152e1c1403f9c2a82f52a252692fa3ba","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.2.2.tgz","fileCount":403,"integrity":"sha512-jPhiGYTKT1JjepvdH5RwiLFAHuCEviLMVvtC64ArYH5wN5N+swD0Q3sWtXpHYJFi7DfPDpHe03l2PSxmurdD7A==","signatures":[{"sig":"MEUCIQCE3h+Xs9N4d5gZnhr0HXLpm8vl/NeECQRn+u21bFU1rgIgJA4zreiNi+VfPOyi6+W/8QRUvGvmLIDbcDmyKbuWfOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8129967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJNRbCRA9TVsSAnZWagAAGSoP/irp04kM1cO/we3Z1wiH\nOnd89o7t1oJeyEWVOxYpuFdsPLnBbLBg6ROu48mZ1PDm46k4PZhGDiL9flCH\nDaAsRrQSZW1VyuCqnA1pxi5E2TUeT9F/jJHlNiE2XvhyifkWl8HXFCubCV94\ninyKrbjToWDtkOLFxlE2O1Qz6CBfphhtBNpwqibk23EkQQ3wPXC28NVrfLHG\njrsyhXgVGEm58cAZ8/LnVPGLc5PTfO5dc7DcwHd10HIoibLTV3DzDUAhbtvP\nJqDl79b/c2t5tfL0gbwnxKSKwlUmW5/BEsiWYY511q3LmrGlRgrtSZfpAOH5\nTaeFybIaiLJf/G3Nt39qyzT9TAHaNhl0+eQcKyh4SH+IBVmJ4ppa0CYudBBw\nPM85DCvxtrVNAK7bCyeyovTvmnm1ozV7PFtyurieS9vYboHQXRj9Fww7RItH\nCOGsXNXCLJxrfnFZjuSpcLF/m9iPuo9JUIj/N0qlbWxQmpNSKlOcI+e8DN1G\nVpkUcokzbFmxWI6f5ykZ4JC55UzHgoRAe95CUD7Rd0u9xUe3chgPzCARfTfw\np03uL8vpjtwzfyOT92d1q1qirDrmq8GQUckNZ8DLx71fOFdEbGdjySmBQ3aB\ngOP4Y2B4v+TWGS/ircAY+N33RVhI6fCi57MoHMXf2E9ydf7zNNtBzhHwioH6\nBTo8\r\n=Dfzy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"41f0af2744628e6dbffe7613ee47601a7a3a8592","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v10.17.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"10.17.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.2.2","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.2.2_1629803610753_0.1901201180764216","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"picasso.js","version":"1.3.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.3.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"50ac97041ab3b8f456392ee725a602e0740df87d","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.3.0.tgz","fileCount":403,"integrity":"sha512-hd+A1sLDwRoAHFS4NwREZxbKjax3FdsiySlGnN0Tp0ECsxSpS9GJAfiqLFaW7YR5LPnPaYjHbt8q4njvFpLYXQ==","signatures":[{"sig":"MEYCIQDrGL9KsXDL5R05VmnKVqQIHzKS4OuotJuhyRKlxFd4agIhAJkxbMVOPDd/9Nowlq0d34WOYI/qVGuyvqqndUPO21Nc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8134870},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"d6dcf28e39259e82eebd72fce997cb756e778cc8","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.16.3+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"12.16.3","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.13","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.3.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.1.1","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.3.0_1632945660896_0.8519484759102336","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"picasso.js","version":"1.4.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.4.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"54c851c3f360e487566f22897b1f2c31daa0342c","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.4.0.tgz","fileCount":403,"integrity":"sha512-uXcsy2jlanCmpf4CzXDnnzNN9liVVdpx6I8JzQV9vxj3h0LE3h3r2HIbVMkBUM46q24hDMuuXxEIX3RHccN2dQ==","signatures":[{"sig":"MEUCIDLO4YuDPEOKFyZhmq+sd7m13HrmrIju1j3hTGA0qR5zAiEAoGz9lYyqVIdOz/gMvSvVb95dS014+KTtALZ2gIqpf2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8103463},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"88771950887db93619fec3d4b2f301b6cbfe0888","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.18.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"14.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.15","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.4.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.4.0_1636447651824_0.9465374776904503","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"picasso.js","version":"1.4.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.4.1","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"9f68130700dc45545a9ef0e86f53af972b5c472e","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.4.1.tgz","fileCount":403,"integrity":"sha512-vhsZ8XfeJ6CpfxSO9w2o0xmJRce96Fei/SjzJVyAbWAvrzCuNhXz/lATWZs13M87dvwhGGqtpSUWGeOYROjDkA==","signatures":[{"sig":"MEUCIB2F2d6WPZ6o9MPZdGHvm2Hho6W4ydf1zWuMuQejw8YpAiEAmd++zi510gXusbZhdJyM0SywCItZDRf0zBbB1gBmD1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8104361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlSEDCRA9TVsSAnZWagAAslMP/jRRNQ9doaU1YP5j3E8S\nj3VNl6IOR2/aOAkUm3qUWvGRWocpXOD83WRtv43NjV7B265me8orKny7MPos\nrf8dOvW5oBEWSu9hlraJ5SVZeaYPAuOJ4HPypaGV6zE4yrhEhpm9jVwaY6Tu\nJ0/f7+P/O4zLZJk85hxIvmphmkXsD42tAHXIq6GlxdsTF4PsDI2CzkPNvg0x\nVZFJ9RmyqUpUb6CuhUohdtUDzEaQZlBp70xfDA3XskhxveZlRJ1VGootF/bJ\nvHBUx4G9M0WB9hNAXjhhjJ9RrILuUNlKyYvEAJOZNQ2Memt0MiqojECNIdVC\nI+wtV6CdPnP5jS3gAzYGQvMTt0dEYGZbFDBX4btd82Fnqq4xvgwXpLjNroHt\n6VBLHPZ0xKSwY2jBqARGvvQyDmeyYywjIzc1KfllryeWh3wgRjl6iKduKGFi\niWUFQuLr4T+brE41/ddj3eUFsUQbsAgaXDWifpxe/j5wcRIJZ0YCFBbRleIu\n40HIFFH6EVJvzeuEv8+x5pSMbHZ9inuAH+WHFwwmml2lome9RxjblQgbRlv1\nP63JjkJnPBxKO4tRnLIXYn5UkGIZVGjsrRrZQyOK0MNyZGIuWYtid3jZMABO\nAbn1yNibHpFXyOTMsVjWhm6yjAo8EpLYCDSVcoyBaS9k/OZ3mG7wS2pU/jH2\nyvq5\r\n=29+4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"2a6df7ed316565c21c8d711dddaf388354cc432a","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.18.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"14.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.15","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.4.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.4.1_1637163267340_0.06582481032054854","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"picasso.js","version":"1.4.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.4.2","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"d60a2c255cc142b7da762ce08fe2ac2848a36bde","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.4.2.tgz","fileCount":403,"integrity":"sha512-eGi7B+i0SdSTZ5xu9wyT01Opgtq1bsIcIvj3lZSU6uYtKr0+/TymQVrAMB3sz2UHo12kIUYFjc5y/4BOG0xQeA==","signatures":[{"sig":"MEQCIEPeSbC/3hT0DcWGjLNacTBKSk1B65tg+XSsZmpz4OvHAiBUUlcUBOM9toGqvB0K7ka3dZUh0l8zxoZ1WrsSVi1g0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8106503,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmitRCRA9TVsSAnZWagAAoI8P/jrUmgNeQN8CcWVhKlRE\nMRmRTfVWaV+v4qGRK+CuwrnO4WAI++gVzvFDgB+I7HVYWSEYebFilrLJEAof\nXgYlMi9J5c5yN+ENKWtKjDrdtaULIQDQG+tcKKsZsR1Iwowgv5iuB2XcJ8rZ\n9mtDp8g8Sj/Gzes1uE3qRsb+FNl6KTt9Z8TFKgtOv/71VYSbDj6ItGmLAIMU\nTuMq8peU2rYarGJV5eIRbmD/axmYTM4906hCwdD+e0jnSC+1TO5tvxnDsyjv\nT82WrS+JtWXUH4JMsRxuYz2iWEpCbGyBAcYEa3J8ySAoTqpgO5h1XdDMmLRR\nixx5FA0iCpgh/e7cFg6hraeE6N7C8kwqTK8MRy4JrDrEpc0+rPuVqIo+yEeH\nU202rNbBEn9na/p+c74ImLb0flxaOonJSm/xY8Ui9PgSv6pq27RpZVxYAJS+\nW9qVrHIOzCG3sTbgNEZLN3+f5kKmITdPXKlWteCk7zFxOKOp76cDsO+GkT4t\n9Fkv9P7T8tvJFT6MX7JtNo7kDZzZXdfo13Bur2jXsQJ+bvaL+ipazLSvyugb\nq/AdKrCx6xBNi/vgBJUVccc85ZNmzOeUPrd/Hrkt8c1SgZJ6V6uxSJhUqnHj\nI5NUTEq092YyLr1iJFEtqnJfkftyo2STvry11o5HT0zEJCde+EcPfC2FacxE\nybKE\r\n=xe8C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","gitHead":"02620ff4f8e3c89e14539bc2387c0524599322a8","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.18.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"14.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.5.15","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.4.2","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.4.2_1637493585170_0.6421391589768881","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"picasso.js","version":"1.5.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.5.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"hvs@qlik.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"064fc32873e06ddfbe33f9fcc0f9f1b9a732a102","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.5.0.tgz","fileCount":403,"integrity":"sha512-FGNrsJ4m11RrrAAuwELZtvPIJwb2CWMF/6E5x/wYjMbQyW8jgz5YSUl2l9x+gC1MB2u9MbzLf9cCh0hoHt1FTQ==","signatures":[{"sig":"MEQCIF4VHVBjLKmYazHL5DfpWiVAaGt1+D7p3m13lpdGJlq4AiBQ40VOCAp32PinLoi93KWVbBdMAC1IOXnvsU7MabpUhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8113953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6CNJCRA9TVsSAnZWagAACjMQAKLbJj+5VT0okDocaaPs\n9m97fc2qL5pEIHRJmm8yLOXNM2sbair67JPsxJgP2VfdV6/PZ7FGJn6pyYVu\n2DCXO6TNp6MUDHrdsKagEnQgJ+IvpDJfp2dqu+x8dYuCEyFJuLpgBtxr3bP1\niKSazI+o58nh6CHrnCovUYa4FiBjCf4bjUJ2Qr8K3CTBOM4HiSdVr0ZOE5+x\nYrT3nmCwoxNOV5TYzLHKw01gHwG0tELy1F9bKebpNA6Wne6nm1kCOCiJemas\n0EtG7/IXIPWKuJ75mmtKupIwR9cfnXgcFcj9XqFd8wUUns6DaCj3UZ2/l7DS\nO1SDTMuXYrPVhro6irmsJFGmXdYdqeeG09+v7UFtgmPBrZ3142pr0BlJcwim\nPxnE53wAqZwNx9YUcREl8uhuNAVVzJ4s3W4fyqLaA+Azoh+0PM+rlG+XQ9B0\nImO6vdZhJRrHS/jASYJnMmMZGjnxGW3uWohvMOTPcQLUBWaRUFS2c09ZAo/N\nO1dJbC7WXwDfjaU1OpCmvL6JAyghS0rOG4bx+99Aj3+TCpNzpP97ziA5o2jn\nerPEAMD2eDk/ktw4B4K4MEvrUrHhvacR4vIfcqEIXeVY3gGddmEhKEJyCHf2\nSI6rrELMosNzgHH6HN69Ug0b9hn/IlnwEWw81r+X2Vpd7PRszVbU0jsIeeP7\nwDH7\r\n=JQr8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"f4a39aad13c2e21a812fd70160178bcb6cc21d0e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.2","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.6.4","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.5.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.5.0_1642603337781_0.3739820630097941","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"picasso.js","version":"1.6.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.6.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"hrigner","email":"helenerigner@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"861dd14111b60e02a4089851d0581007abc37ac9","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.6.0.tgz","fileCount":404,"integrity":"sha512-+mCH7i7vDVOFlFYNshF79K+soIAR5uCVsKZIuD+nNgKqLiW9OJrK6VtqXfkoP7zOm6jTFMAiQ/XNFwMISdQSBA==","signatures":[{"sig":"MEQCIH97KDa2UE0AFnVcK5gl59p3lvlJmmKutL0COU9jLBoaAiBH3ViWbySwYXcA8B4X0gW9hoOiZFB/GjEnRiU/GW+Tzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8169287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBNnaCRA9TVsSAnZWagAA+g4P/1JRN8A3PsqF9Z4zIjuR\n5/yTXdjGO4Fl4vlargGanPNdKsdPYAN6D13jxAIhMnQ4cDzeecv2zXDsDEpi\nOHo5ciqJmbcvnY9smJCl7yMZDQ2QX6RlMxgot1qJNcLNcxS/SMT/Fbt2aUQG\nuOCNpEsHdNZr74zo1/kJuz4QF5kLJ3GL5IVjqM9/TvV+ZqzGenmu27upKk+O\ncESYJN7EfE0QTZLPXcWh+c9cNzSbCcxq9e8wfeL4Kjo5Gu/KpbZhxZHhuNwE\ntkRfHNuGxm32+4ZOA13G475OkL6F3SbcN6P/1KhNveuGHFXuTGbBdfis7u5O\nhN42O0NCW/XoWRRQejAt0sL8Ggo7549+QF78K4Qm1gq9t8IUW91eWFcOTkwS\nBS1QgIrseHnN9NRbCGiVE7wSMURP0aiXLdREqDw6Xis6MCArQuoUSDicJr42\nUgstgtfk+iZwrzDmIFJBw6Oev4qHKZWXpIrrVCDZ/deX3n2oJN245PHcVJpd\nnpVImE/ObPRFqq3C+/wK58TRmeCKAksnylh6M4pOR9OUz+NlM0U4tJ61FViI\nbAzbxz8JF4Sazg43hlSDAhuk98ULrly6xlPc+e9Gulw6+t6VOM9+vBU52gmN\n8l7OhUAPB1kmokupxOz+SRUBEnNX2fh9R/M/LMhpZZLoVi4P/VkqrBM3eXBc\nLgKF\r\n=2ha2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"1a8a8e5dde83db88c3ac179cc37b78c906ff769b","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.2","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.6.4","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.6.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.6.0_1644485082450_0.12240706554771785","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"picasso.js","version":"1.6.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.6.1","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"4cf67d4acdee787aca7833882dcd061b38dd1903","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.6.1.tgz","fileCount":404,"integrity":"sha512-lFVST08ThB6rLpyuB/kQeVHLNfEsfm/NRDZsQn5LVvqvhWXhZbG2PevffTiACWJ1oMqXBpd0bzeyxaS50+fBGA==","signatures":[{"sig":"MEUCIQCWdfjspYUp53XVOgRjFFJUmCKMA5O1zvRqSDyA/hi36gIgVszrzYIDDEdepqq/IdLQnsFl3NV8QSu6qwiNO5x7+AQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8169360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8j12ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAMQ//Q7yWYk2B0WZ1tMeB5Qm+NipWRnF+3qNvoRvgYuui5/SjriPj\r\nIHDny5xv/1mlJqQxCfXWF4/v791L2TZvKCvdXYI6OE07o1BqLLPAmCwyj4BS\r\n4w3AjFZPNgvNrot78rvofOA0VYMlXxsnD/TIWPhnI8oQ5oBGj5xmJlho1QI7\r\ncOgCDW6J5crzucNmOmmUxE/Mgrh1zC2p4t2U+ucWi1OXaYDTY31LFcWUTako\r\neuXOsHzTPyK6XNvKFFsiobBUOfJCHCmbABMDddaaoP+7CLDjCbhwBDvsBW0y\r\nDgKY4/7QDwzbvcbb4JQXkuGSKHhCKnmfXK/ClSoDubIpv2lgx2aOgAQOWc7+\r\nXBYuMTTkm/O+4Ef2WZyylsHVulsEsFKmCYDqMCFejOrio2bR0VdoOPvX10oA\r\nkUHkScOJDCJR1w0zL85qyJN1ugW1hvRn+h41zmllMR3sK5ms9wXPGn0YQLIB\r\nYY9wek0qRvxAup1A1LBeZFk84mbqjNCCqnE/NqxNN9KET3TUL05zp2FXsB3v\r\n++Qyr3x4FkeGq1VDgAqC+2evofNE+whFG1aqLLnsStqrBOJ2JLWAd6fJU3G3\r\nZNgNeQFd4JqX9p0ANOmPSWcgdXYdnoY9PBk5pahI7od6hYNLgNkbpv0AqIse\r\nT2lEoF+4gEacToh35L5RhMbJ3FvDefXgCl4=\r\n=Db9a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"f8ff53310e4a15c618eee52755a7cfd6cb5042dd","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.15.1+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.6.4","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.6.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.6.1_1660042614477_0.5302013575413584","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"picasso.js","version":"1.6.4","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.6.4","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"9a69ce9f73829cc73e846106cb12e2984060849a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.6.4.tgz","fileCount":404,"integrity":"sha512-kZYtAZEMXNO8/xuKdVEu1oH+w9RPwVPibRrlA2VoYOLgqO1yUUggWNJnzR8TrsAPsotwTseEChAMZPuiF9MoYg==","signatures":[{"sig":"MEUCIQDRA7Tsl0ePr5xpeFI42B3tP6txyDFknEr7AUaSEx8KAgIgZskUIUBDmQrvbcTswkm+NSZTj9WcjuxwaNms7l6IaJk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8171100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA2jSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcNA//Zh/tZdpRnAEz1Qvm8GulttaiiB+bzr4jryYReL6IisSKKVbM\r\n6vwklJenzW68SMnZ2d/CwvJk2CCj27tpjD4pwTWGa44xXbzFV3tgydivd/Mt\r\nVhvsCs22dZL4sLgp7fe2HgYok9Q3AyiaYOFXpk+7n7+37+s0LyBZN7RJ5GTz\r\nJ4eoOZJWO6xwsSmbTE+rOSXjmd59p09Xt746UlNUMHs6SJemgBSiuhHYvolw\r\n3Yzi6qYHobx3v4/DKm+DrWy7slPdEKyBraDb8ZG1IpOARTB9A0aegb1VVNtP\r\nit5cLdbwX4KitdVvxJHboRfKQk2Ieepc8WEJgdNiREaV3p61w2akqqeaCUe4\r\neii+j0McKcLnAMj3/m1HGUX2PXrX16nv3+giBR5kiNt/xL4WKOBc77foNbbA\r\nlSNhjgdabEWMWec2Di1wzuIs+TCWT0ovz1RIL0gaVCqvivZjC9gsFCmXp+WF\r\nAXCn9yyFDE698qK1/1xs+itjW78ntoX6AAB6zJhuYxKGu3ZQn5TjeAVwz/bl\r\nzwfshPmAnuKOhsDC8OS2gS+0fMLsY+5W9GDigyBlmKYbLvaP4R4/7hfVIhFN\r\nOH3DEhj7aHgTj10AMA8w7r+W0jdnEj3nSTbl8rHOALSEkTQaa+P9P2rwTdVV\r\n7/DAwNUXhD6LoBDvZD0R9Xh6Fh/Xso/7akw=\r\n=aOiF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"9de85a926d2537d410519e3d507a9edf15840c76","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.6.4","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.6.4","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.6.4_1661167826613_0.37225625912138227","host":"s3://npm-registry-packages"}},"1.6.5":{"name":"picasso.js","version":"1.6.5","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.6.5","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"0b6a6e2d662a3dff0b97bae855983d7342eeb4c5","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.6.5.tgz","fileCount":404,"integrity":"sha512-gjgDBtIU7hPlyd3VKDOCCGI4M5zks3cWD+/qAio1sJzfYBDVfWHfLYmevDO5ZQooTe9gweOB6ysLcWWi7zYvvg==","signatures":[{"sig":"MEUCIQDpAXD77x5J1e1YrZuR61yEbOHKAFQFOkhUaNTW/W/OTQIgX9EoCpXUMycDRrYfMqbgNi07APwYR5shhc668uZli9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8175431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFgn6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0fA/+Lm9BnPgYTGPphn5C3qn7CewjPv0B/BA087qpsOKtLtJBiXMA\r\nL0UJq1qW/NpIRS6I2n0coEfrwXr4v+6xL3ck3vSlXnF+G1BRs+oa0tNQ1iaO\r\n45hRnXeNaq8ko/BJ0t9lBcs0S7/jOlusuGsf37jGxEH3/IeY1m7yyC7j3Oqk\r\ne8nwF+QFd4sGwsZw4fjTe7ACIKAlYA1Pl/D+Qg/93X0rEW9qkdcJ/u1tzci1\r\n+vGkjq9e/GkMFYYgFbWnzNe+jZZMuKqkOppQ/iw6wcMHSJkDneGCeYybGcB7\r\nOOpOPcHc8wwe9cLp8irDAmKm60dpiOx+QeGnjoqVJiJwTjmuEqDOCTF9gUnF\r\n/GG/DC1LexVT3g4DqRjA0EkDa3xsKRK/9bvqyqsWP1AHvHQmAJAXTm7Thio9\r\nkPIp+mZB3xv7KjGY2qHRBXuSJgzLHTrL+NApNbgf5vTk/QpWWVrbYT6wJ5im\r\n1RRBXmA6quGT5+Qy2VUZ6nNEy5yEafJldJEmSZ/IgOugxyk/tJ7Lx6CTbBO7\r\nqcwylxTE0AUKNld9RScnV7pLzIVvwnFk2rienh9XX8QqzJ4qQp3vJTCFRc5P\r\nESHSJnAcCP9CQ/ZdBtDogkHhayLIEUq+U/KbMncu59Q6oMFd2D7/2+eqvVOM\r\n4PUGcgjGIsprvPYKUTvwupWPTFnEbH5M2dw=\r\n=jDdm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"08ef92584fab7b7e537c1948e5192a728ce8aee0","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.6.4","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.6.5","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.6.5_1662388730220_0.2528421370196021","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"picasso.js","version":"1.7.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.7.0","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"f147752657e84c3933868a07a9096146199bd565","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.7.0.tgz","fileCount":404,"integrity":"sha512-SWvSMV9huwjCOJkA1v2LQKv7YwjmGObvGKag8ow6RlkwxAgV6cXci0TnK5wmQeOJQ0pIeVcWy8PMsJEgf4usuA==","signatures":[{"sig":"MEQCIF4a30C65O+qeSbv8A4CEJx3HNRuV+E+BbRjeQSLBduqAiBShZP748hRdAX91Q0+irkVfYejSEFVNWgwRP3OuVq66A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIF7RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3sA//aAz7HwZ29JWefcJFqmkZaXUd14GkDD4qN3FPyetHXPZDVt3Q\r\nFu+qDtxs09Zp/lN1M26+ETSUt2/sulveGdwL4u0XCyA5aow/9VPy1drHf+1M\r\nTaYBfxC8EthfCtE9PSLxF9KJF0tSRyg0KVzzicnzZBCU2Xd2jN9QCZF9HxdQ\r\nYeFDszn8KZ0Sr0Hghq5qzZMd+ph9H2kneppa2bqbl6p3ul+seSVLWSJRG4If\r\nD/Be5LT5EZdWmvup3frZ6hLNFbaV56P1MZqA5F43uP2fgbu72mACSkgd/L30\r\naW/OAJ18iZvU1xC+mNgwfYdIriKkZzUza1D6bbGkHLojozKoxYVw4emnhgFT\r\nv2BGHCWRKL1TqTBsSgjbOWXCoteUDmORM32f/67BsL8sm8L2h39fwJ1EJPKP\r\nkDIGpQ1dBkFwNkEgtemflzu8/JIO9ksU8e8l7BTARzcoGk/DqkR7X9ADZx+M\r\nXbknGioW7B7xAcr7ehjn3iqRGVWEJDLagRhj9HYTEeoDuur+ArIeVhmp9jCN\r\n+ufgJheDyCRiH+z2eBBhg0WtMCZAdLVU+oY9aXaOW2Mrr6rR+czBxBNlBM0r\r\nu+/3V3FFjUesubqhEAFRdDltTMiy7Dr8+mXzaIxTa/QThodVI7Y0EYbWqLfW\r\nk7WK2AZUyyEJhbYPly6rg1YyvLC9Gz7GFFA=\r\n=T4mV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"f388ebf35716bb3a82152cc1c35a292868607b5a","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/5.5.0/node@v16.13.2+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.2","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.10.6","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.7.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.7.0_1663065809310_0.8045089451552863","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"picasso.js","version":"1.8.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.8.0","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"2166fe10ed7fc58ef8a51f4bd124445cbb882e76","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.8.0.tgz","fileCount":404,"integrity":"sha512-GPumenCW0pSnYubDCi+PxK+He0p+647TO7+o5NCbWX/KNpvkL78gkSpPVl/nwJXxMxOc8cjH9iNWwFX8XmJexQ==","signatures":[{"sig":"MEYCIQC3B9LPo/AkUtmBqmWgPLIi2BFLys7CSqhUUrNbh2AY0AIhAMlnk5x0+TNikLJvH+tyuM8GrfvAleTBneNMBFjWh8yP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8445561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIyKLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLzhAAmZb2UfCIaSzjOan2yjkF8tvV3EyRLTd8jinjVZdw/MSIBByR\r\nTtir54VMVH976jxG/S2/vpIzciJZVhpkYy6jdJj8lfUlEicxyaepla/GybgJ\r\ncLlDY7LmvfD5hYhx0auHHPdfb3WXcyRRN7Hy+IHkL2Qqtw2iRJcu/Lrir/WE\r\nY/VvQ4lZKjlcV7YYaU3vsBvY/DL2aADJJXpd9V9aOfu/R8epBeztBYl5dDrF\r\nx9OFYZLzqICFaEQTzqw81O4eSq0i9o7g1Xm4DpHRr+Rz46bz309tFprvBVee\r\n6dZHsMwZUPi51+y1UiYg8JXq8QKXF/cJAHQy74sZWuo2JPf5BY5rD1z6pBLl\r\n5sQw/SzSwwmMeos7lhjnvYzUC/un9M7q16Dh2iF4n9TIfx+dpviXXqB03jbJ\r\nyj+nSO3gg56emNU6ILuq9gQtPuxG9evklzxe3RTgm8Rw7O00lU2jxNHgLeak\r\n2GGHXtoz38sc4RZcB56mkTH8O4Rm0aa9pP99T/ebd1GZvt9jKaarGQVs9V3q\r\n7y9yoUPUg5JoqV4xKLWHgYzURSDF9y+VFZtEfq0Ny2NW+X0j2OPTNf1gbPme\r\niEFJsQQADOImgIxCn7auCcNxm5cqyy+Sf7c0RrhyIjGXJ3Y6/b0dDJiEOT6u\r\nAc73olM5xLLXRWYBd+BJU8YyV3p2GzHn4QY=\r\n=rytY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"2ed3666d73b5b2873b450fc80514a58d43a60e7c","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/5.5.0/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.10.6","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.8.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.8.0_1663246987322_0.9273749690053195","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"picasso.js","version":"1.8.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.8.1","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"95a3faa8d64ffbcf148989517b3639e82cdda41f","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.8.1.tgz","fileCount":404,"integrity":"sha512-7CGO6+sXAFigaP7hrDDLkuhAX8sQ8Tdt1V3Yyab74GcUCPlEbIb29Hw5ah/mOQdopk/ozraQIWwLEGg0X34fwA==","signatures":[{"sig":"MEYCIQCwGcuQbIk+zgSXCJLgVv5uYKMrTbMQu7YoH7MIZClTrwIhAISufj9om4Inu3RHt2A0Aepp9qMjtxiQhyEVG+kMFDpg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8445615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRnNQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJPw/+Im77DtHIR24A8zjhoiMsSAzedLa7r5lx6wOhwP3usNxYRGS+\r\nEf4ij5+W+QyTLgn0QK4KFXfK2tOXfxzThSPUOw3/2cTVYmWeISe4Qy80cQ8W\r\n2foEc5rKDvYHTI+OG/NLTRmmPTyI42n8zuND0VkYxnsLmt7uP0jLwUQ1iOmV\r\nezA+DCTfpHWaRcTqrOUayXZr1f698X+aDOapqrQ4+Jk5vsfVrJq+TgliUqUh\r\nYrJpBglUlFqSmDVc9lt6dUgEQCKmrZ3lJD1ZBuzTZW4LuufEPdsLrVwe2yku\r\nBEJlbKiydpzCxNyl0O+XYECYtoux7xYrpJGRuOi0451VIDyY5Q9jSCDfzkO1\r\nzpLAofFHKZNdLesxSrwUmZ3OfT3D9pm+68nLbk1Jjd4usWGF4VN48WXirqSy\r\nKkAB9VN2cf/mDjwDuyJ52e+/wWOO3+RzT4k7tkpZ0Xc0NKmlWaba88+IanV2\r\nKBxsDu2RgkRzji69LmeFs36SIR0aTVSJNQ+rRWcwmBP0isnYof85HTaEemwe\r\nAKAj6cndpvFYoewxvHWThsiyaMKwFQHhuiDAS+68kVdX9qSnJ3/PgVMdQWHz\r\n/r0dLo27pEO1lX9yW0UvzaYkgdsuzFkAhTxAMBbGxCJ34LWMjq64LyO96e7d\r\nI+ln3EyniOlmTduawu6UAwo/fA2Qr8SOMgY=\r\n=f3wG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"c19b1acdf0e89290876591edb075b410c7b6abda","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/5.5.4/node@v16.17.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.17.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.0","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.8.1","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.8.1_1665561424086_0.5517678404136923","host":"s3://npm-registry-packages"}},"1.9.5":{"name":"picasso.js","version":"1.9.5","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.5","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"67c5f5b0201bebc21e157b319063db71eaddf013","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.5.tgz","fileCount":404,"integrity":"sha512-XRcc5JzUXEtAyMwJaULSO3DOTY2JvvBfiMNBhOVTiiLzKkX+atXJnWtlZLkaAhDJg/ip3JAHsf7HRuJlEvTKtQ==","signatures":[{"sig":"MEQCIAy4hardyhFwTbfpmjHxE7EG945eL8prB0JoZAUyZmYTAiAWqGcaxQSvIufZwfCJH8TbqREGz8E/RPkPECcOKgeUNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8453437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWkcdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhZQ/+Pk7aqcIcOu+HLE1jHT+34JYwF8joSyer23l8FAjcMqIS21wB\r\n0P8Ay1tR5XwZi22Mp9X4/UKBCkp2o5VZ0s+E+msunNR+PcQkoeeIUlj08bK5\r\njzfuaH1JPv6cgYPKHtCgSA/yRWddS/xwpx+5gPjLW9BvvcoDGojKDazkwx69\r\nfUF2mpb9m6GuAl+WTJc6/naCendO8iSdhW68wbOP9E91oYkCTlK0xZtaDvkC\r\nHEJw2s4Tefajxz7TeUuJMSJmW69U4yvXL2cvonoiIqeHOMU7bPqr28+wy5dx\r\n2lH+k4/gMTyG+vpsur+bgqeL/Q5g3+ToqQ4RSJnv/byW/ny33xFNFuw/iC01\r\nlrAoHsO2aTpbWrHzsdu91b3YqBlVjgCbmGCNRmpy7C27yZZAC2svGMGIZrA0\r\n1Iensp2Y8iRwYsdoDfqdV6fG4oBT/c3rPVTRL0BxdTkviJiBSqMbE1eye+YY\r\n40iFwJ8TTLwsFpEXjlK6NpUrcY/CXDL79om2CHjGSXaRgauLbIQf82Y+ex2i\r\nkXt6mxXc/e3jtAchXP+gy7+bkcmPsa5j61DKgU5yqyZ9UgNFORlMi/jRCcRJ\r\nIw7fYCYBvBk5fGlK5XcllivHfUIpLHj19UChFauedNq4Bt8D8IwajCfpEZaL\r\n5nniP2Dy19MorsZPRO8pT5FqFkX0RA418yM=\r\n=R82z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"6b19049fc2cee6a45321adb655e74c8b7b2b5361","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"atq","email":"atq@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/5.5.4/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.0","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.5","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.5_1666860829106_0.9914391396777507","host":"s3://npm-registry-packages"}},"1.9.6":{"name":"picasso.js","version":"1.9.6","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.6","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"880c618ff7b27628c9fec22ebfe827a313109507","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.6.tgz","fileCount":404,"integrity":"sha512-feNUvPHMwAZuM3oayuG96LHMGHK91kjXeBIL6ENyLPwiOyiUewaQ0wJ0kuvRCtrItaJAsE26r1lWll9+gyiiQQ==","signatures":[{"sig":"MEUCIQDQWOkH1CLLNrH0yHcu0Uqy5VdyVSMG83FYxQjaWjlsmQIgY0iVU4tAsrunAvxtO3pFDntd4SrvXTGuWPoWzflst0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8457508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW8CsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqN2w/9Fng8N/z32rWc6enPUwY7ThCSjbPaxkkqDWUXJHPWsLB24G4P\r\npZG0py5izOO7aD9DpUo6wgNssuzFkL1Y45IQnVzU3TtN/kcaDAyKzaHksm3Q\r\nV/zafB127dqU35UcbRXpCCJl8f679PoIh5/fkh3L32afVyoRIXPQ5j5ZhhBs\r\njpdz1HOE0Tpmso0mil3zFLe47xcW/gm606tRiGVY8WJ9+MmoiGt54M5f/3mC\r\nfz3tktSIoCUB5A2BoElxxl+1tsVXy4phOMABewDv8jTFHINHtpaSh0hCdCFk\r\ntfDN8OuQqSfIQhkVN5G0z1L+1XtJmrhRYV64+3vpB207mLukFqCDqueTKPSO\r\nKsiEtLSe1xFEpyVLb+NNxPiZNfd/vgdFfBVNTs5Q2/0D+VGFf6UB5p0s6ScE\r\nZwP+cs6Dg5r39q0plmlOxa7vidDmDtNs+7Bno5DC2jogLlq+G23n2smxFHLB\r\n6YHTPAud/826wWVLlCNkL0GxkgOuEbrAmIh0heMszE2UHdH9vygVlKEhFhUT\r\nh9xcKeKBBXpdKDIamltxKHCOqB1SPpW4bk3ZOmISzHuPUWQPRRSIQGoeCwT5\r\nEszAmodIP9VfaSdikCH+IO4zcLyzjSebiyDC87+tNCfiwYVElHYduPihBm0Z\r\ni5ulI9pqkGTcmTyhkT9TBpU95zMzo2JH560=\r\n=z35Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"f55ad83b7af8ff0bb094c09dce1d3c7f9da0cac8","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/5.5.4/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.0","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.6","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.2","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.6_1666957484294_0.7409432917265288","host":"s3://npm-registry-packages"}},"1.9.7":{"name":"picasso.js","version":"1.9.7","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.7","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"93a83bd30d347de726e7e189ee730966b780e193","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.7.tgz","fileCount":404,"integrity":"sha512-b+TU/6fIkLumlUQph0J4vPbOWvWMUTt0bcwqMM7nOsEZS4GinNNV/KEaMenz4ugwIVmI7QU0o4LzAskr3INb5g==","signatures":[{"sig":"MEQCIB37aU311EjJGFBysHR64c1+P1uKrF8ovMyYvJvrTldMAiAklSpcsFR5WLjf11juP6Wmbmx6D/TV5bINFxmR7PBJnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8456569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbR4rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJmQ/+OC/MwaaRXtc9pzrhe30eS1I6lMv+oRPk7UR4wk/jDnEH0C1C\r\nqDDDjPCewucB1mUWCRbHG7kPW3LFIiykuyynjB1J4fNVjsFLxp+ta7tV/6qV\r\nBGT1LqTDxSa/f1+vOkF3jeiWS97cUj5NLdjbWNtfaGJUprQsnI1w4r5ngLmF\r\n3FsuGgRAB9mh/LGEUg4vZfaqPVVxUn7D6nu0Ueqcp+BrAdFQARPhfodTF2hD\r\n3Pr/f9R/Zz3CVFToVOrZG0Co8LmzNFMQZCRXknuoWG7YXyd0eJSDSuX9tfZc\r\nXqP8o23VZaBR1wE4tlV5p9klFoHLAdYGVV13n0GY7+B+7dAzOdeByE4StzXS\r\nRoB4rd0T4KaNMd0LikRA/w6nsYivRg0Dz1QeP9inM+v8uVqM1ECGzqqp4rm1\r\nclYYrHUtC+4Kizj4ogCBVj9/cRzsENC8hOkMfyDULgeRvx5dw9yquPXhj8Qy\r\nbOSJ4VITAFUP+lrOPmH0QpKmV3WOvHfMLSgjFujMxNwqI2/5VSuxfivx4WUF\r\nooaJE9Zq30zzffxN+38VnE+GfXzXsPaYGvEVXBa+O6iVdhAxxIUJEZ/Gtuww\r\nmhAbmG+E8XQ9BOSWi9RoPpqMfRCtEftrf0jhRIN9xcysh//tPiOzNAZJ4VxX\r\npDygzp8WhjJSsxgQC1UGhBGWklyF2rD86rU=\r\n=hNqz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"c9d5735d21e5f9c231aab116c737c7c42f3c1c5e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.2","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.7","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.7_1668095531117_0.8441021919708183","host":"s3://npm-registry-packages"}},"1.9.8":{"name":"picasso.js","version":"1.9.8","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.8","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"8cd95ac42722d3eefc8e4c72d9da4252e0616fa8","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.8.tgz","fileCount":404,"integrity":"sha512-xAw1N00MoCpwpqEEydiUEd8ScuJaWCQ8ZBSA/b63YwXxgoFjKIyWVTFLxff0EvtbO+Y7sCEcZpKOGnaklA4ZRg==","signatures":[{"sig":"MEUCIEP7lm9EBwN5GxUBaBgA8kXl2j8BOKje3Yx9Ewf9tMNmAiEAirxVdKZH65PS+kb0D7s7BtJmlOKjL2WHUTJEu68QdSw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8457453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje1CXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9MRAAlMsfzzHL0qN4j81j1lbXo3rj4reyZY04rp29UddhiNdmTVF0\r\n09pdVlWRsf4zoeu0T/2qwBmfUnBOeuAkJzr8o2CGsrUZ7aQRq9IWEdzwgKmj\r\nmQ47hsnDoql55p7W5UXbQ7ltd17SzrCuGORoYugHEPAEm+2OHmx8QhDmuzqo\r\nQqp2wXpFzeIGtWPTBPSBx+8x71F51yxf2ESR2PHvQzEE0XVLXVjMxxk1OjNQ\r\nFAdM/vJEFQISoDJ8SkJZpewv4+mzHgzNykX/2sa2sL4G7/JgtUexDKZRG7SA\r\nFE+WEZ8e+6AVlvhxh525Oni41wdufQRYlx6FzwxLJ5ezMWhtPCJm85oloYJn\r\npbOlPxHuaQX14893HUr2MUHwjd4yWuZiTbqJhuIvjXu9WdbtCzlEgi3ehqWf\r\niVjSJOwxswN+vxj4MFHIa987k/6vpbCjAxOYfG8+/tC/jKLxoiCJSAvCh8D/\r\nGSc2eAxDIYGhznNo7YZzIEspozBE7SFytw3J2HD+/uc9M7WKCGgYHhbMutM6\r\nEdhgpIkc3mrscFVQyUa2zoCywAV8cxVOmXJ9FTw93dpD7NdWMQMPdQsFs7+4\r\nKI+wJ7zcqdKsrEBEOh2nq+cBs14RCQvZYZt9lQbmbmqsQ0jx4VixaY0ViO5/\r\nV67DS6qsq38HxDp/iGKjNhC9hibuulyc1L0=\r\n=zYCD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"98008d0ae6ddf85f8ad08ccda8f77730aa327a40","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.2","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.8","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.8_1669025942697_0.5265468761078613","host":"s3://npm-registry-packages"}},"1.9.9":{"name":"picasso.js","version":"1.9.9","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.9","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"641bf0da91ad82e747228486e7db4b96c13f216b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.9.tgz","fileCount":404,"integrity":"sha512-MX7JCXEDSnU8Wf+VgklaWizXo2yFsul4+R+MQJRAcvamRCTTmyzuQKN9PA9uy1SUmOM0ygh2K8+b9Ei28OJRxw==","signatures":[{"sig":"MEUCIQCv/AupbHHFavGZBCYv+RHaRXVeQ+8Y0tH5nzv/taOTLQIgOI5QocKEhh9CfhS0dHrFbDKGH4jndeVV9DeAIM8yIo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8457767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje2oNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9LxAAiAeeqZXLm3xb5s5T/HiFgfe+YdQE4t02cubeDIJPm1Fog6vc\r\nxaAr9jRn6IVfWOSQOEKv/fBZ3u5ArcRt1iiwYbRZ5Ge33EeUOIduc9LuA1p8\r\nospM+DEUAIfTj/6QYagZ7zEiJP9nkFb+uftz5nTV7+1QqO/uHgJ/yyQ3sIgS\r\nGTc39SA39lh2+ovDKwvtyXldjRAVQgWmIh8Sz13rVIN00QHmSaeohNA7Pc7C\r\nd9T/PUqDCc2Ikk9AmIDEzMSn5zDWNAExr+ilIqlLDOWe3Of/fJzBT44cJZqr\r\ncJ3WrDAXDei5zY/v9KfS/nlMy1Fhju88Zyuftd+hfN4SaE4DfmsFx5MwYZYP\r\nX5HV2tWHhmV/h+K1EnO45XDgQXnJvsIKFQ7OJhwbNIEWTfRm82T5GNe7g+qB\r\n49wa9gwIZdC968LT0njgoZvKS7vFiJuK6RS9/5uR3fWiC0GOnBK69WKg6aSX\r\nmqFFgb37iJT4g8mNPXSK31TVQ68itL/JPyOrrCF85/Uh4k7SHJgKyLVug4oO\r\nX8epkjwLI9tFh2+CLz0oqr2TSZPnRW4WMp5pkUAGm25qZFrbhjlYwnKCFRHv\r\nR0J/rvWNvsVWoDnPfKG8z8V9n1g6d+KOTVHxsLqYW4B7hi8rrrPKYFMPcQ2c\r\nYp3U4rZRcjJ7MPyo3agenKUde9kTgEd+M2s=\r\n=UySk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"29e76f8fd98bb1bb5cf097b055efaf0f24d33cf8","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.2","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.9","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.9_1669032460744_0.6249432861242505","host":"s3://npm-registry-packages"}},"1.9.10":{"name":"picasso.js","version":"1.9.10","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.9.10","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"6da5a82cebcc758cf98e0a96d078f20d2f1b82bb","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.9.10.tgz","fileCount":404,"integrity":"sha512-2aYlEnl2vjVoBZX4Vx+o/Y2ZnNuEh7mszFaWOMtt9+GZ3R9jsDMLH5XV+34y90XKF45zWmXN0fpbGlfBqUPg0A==","signatures":[{"sig":"MEQCIE/TcfrGbzYT3QjJq/JFW0gwjiIOfMQSuICaW5xlqCIiAiAVIdgRLzSv+CJNR3Wj9+4PlKvEOtvS5JoXP7+bZeb3aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj2AlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNnRAAgTwh9A6vMSmrxTRuPHfbQVXIDxRM5/QLTDntUBLFCdesoThS\r\nz8JqAM33dOzXXsgnl1zGld0CM6yJtDVj187LzL+UTV24Nhpb4sCWHOQ4oRMt\r\n4uezeF0CrMnxRx79eAgZDOZ1j2jDk5/Ge4o7gdl8WGHV3EYTxmw7noiG0iTi\r\n+03+zk8gdP+Pg/M+JTI4QL8/Qx4zrxytaeuUmFfBf6DH9JOeOFgDj50hQkXo\r\n0r7EHTnn+Mlndd7Pyy0CsGR+YxVrX3N6BJuiZu4NOCY4Rj4DRShOAiN9vVGw\r\nUchMoOO23/MzY9fJH6leo3x6io8qF3l3Mrj4ocbheg507aqGhLfNMSLAsDbs\r\njMxASqHDBHn/8p7s/u0OmP3iCTUC2WAcUjhaFcDp971DEvY/KNfmPSWlsRko\r\nns5pS+RLL4TlvyrsOUF9Y49a3QoVEnTSI5Lp9uLdTz8HY8WMWI8rz/h2mPhV\r\nSOMm8hKFtrnI1T1yUhvTLGUojXpeDqShleH2ZQ5J6ExZWzJnQrUfIhVCYnUj\r\n2ANfCt4qlpEuER5u4oHmhYo3Td9NAbdrA94azPEjTrX7fjiyCzuR44eaB+g4\r\nzjPnGXLAnvEIUDearcuymb9bYT8rCWGGtnXfUilb2uLiuxTET9rcYLVGAQpk\r\nMaTCwHS+OmlXLBCurqiIdrogZkIt3r8Dfhk=\r\n=B5Y3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"7fa53db3ba5735df9de4a9b6d7ce522dfde75d51","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.1.0/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.3","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.9.10","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.9.10_1670340644767_0.5614689416544514","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"picasso.js","version":"1.10.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@1.10.0","maintainers":[{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"},{"name":"quanho","email":"quan.ho@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"c88a08e2bcc3b4d266429632e2ad19e9aa8a72be","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-1.10.0.tgz","fileCount":404,"integrity":"sha512-Jp4FMaxt3M8MuvkJSzg8Wjm6GOwwReMEzjIKIqRbgXttfo6D7ceiXm0ilrQ/FK7DUhp2SpY1LUVGbkjd9EOrRQ==","signatures":[{"sig":"MEUCIQD8LGzlZDvd1S73rbKLHJo0x3/cQ8alp/kTrtKivsD7GQIgbUdtVFDFsJjeWWAXDXHNjFIvbx+D23PqZrYtwlS/8Fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyWABACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2UBAAlYco59HZMFF1cZ4GBnWED+LEBDj6f9llpf/urL9rwqpwiHlO\r\nol71UHIUdwHTY/kjO2VGZilaELezgjX+Pqx8mxnE2sWNijRSb4bQ/Ct6ytG0\r\nOdj5z/wK+sfMJqLvUHZvR8JfsJeazHqZzJR+mNtUyXAWXaTdyldvCzbi+kES\r\nVHPC4ENm7qw4vBXU58ZAj3uzt2WmMRIH0pDWO4dLFbfmvBWzyfeQ451LYjJb\r\nTDLKHvPqvBDyKMc0dXdzD376iYPd9F6ukKK4zAB180DPWKh46Pqilf20ZibG\r\nCR21KCgf028Lpbw+r/kiY+XvajN5gJtOaEi0Q9cC0S/copnB8CUPHnzRm6lX\r\nhYSTLx2f0WsmWtB6j4R/QCYfYLWtDhTQp+a8z9lL/d5vc9LKaH4pr8pO0VE2\r\ne2eGawDMti9GxwYwuvK1x7wPv6mXMw+Ay3M2BSnFeMbPXN+y1TJf7ClM1y8N\r\nVdca16/fS1SF6CoKF99ZM1JDsXIRSRqoJnfGfP9qAlSH/GkpTBfj0/oqQS/c\r\nKH+IykBS5yrLcWdnFEmDLW9Mi0Ctnu3EprKD/c/QkW8wbETBR/Aae0sNNzlc\r\nnWl7wkL5Tb0/ZDWEY8tkZ2wnbIeSbiMbMLn+sxjkis/heMF3hYqBS65bBrUA\r\nlPBd3fK+dknNNeLoJqkYPFsVuAb6lhf/Zh8=\r\n=zuBS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"d4710a9def6052fd5f06b615aedf04b5401a510e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.3.0/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.3","d3-ease":"1.0.7","d3-scale":"2.2.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"1.4.5","test-utils":"^1.10.0","d3-hierarchy":"1.1.9","d3-interpolate":"1.4.0","d3-time-format":"2.3.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_1.10.0_1674141697218_0.6940729590722483","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"picasso.js","version":"2.0.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.0.0","maintainers":[{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"18ce4b8823adc5e0c5d051042868dbab496281c8","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.0.0.tgz","fileCount":404,"integrity":"sha512-QiX8UMYzZEmNXDvuYgBWVwwbjCXNcLJNiJP9q6ulcWUZW3d5d5UJRTLsfIwcCt3DnCgykUZ9URIx+KSYRAzRPw==","signatures":[{"sig":"MEUCIQCZYvq/HndXWN//r2flSjia2rzO317Dj3yRV4nc3hPhuQIgYPFwNeJfpiBURac1D2NsUYnzPueOL3sJ+ZwmgRdeGSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8170486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4fNiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokIQ/+JSi2HourUesjfxA39o+dlckl9lj6g3J0JguS1IWLayVPv1bE\r\nMDMA8YvSCtETvCw4BUc/ILnVRdKSXphEdTzBXhhd/6He0fkBdTND+VX/fLkp\r\n3s7y9jpMiXl7OyrLc+UGFo8QMZ/ug+7kPeyaLyJc1/h7CAkvleN1tkZihdgx\r\nxpXxbeXWt5WNSHoXixg7ghGr5ZTExBC9x603kfuCeWKB19frlVsEbD3IURGQ\r\nmg8+d3sWbfzMZp4KT2ImBXfpun+ZHcOagMxv4m1ZrikPECbCvg373h63/Vuf\r\nZUgsV2NgMPEaKQM3w8UNz8YtBwj8deLzTDKgbvbTN72a3piqGnd1x+PIVc3e\r\n9qBMbk69WEhDlQ7Byw2aB7er0PKftQZnt1BjfPicolUlqFVvGcgJ+AHR2CpH\r\n7Noz7uH9z3kZqH7jgQDgl2NYFlMjgwN37aWfeI79sXLSUjgeu1P8NuFNP4ES\r\nyybzT6RTBfPugXO3h39lgW06HfL0vSglB4ZiYupkvIsVBtcaxaTDXCza3JZM\r\nlqxCH4AesAW3+WmD2kSgrNzcgCLzff4DtCcM70SpokeIETZbOji1QalBOgdM\r\nIpMZr9J3PzoMiSKsAi9gVX8zYLuMCp101Fd1mMET+2HbQu33WMqDOond6D0O\r\nw2gcaoNrZUXqtUammdEt9+H9sdcjie73YDM=\r\n=DPAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"4a50a088161cccfe7ab1e68f8dfa6e026b4b4359","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"ccm33","email":"cbt@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.3.0/node@v18.12.1+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.12.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.3","d3-ease":"3.0.1","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.0.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.0.0_1675752290524_0.4896877772838941","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"picasso.js","version":"2.1.1","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.1.1","maintainers":[{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"fb7348d14a6a5cce3e220e48a18cae703acc44ce","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.1.1.tgz","fileCount":404,"integrity":"sha512-nI9VXSZkq34zDlzJzV2a0CYal3A6tS44Ras8Q8oDWD6PWe6885PU7gJPBRjCdgULJvCRSKlH1SuOrXzstRQAqQ==","signatures":[{"sig":"MEUCIQDqhtJ4kMsLA5kr2be67/bbKKHonYdn+9fbkV5gRJBUZwIgcjRApbd2sR6wKoXpWl7LsRo8L1Nr8b9wnm2nPJJWjdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8170486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7fFqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxixAAjwvNIekzMHrLX9bBYFZxi/8YHURDAL4TohnfgD85GvxWa0de\r\ncXe9ZMJwHhpuuCPFs0K5DWvli28KMGn1NqfD2FI8HWEckAsLOiCMpMOh/LSa\r\ng8f3E59BWUqKlCFxWrrGxEp4L4E8mQJKtbPtrZMlR44HO9xZQXjfy9GZA6St\r\nGnV6LKGXMdXuZ39j9UvEFoISD8r1q8FJ7C3fi3B/w7q+ynWJDqFn4zyzV/Nq\r\nltD/LNtE51oqa36WbeMX3771f6IluUHX95O2PxC0vj7MAeMS9FhOVnmyLT8y\r\nyIZoi+F1ro5FJoHX6IuE62WrjiffaH9J52kNPbdeCU7bcsMA//3IXDUBM4wh\r\nVwaZIb9yNk2q+9TPuNikvs2ZzXQ8Fyu1fQsI2UV0K7l9AGw9izOgC1s5ZUwT\r\nc2bQ4qD21rf+hBiKT+Re/lVfMlZtbAAhYkG3mtOvbLiCQxZ2FTCDOm/SGOj1\r\n/ByPZa6TDj8fQTVhMqxhMXQp59V0F+hHJOQX+YmW2qpMh4kB+0NllklvVYev\r\nDDb9BpvHYERmwvqQmi7fLAvVAvCSXk8AE66TGIZWlxmbeGKlHjxcQIZ8XS4m\r\nSHRnmETTMRFJpZGd1IKQfer3mPYKf/hpnddO+GvF7otEjLYEP/NREBe24Rpt\r\n+k78fwh5lcJA9Vt0AoSqyseVD+L0mSz+tFo=\r\n=mWiJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"89633465a3432a729aae163673bb93802a352270","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.3.0/node@v16.13.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.3","d3-ease":"3.0.1","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.1.1","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.1.1_1676538218550_0.6330463926376095","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"picasso.js","version":"2.2.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.2","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ff205af70b9ee4622a9f86f277a72d714ded03e6","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.2.tgz","fileCount":411,"integrity":"sha512-mSql1jC7ltxe++17DBacAa4wrzmG3ZhY+/udFSvCYUXwoSSKWuQ+wq3c2l+GOb+XFwubBRwE+k/AJB9TeJ9xkw==","signatures":[{"sig":"MEYCIQDi0nRsv0E5MB2btzIbB8vYr0oW/k8jI1az8MZetd6d0wIhAPufJKrO5nbStuDfof9DvCbupiiIvhFVRga5VWkiVH8/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8208863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAHeJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0Og//ZhIlApHjJVxkvvUHxzYaeTvthXrhJH57y6KNbhj9A2NRtzp5\r\n+t3o3uwBjIUVD0LvhDbPExgQfN2LDi4XKxgnux0oQBxEgWOlHKMFWokjSl22\r\nZ0MpVtfM45mLR3vIUitcLhSfaxwZllUlExgnNtPEbI8XCDLoJCoDShIU14vs\r\nx/eFJSRpBk2zYcRwjc/Fi/81biC+v3k3hzL2dNPX+jkJjBKI6JFafZxpHYRk\r\n7DvHi1aDB7F3u7C2WH7XToSi1rru/RO6fkKBplY2vSeHQBJBSuBeuPO8lB/G\r\ntVQqs/bI8ZLM/EFGh2EhECKZNwLUSSn/fcmAiTtuuxZGHM/VMxHNO8U0hxVC\r\nj1J0iCyFRLyMp8AZnV0HtwrqLa6M4GOZSS2FzQcbtij/rRRjV4gBQi5uX/uk\r\nBjL0t2VpK5uwp77BQ417+0or/X/JyStBwVbFr7I1GRejCUZAe4l6pq1oawLc\r\n9hMjplQCflQqrU18w6TILef275MnUoPfjAe5VZGBEUaDuRIiOh+VVtcv7NfF\r\nZteN/qCUaqwRQjHmTmsQBQMg1zSBniUlAfJRVZnvW5+e9UXjv12sP4eyxlOF\r\nLuC6uCpHdrUv/kYjKYVTuhgPWgH+CkvQfs59JV2ULoeyUZdDRLHS039x3Sb8\r\ndKnoc45ZTUYufZNQ8IPTbM3YZjW08PGdAdo=\r\n=1fYX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"6e8f4e27e56058df7e17116c5c6debc6b01dc475","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.3.0/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.11.3","d3-ease":"3.0.1","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.2","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.2_1677752201289_0.9219764904965579","host":"s3://npm-registry-packages"}},"2.2.3":{"name":"picasso.js","version":"2.2.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.3","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"f32039a6cf7bda0989c4967641435f801ca45ec2","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.3.tgz","fileCount":413,"integrity":"sha512-s2shnImqaM4XCR1E8mg8y86ZmhOgrTDhO1WIZ86LtZTXdvllkFS1TRVgpvxIfIIrbXb0IZPPQsrBNJomYvbD0Q==","signatures":[{"sig":"MEYCIQCf9yYy4Xo25he1IpplGIf/TA07AwzmPOmmAZaUj6yB1AIhAKQjXyN6SeV3hdfJbcoUGWXzuPJjkfddf/yJ8b2xS6iC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8256224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT3TuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr71Q//WmOwD4yo0oqiPeeLlowz0y+0zHGmEmNozE5IRDN+FYqUyFCG\r\n1boE2QoRtq2KkJWHn7y6nxc+yX3/G/RO+EjZ14HUl87m1CKaSwJ9xSe/voiN\r\n3vWUqKPoXnrD2G1g+Y5qP8bcNtKwuuCSF84DhoLzMBq2Sx0cbvCUJpKCt9LW\r\nADdZjrXZho5N/zQ5rVNg+uxcXrpg/XsLfvddygCrEj9ig3lyu1iJZZvHCvuR\r\nQfj7bmlOsDaRD4jbt8ZAGuk3XHMeqWs5hgsk4UDA1x1WWOhHjf+Egx0woNHS\r\n4cDJFxeAl0byFTKiegO+mhHzBnMpt2l3qkFWUj0ViySfG7NSOU2zXHqYqkjJ\r\nwmayy1ooaG181Mb3N7u0qM537a2W+4LrGoN7SL0/S4tfWYd384udAdM/lKnx\r\n0FM5xGAA2bFJWUnCnLWCsKb5DwAeVLDwYSR0MC0fKOSMLWz/QUvAV4NWeSmG\r\nHhEIUJuc5nF3qo8jlDo5b7kwJ/DIJusDyXt7ovmuf37I23QVfLF80/GNTGGm\r\nxQey+TDleJZtOvkcEF3/IA6Soow6UGBofUZmzKbVK4hMASj8XeXQbh2Z4sP9\r\n33DaOd8wTCXJCZvyFAHQY9ogFEwgYfpPsBroBCz/f3yxdd93lvJyZPx/DxVl\r\nH1ORVJMe2ZrVgw3SZXqHBs7bRVFMu+0kZRo=\r\n=w6E/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"985442c793f2d8884052e47f5815b86b5ff44b88","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.3","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.3_1682928878682_0.3051837806262876","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"picasso.js","version":"2.2.4","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.4","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b9167b752525b989d66099f2cf9e7deac8161aae","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.4.tgz","fileCount":413,"integrity":"sha512-x+eSGDP5FtCugGoPJ2I2PvEZjTDDwPhcLMWaynPWnS7KPPCv5KOz2E2AsDRsBqO5xkV8boZppwZqv0dNnxIKjg==","signatures":[{"sig":"MEQCIFwpNoq0Odq+S0Be6lscHpU+S99F7UiVRd98FjJodUOJAiB2bg1w2YPEK0mbTWq/kh2s47PDYSnWITQPFIB9XF6aTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8256224},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"59131852220ecdb8b287bdcb0f214f7305664857","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.10.0+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.10.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.4","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.4_1686661869715_0.6154509637422088","host":"s3://npm-registry-packages"}},"2.2.5":{"name":"picasso.js","version":"2.2.5","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.5","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"295345a1e4a838c49d3435c803854a46cfa3cd0d","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.5.tgz","fileCount":413,"integrity":"sha512-c4SXJpKd56CkGKK0VriXJfZGmPy44DSrfAcqNAfgLJd3jdik+7QhifXnTNXBHdehEVlAcvH50uTuOcS9f8aqOw==","signatures":[{"sig":"MEQCIDJs6ooCkMXlEnDwbm0LVBJWrJ5mquxtdWStqM1yIdUYAiAf1W41NGcYKcPgYkSI17j0EcLPXr+fsmQd4Wp1/EcfRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8259771},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"400c481aa5c1f3bbe40d4342cefc0ba47ee600c8","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"atq","email":"atq@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v16.15.1+x64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.5","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.5_1693399672762_0.2789134480992801","host":"s3://npm-registry-packages"}},"2.2.6":{"name":"picasso.js","version":"2.2.6","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.6","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"2bc5f238b2cd1288d042662150ae3b18e0679667","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.6.tgz","fileCount":413,"integrity":"sha512-K7a0rKzuTms5aeFIjtaRg6GL0NkpSor8Vv1KarlLu237dbRLowvIxp+K06bR2b0zJ+5rSyLE6r+YwpKfFgE+pQ==","signatures":[{"sig":"MEYCIQCWNSIGBKSOXWJnxSv+0vCzKtu21QDWGW+5V0LpzT9oJQIhAI5SIBmz6jD7i8c9mDMyQZl7hFt46D9TN/HVgC4yxao0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8268348},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"95b09f4b8be51dcf2a1877b7142efbd64e9dc32e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.6","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.6_1704896744052_0.6869627296856318","host":"s3://npm-registry-packages"}},"2.2.7":{"name":"picasso.js","version":"2.2.7","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.7","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"52327a5b513e00566da02ab5e143824407680241","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.7.tgz","fileCount":413,"integrity":"sha512-4FkdC8XU0qiy9CdwiIvhbpg36EPxZpRcmDSAFIZacu8VOBXIgBsrTUEhblX2lDI0J5I+C/R/Zbhfy1Fys8x5cQ==","signatures":[{"sig":"MEYCIQDbCWnPnIp7pPr/re6c9jAjhocHU4CAUAa4RprMnXrR+gIhAKo7ITQ716V4CG7sZ4m6HYqDHuge344RLJph9nxvDGDI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8270862},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"0f59fb4db76acbb876d038b8371ad9c0fb152093","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.7","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","path2d-polyfill":"1.2.3","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.7_1705062147650_0.7179829522972458","host":"s3://npm-registry-packages"}},"2.2.8":{"name":"picasso.js","version":"2.2.8","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.2.8","homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"5bec2e9d5d75c5f4085bb43fb07685f484fa094c","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.2.8.tgz","fileCount":413,"integrity":"sha512-JZ2xIESQZ2/qgEVBOLXlV1WaDqMumaYtDkm/+IVZcsfNXND7KbrdJZP4ZZk2qhxhYLVeTiiprzLiYkIFDtWtGg==","signatures":[{"sig":"MEYCIQDppqdw5P2EJ2fogjbc3z4b4nHjzpNf/eRYhXE5rzludAIhAItj/FxhXLGuX6iXizj5u8hocZZ0CcW849HIiSdnlFVm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8200218},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"2de25eefac04047955ce0456c8f6a8ce4d6a5b99","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.0","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.2.8","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.2.8_1719497976222_0.1323948368592871","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"picasso.js","version":"2.3.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.3.0","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"a308b6703b330b00ec1a4df97dc81dae9447b17a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.3.0.tgz","fileCount":413,"integrity":"sha512-mSKG5eg7pqcDHDjPOunTYJwxvctURGxaDUSc9YM76CtK2jxnaXqghwu04yaRLTDhX9eGZxgN0mkrAwQwYRnZeA==","signatures":[{"sig":"MEUCIQDcm+pGugh4QAfC5Q9I7AtgGkyRC+JkSGuTTY2QjpIwSQIgAX2dYZ9DOEuNdkmbvLyku85tjsxJCiSnK8dkguxdyfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8267470},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"4274d4d75766bf140cf7b1e47b6d92c2fbe0b391","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"yarn run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.1.8/node@v18.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"^2.3.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.3.0_1727786895077_0.6711489410152511","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"picasso.js","version":"2.3.1","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.3.1","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"85094cf2bc3a3f0f04b97ab7d6d96e8628e3eeaf","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.3.1.tgz","fileCount":413,"integrity":"sha512-AHu9fKl5nCq3zW4iRur9jh/FD8VreTKjjP/DYDFV1sL5a7DwF28jmnRSa/OXlsAF2GYlivxNsByskUaLWs9aXw==","signatures":[{"sig":"MEQCIGWsqgMcdijYOW5EeOqJUXXt7pqMKQvkmosvQy1pXltCAiAZTaIWNsk4pIf8wcPp+ZsRtvMRa091wDYWLb9ubUAtww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8292023},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"87c9dd8e723c6c4b90db268958b381491b09736e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.1.8/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.3.1","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.3.1_1730278657673_0.11538648527868656","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"picasso.js","version":"2.4.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.4.0","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"7c85ccacd793fd2e18ee2d152ea2a6761578868a","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.4.0.tgz","fileCount":413,"integrity":"sha512-wzNemQ+Q+Q6OIkBYtFcyqzeSW+CAkuSP9bgmCRZ+Lz/SS1Mx5bTTe8yA9lmhG0bsF8xg85NPkDGxJA4LlsxgNQ==","signatures":[{"sig":"MEQCIEHOQY1S7msnzQyMpc+qXpjGQASYZZgbL4ApleD4k4MaAiBQaQOsKF2bHnWE9+N4Au1BM/yeUXtB/8cxfUUccUE63Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8295345},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"2c189edea3e8a7ba57d4f508c23fc6262078ffcb","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.1.9/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.4.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.4.0_1731591805421_0.4934804311934531","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"picasso.js","version":"2.5.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.5.0","maintainers":[{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e373562b7696e242a51a786bb53c0675fe871c53","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.5.0.tgz","fileCount":419,"integrity":"sha512-WS22ds/kF6ON1PcCmnkCf/nmhN/swfEsSki6DBv96jy7lDuifK1NYvAMHDlZ2Kj/6SwIRB6QS78m+W+Z8iUsAw==","signatures":[{"sig":"MEQCIA6ymPdI/h6GfhgKq7aZVvxQJCq8Xc6M+G6+99sk4YY+AiBpSv53iFDuWoLNc7GnyGaV61UcU45DPHXjyaCEFZOMEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8360123},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"b9b542b735e06a09c3fc9ec37df817db94df996e","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.1.9/node@v20.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.5.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.5.0_1732097137354_0.5682557109163728","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"picasso.js","version":"2.6.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.6.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"cc075135d0fb719e505dbe02210a4c234ab01111","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.6.0.tgz","fileCount":419,"integrity":"sha512-7edd0QVZ/WEAI67yiFZAK/6Q7uqAgUJBEgmIqiBbfUQBcuicZG9ZTWrWNWb9R57AkNkeJ5qD31CUgZqSGdhznQ==","signatures":[{"sig":"MEYCIQD52YS64kKuJmh4dgTp/XT5VgKMevw64fhwoatSlmvxXAIhAL9/ngsQhuH/MlJ3wOFvXFhK99Uz8WRK1F4osYuX55HE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8367167},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"2c65b3bd15e36cb059a644d437e0588e6b870eee","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.1.9/node@v20.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.6.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.6.0_1739263426971_0.2730612355940043","host":"s3://npm-registry-packages-npm-production"}},"2.7.0":{"name":"picasso.js","version":"2.7.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.7.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"22ae41ea1da34f4ae53bf5baf8dbb30bf75aebe7","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.7.0.tgz","fileCount":419,"integrity":"sha512-qfgv2gbO3NR+XPkIAWm8GaC1GmM2pr4gfCuIx2BR0+B7/5+eUKK5yaZooat3rr/2NOO0KPEDBEi7c1gjsRBv0A==","signatures":[{"sig":"MEUCICx1Zh/K7m7l728SHD5Wnkga9jD2DqujCFPYQ4ILXBNLAiEAzlzXw26sfQmh6wsMhfmcZjTVvXKwTxiUz+WAdKnNGts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8372354},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"16caca5773887d2ba989427aa65a546c51c25aad","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.1/node@v20.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.7.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.7.0_1741597524701_0.7431513464555579","host":"s3://npm-registry-packages-npm-production"}},"2.8.0":{"name":"picasso.js","version":"2.8.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.8.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"88dd0df041654670465c49efb2d8301667b31332","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.8.0.tgz","fileCount":419,"integrity":"sha512-jh8ZjK7K5zgjm1UASQF+ihGYO8BnEOgJiS2oZNCwiZqYDkUlWKEudWt702hh3dnb0eggHKac1XdeRUFVNkaxtw==","signatures":[{"sig":"MEUCIQDnPnecyDANYR7wQSz5/XWKWc2/gK0b61nsMkxDp88+FwIgbApsoqzSUdregLGLn3/eoKdFukIKZDRnr0/2qegskWY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8372804},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"cad13b5cc160415c3942688c2478261dfe04eab4","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.1/node@v18.16.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"18.16.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.8.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.8.0_1741788668958_0.9010574770289135","host":"s3://npm-registry-packages-npm-production"}},"2.8.1":{"name":"picasso.js","version":"2.8.1","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.8.1","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"da3d35290579362fa4e90d5144180aaa1ebc3945","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.8.1.tgz","fileCount":419,"integrity":"sha512-CrATUvVJMpaXcEQ9xstqZASZ1MGqijvkJjElIyTd3nDdayV30kgFzLeqwPqvlCQ/5QRQ5f0lTjS7CUWWpyUzag==","signatures":[{"sig":"MEUCIQDY+uv1068B1fJ+c+Grfy6+y6UWAjeCqT7aYnsLKzJ2nQIgJYjh4smWVGtXsRjiDB5EnDgAX1RcZ8HbkC9xibXqgRY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8381370},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"b4686edd26dc3aa00634655a999d604c473ea786","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.1/node@v20.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.8.1","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.8.1_1744630512293_0.3076610408936624","host":"s3://npm-registry-packages-npm-production"}},"2.8.2":{"name":"picasso.js","version":"2.8.2","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.8.2","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b743bc5bd00694919ff20130ff59fe364e8e64b4","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.8.2.tgz","fileCount":419,"integrity":"sha512-+mUedrT2u3+SI+JPnJ6d59fQlE2Z03a2JNu/ClBpHfXT+Gcr8YzFzK1PEJRvBRZ/2i2V5VU0j/vPBFLgu5+o7w==","signatures":[{"sig":"MEUCIFC91mzhxnL73NFUVHLtGJHxqonUVlET4dofmaDml8rMAiEAuxPhMEG7nJU8YmeQ/MMcyXQuUP6pHhmP5aWS3Korri0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8385042},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"fcaba3dc7414da14241b5c84219bfee19d0703ab","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"dangbao4128","email":"bao.hodang@gmail.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.1/node@v22.14.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.2.2","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.8.2","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.8.2_1745583930031_0.14450994392111793","host":"s3://npm-registry-packages-npm-production"}},"2.9.0":{"name":"picasso.js","version":"2.9.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.9.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ed006f78a716ac78b0cee73eaf662eb2a8a49d1f","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.9.0.tgz","fileCount":424,"integrity":"sha512-VHP8+DebhM3Me36ij9a8x4UG9MvnK+Ryo7ga1dXqS5UErLy3EpKpz28fiLj+LF625OJs7OLDvK27xNoA7EXymg==","signatures":[{"sig":"MEQCIHaxoO+A7H44c7CXXyqTSt1prkkepSJRii9vR16RGHyrAiA5N20zlhAkY39xZ0rCNKhTMjvi/kzEEjD9dq/hQJOr6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8524541},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"aeae7ea93fc27523535775b9fb5f8095df5160b2","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.3/node@v22.12.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.9.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.9.0_1757668703041_0.8611264796416289","host":"s3://npm-registry-packages-npm-production"}},"2.9.1":{"name":"picasso.js","version":"2.9.1","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.9.1","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"2fa300cefd06327ca1ffa709ba31776562a69157","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.9.1.tgz","fileCount":424,"integrity":"sha512-LjK+0fP1dY8UHNo6QrYSc8I8wy5Pyj46lI5N0UylvD5TqzAdQ9VXbEmI4wUxzgxBgDZbE44IekEGntJAngkLAA==","signatures":[{"sig":"MEUCIE6Q3PPcx1tMFR77tbvyIfa8Vevv5EzwMLrxfaDIreIdAiEA/Gi3z0ljru4zDeZCIArdh0ky7V8chNGaJ+bZfW+RzsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8519248},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"07895b0962d4ff65964e9e21ee36a6337c8b6be3","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.3/node@v22.12.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.9.1","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.9.1_1759752087807_0.4862090412643336","host":"s3://npm-registry-packages-npm-production"}},"2.10.0":{"name":"picasso.js","version":"2.10.0","keywords":["chart","data","visualization","picasso","analytics"],"author":"QlikTech International AB","license":"MIT","_id":"picasso.js@2.10.0","maintainers":[{"name":"peol","email":"peolanha+npm@gmail.com"},{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"ef6bc57acd9b37c22572ae8e31f3443e8144d54e","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.10.0.tgz","fileCount":424,"integrity":"sha512-of7MGCwa8oOGPa8JxfWDOSzqCnv1BTl3XsGmjoxtbBlm77qW5p1o0/uG6hdvM7AetvS50zWQYm/C1DjQyf6ngQ==","signatures":[{"sig":"MEYCIQC3LCeMEyPTsxHFXhJdxBLRR1RHIQRmxNV0VsSaiInhTwIhAJPEqwLftMMcbgkICHkrChpkcopjjACQBwDJNt9hgXCG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8523374},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"cd80042cb0d701ef1afa0294b3640187d83f7fe4","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"qlikossbuild","email":"open-source@qlik.com"},"repository":{"url":"https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/8.2.3/node@v22.12.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.0","test-utils":"2.10.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.10.0_1761141661063_0.3945544469257172","host":"s3://npm-registry-packages-npm-production"}},"2.11.0":{"name":"picasso.js","version":"2.11.0","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.11.0","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"41af83694a2242183209904a313ec70bc04e47e0","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.0.tgz","fileCount":423,"integrity":"sha512-x7jyOWhcAZaTnD78Vd6Jn7Lf/SlVM3N3XQvpo/XIPRiah7eySBgqRN6mMC5IgqJQPsHRB0LSLVNt2oq784TAtw==","signatures":[{"sig":"MEYCIQDuqOU0D240nENfopPGl5zF6Gq0T744T6UAT+TZmgtbcwIhAP/FnEMNBMtapT/uwWFArsbNAy7/aInS7e+5AZkjctOo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8532178},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"efddd2bfc126aea386dfa458efb5b2871b35c83d","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.29.0","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.7","hammerjs":"2.0.8","d3-format":"3.1.2","test-utils":"2.11.0","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.11.0_1777900011861_0.43534363274866905","host":"s3://npm-registry-packages-npm-production"}},"2.11.2":{"name":"picasso.js","version":"2.11.2","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.11.2","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"d3ede348766163968f186f7df8f3f3e9ddacbb09","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.2.tgz","fileCount":423,"integrity":"sha512-8nd5p7qryI2Lm+Hj0mTl0exFS/PEADf/JroYgoFECDrs3KfFpj/D3gtQkdaRJU4OxSAk6TPGhxabsD2DDOO55Q==","signatures":[{"sig":"MEUCIE6Y0jCVUjSSttwDR4SGYIpxha7a0Ro0+8Bdpg1uUXiiAiEAjvOwbHVX1T2Epa50GMHgivL8KgbrgTSIsG+Y75FE6lM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8532072},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"56f53bddb6fe2b6c194dfd24aa478ea41bf91e34","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.29.0","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.2","test-utils":"2.11.2","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.11.2_1778087131966_0.9396360795476828","host":"s3://npm-registry-packages-npm-production"}},"2.11.3":{"name":"picasso.js","version":"2.11.3","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.11.3","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"b5df2fe70120476409d8e954fafde5b6921557c4","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.3.tgz","fileCount":423,"integrity":"sha512-v0x0dSlI6dJhDHQdvM1JXyeeaOzMEgTGRthvOtRamrBky1O/590rDdFF1JUr5LWPiWNdBkX9HAiDw6M1vFBJPA==","signatures":[{"sig":"MEUCIHqjbA0F+qPH2LTxoq32QI7EspxkJfZhh1l8IluhLYa3AiEAx09tzwL9PrOF5P5Ga9HOAQJ64e/hNrA39I5XU8p/iFk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8525040},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"112053149cbcc6be03357e9fa9a1d25d59d0a032","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"1.3.6","hammerjs":"2.0.8","d3-format":"3.1.2","test-utils":"2.11.3","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.11.3_1778156726659_0.43722882036832966","host":"s3://npm-registry-packages-npm-production"}},"2.11.4":{"name":"picasso.js","version":"2.11.4","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.11.4","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"42d2c11c6f6a2a5e0a0fa4df786a840f86c28a55","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.4.tgz","fileCount":423,"integrity":"sha512-ORZ7MBGeHGERwKdAcDBXGuh6XD2B0QrmWeBYSfEtihmOQ2M1ExaWcqsXtAXfPJHS8PIb2eXyuMOhatWpEOQmKA==","signatures":[{"sig":"MEQCIB0HxVGwX9wdOfMoAuuE76a4PM54mmHQ+4GcmI95tpaaAiAJBGY3RXiEehj4y8fSnE7FadEPBx/1NTD7r3EQD0hx2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8671710},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"e4b2da819e775ce58017b74021758aee836239be","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"3.2.0","hammerjs":"2.0.8","d3-format":"3.1.2","test-utils":"2.11.4","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.11.4_1778530572540_0.31643457941198627","host":"s3://npm-registry-packages-npm-production"}},"2.11.5":{"name":"picasso.js","version":"2.11.5","keywords":["chart","data","visualization","picasso","analytics"],"author":{"name":"QlikTech International AB"},"license":"MIT","_id":"picasso.js@2.11.5","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"qlikossbuild","email":"open-source@qlik.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"homepage":"https://qlik.dev","bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"dist":{"shasum":"e871a4e8de234ae0119cb73f5b035de006ec301b","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.5.tgz","fileCount":423,"integrity":"sha512-5x+7duPtERO2QICshsVTYMf/pQRXYaNQy8+AzSJBGw9ZrNUenCDrL0hkbdJkQW71F3L9fHEXoMB7bW34rDWv/A==","signatures":[{"sig":"MEUCIBMvGLK1QERrRjnLuuL5lLRCRMtcVWvFb+xOb95nJSLHAiEA7WmsELUD45qdC76XMVZNasQtDoMBItFKahE1Zh3klfU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8657743},"main":"dist/picasso.js","types":"types/index.d.ts","module":"dist/picasso.esm.js","gitHead":"e60dbb8dc7dfc3ca1a3d9309a10fe9ad53d0b345","scripts":{"lint":"eslint src test","build":"rollup --config ../../rollup.config.js","version":"node scripts/version.js && git add src/about.js","lint:fix":"npm run lint -- --fix","build:watch":"pnpm run build -w","fixture:server":"aw serve -c aw.webserver.config.js","prepublishOnly":"rm -rf dist && npm run build"},"_npmUser":{"name":"quanho","email":"quan.ho@qlik.com"},"repository":{"url":"git+https://github.com/qlik-oss/picasso.js.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.18.0+arm64 (darwin)","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"devDependencies":{"extend":"3.0.2","path2d":"0.3.1","preact":"10.13.2","d3-ease":"3.0.1","d3-color":"3.1.0","d3-scale":"4.0.2","d3-shape":"3.2.0","hammerjs":"2.0.8","d3-format":"3.1.2","test-utils":"2.11.5","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-time-format":"4.1.0","node-event-emitter":"0.0.1"},"_npmOperationalInternal":{"tmp":"tmp/picasso.js_2.11.5_1778583416104_0.699054520363366","host":"s3://npm-registry-packages-npm-production"}},"2.11.7":{"name":"picasso.js","version":"2.11.7","description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","license":"MIT","author":{"name":"QlikTech International AB"},"keywords":["chart","data","visualization","picasso","analytics"],"bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"homepage":"https://qlik.dev","repository":{"type":"git","url":"git+https://github.com/qlik-oss/picasso.js.git"},"main":"dist/picasso.js","module":"dist/picasso.esm.js","types":"types/index.d.ts","scripts":{"build":"rollup --config ../../rollup.config.js","build:watch":"pnpm run build -w","lint":"eslint src test","lint:fix":"npm run lint -- --fix","fixture:server":"aw serve -c aw.webserver.config.js","version":"node scripts/version.js && git add src/about.js","prepublishOnly":"rm -rf dist && npm run build"},"devDependencies":{"d3-color":"3.1.0","d3-ease":"3.0.1","d3-format":"3.1.2","d3-hierarchy":"3.1.2","d3-interpolate":"3.0.1","d3-scale":"4.0.2","d3-shape":"3.2.0","d3-time-format":"4.1.0","extend":"3.0.2","hammerjs":"2.0.8","node-event-emitter":"0.0.1","path2d":"0.3.3","preact":"10.13.2","test-utils":"2.11.7"},"gitHead":"c4cf86a6775da23b318c984e2f2c54c312099ff6","_id":"picasso.js@2.11.7","_nodeVersion":"24.8.0","_npmVersion":"lerna/9.0.7/node@v24.8.0+arm64 (darwin)","dist":{"integrity":"sha512-xq9thKTct2PXRgb84haCSebp0xIF7FqOdruTUz4/xwwWO+ZaUEWPKWGrCyq0v/IfePuCIBk21PY9jfima4bh+Q==","shasum":"01855cdb1f78615013d372e0f53bea366cadf1c6","tarball":"https://registry.npmjs.org/picasso.js/-/picasso.js-2.11.7.tgz","fileCount":423,"unpackedSize":8683244,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHjUzXlORUCI+InMiWMFj7s+YD1E0N4lAn/w1GpoAbFyAiEA2IyEpovL27Edh5OEx8HHftWE5f0cnzZaKDoPQKypaj0="}]},"_npmUser":{"name":"veinfors","email":"christian.veinfors@gmail.com"},"directories":{},"maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/picasso.js_2.11.7_1787218406282_0.04118277728835018"},"_hasShrinkwrap":false}},"time":{"created":"2016-09-28T18:42:35.469Z","modified":"2026-08-20T09:33:26.629Z","0.0.0":"2016-09-28T18:42:35.469Z","0.0.1":"2017-03-28T13:52:10.886Z","0.5.0":"2018-02-09T16:33:38.987Z","0.5.1":"2018-02-12T16:09:30.974Z","0.5.2":"2018-02-15T17:04:34.929Z","0.5.3":"2018-02-23T12:54:04.391Z","0.6.0":"2018-03-08T08:02:53.479Z","0.7.0":"2018-04-05T13:37:16.597Z","0.8.0":"2018-05-15T17:05:04.674Z","0.9.0":"2018-06-14T17:44:39.868Z","0.10.0":"2018-06-25T07:28:52.880Z","0.10.1":"2018-06-27T07:01:08.971Z","0.10.2":"2018-06-27T07:36:20.053Z","0.10.3":"2018-06-27T15:20:19.177Z","0.10.4":"2018-07-04T06:01:30.582Z","0.11.0":"2018-07-14T11:44:48.816Z","0.12.0":"2018-08-22T13:52:07.878Z","0.12.1":"2018-08-23T12:55:58.401Z","0.12.2":"2018-08-23T14:09:57.385Z","0.13.0":"2018-09-20T13:07:21.559Z","0.13.1":"2018-09-20T16:34:56.835Z","0.13.2":"2018-09-24T06:34:44.412Z","0.13.3":"2018-09-25T13:47:03.043Z","0.14.0":"2018-10-01T14:26:28.171Z","0.15.0":"2018-10-09T15:00:05.810Z","0.16.0":"2018-11-07T09:48:04.890Z","0.16.1":"2018-11-13T14:07:05.285Z","0.17.0":"2018-11-27T08:26:15.576Z","0.18.0":"2018-12-04T14:08:39.525Z","0.18.1":"2018-12-04T16:18:44.215Z","0.18.2":"2018-12-10T10:37:16.020Z","0.19.0":"2019-01-14T15:58:45.443Z","0.18.3":"2019-01-29T09:46:32.450Z","0.20.0":"2019-02-14T11:39:18.516Z","0.21.0":"2019-03-14T07:41:42.687Z","0.22.0":"2019-04-01T06:49:27.980Z","0.22.1":"2019-04-04T08:11:54.639Z","0.23.0":"2019-04-05T14:40:59.896Z","0.23.1":"2019-04-08T06:36:26.498Z","0.23.2":"2019-04-08T10:08:59.097Z","0.24.0":"2019-04-17T16:19:47.618Z","0.25.0":"2019-04-26T13:47:38.254Z","0.25.1":"2019-04-29T14:17:53.442Z","0.25.2":"2019-05-08T07:38:51.995Z","0.25.3":"2019-05-23T12:05:22.402Z","0.26.0":"2019-06-13T08:48:26.736Z","0.26.1":"2019-06-13T09:08:31.646Z","0.18.4":"2019-07-03T09:20:55.756Z","0.27.0":"2019-09-20T10:16:15.460Z","0.27.1":"2019-11-04T14:42:10.533Z","0.28.0":"2019-11-26T10:27:48.647Z","0.29.0":"2019-12-02T09:39:16.487Z","0.29.1":"2019-12-05T13:55:14.949Z","0.29.2":"2020-01-22T06:37:12.237Z","0.30.0":"2020-03-17T10:07:13.310Z","0.31.0":"2020-05-07T11:56:11.295Z","0.32.0":"2020-06-02T08:09:26.381Z","0.32.1":"2020-06-12T10:08:10.062Z","0.33.0":"2020-08-06T07:13:24.343Z","0.34.0":"2020-08-20T07:33:39.390Z","0.35.0":"2021-03-29T12:51:57.098Z","0.35.1":"2021-04-07T10:56:19.467Z","0.36.0":"2021-04-08T08:05:22.830Z","0.37.0":"2021-04-15T11:22:22.635Z","0.37.1":"2021-04-19T08:30:35.102Z","0.37.2":"2021-04-20T07:40:25.938Z","1.0.0":"2021-04-21T11:52:01.322Z","1.1.0":"2021-05-12T12:52:48.082Z","1.2.0":"2021-05-25T11:54:48.787Z","1.2.1":"2021-06-07T20:49:04.124Z","1.2.2":"2021-08-24T11:13:31.238Z","1.3.0":"2021-09-29T20:01:01.151Z","1.4.0":"2021-11-09T08:47:32.058Z","1.4.1":"2021-11-17T15:34:27.622Z","1.4.2":"2021-11-21T11:19:45.478Z","1.5.0":"2022-01-19T14:42:17.976Z","1.6.0":"2022-02-10T09:24:42.623Z","1.6.1":"2022-08-09T10:56:54.688Z","1.6.4":"2022-08-22T11:30:26.892Z","1.6.5":"2022-09-05T14:38:50.448Z","1.7.0":"2022-09-13T10:43:29.537Z","1.8.0":"2022-09-15T13:03:07.551Z","1.8.1":"2022-10-12T07:57:04.329Z","1.9.5":"2022-10-27T08:53:49.393Z","1.9.6":"2022-10-28T11:44:44.482Z","1.9.7":"2022-11-10T15:52:11.323Z","1.9.8":"2022-11-21T10:19:02.977Z","1.9.9":"2022-11-21T12:07:41.032Z","1.9.10":"2022-12-06T15:30:45.043Z","1.10.0":"2023-01-19T15:21:37.458Z","2.0.0":"2023-02-07T06:44:50.806Z","2.1.1":"2023-02-16T09:03:38.895Z","2.2.2":"2023-03-02T10:16:41.511Z","2.2.3":"2023-05-01T08:14:38.947Z","2.2.4":"2023-06-13T13:11:10.028Z","2.2.5":"2023-08-30T12:47:53.142Z","2.2.6":"2024-01-10T14:25:44.297Z","2.2.7":"2024-01-12T12:22:27.907Z","2.2.8":"2024-06-27T14:19:36.551Z","2.3.0":"2024-10-01T12:48:15.341Z","2.3.1":"2024-10-30T08:57:38.050Z","2.4.0":"2024-11-14T13:43:25.788Z","2.5.0":"2024-11-20T10:05:37.628Z","2.6.0":"2025-02-11T08:43:47.265Z","2.7.0":"2025-03-10T09:05:25.000Z","2.8.0":"2025-03-12T14:11:09.266Z","2.8.1":"2025-04-14T11:35:12.502Z","2.8.2":"2025-04-25T12:25:30.297Z","2.9.0":"2025-09-12T09:18:23.250Z","2.9.1":"2025-10-06T12:01:28.053Z","2.10.0":"2025-10-22T14:01:01.291Z","2.11.0":"2026-05-04T13:06:52.071Z","2.11.2":"2026-05-06T17:05:32.166Z","2.11.3":"2026-05-07T12:25:26.907Z","2.11.4":"2026-05-11T20:16:12.798Z","2.11.5":"2026-05-12T10:56:56.321Z","2.11.6":"2026-08-04T10:46:38.544Z","2.11.7":"2026-08-20T09:33:26.452Z"},"bugs":{"url":"https://github.com/qlik-oss/picasso.js/issues"},"author":{"name":"QlikTech International AB"},"license":"MIT","homepage":"https://qlik.dev","keywords":["chart","data","visualization","picasso","analytics"],"repository":{"type":"git","url":"git+https://github.com/qlik-oss/picasso.js.git"},"description":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.","maintainers":[{"name":"axelsson.hakan","email":"han@qlik.com"},{"name":"wennmo","email":"mattias.wennmo@gmail.com"},{"name":"chrismanley","email":"cam@dacha.ca"},{"name":"nilzona_user","email":"nilssonanders79@gmail.com"},{"name":"masaruhoshi","email":"hoshi@hoshi.com.br"},{"name":"tassekatt","email":"niclas.fors@gmail.com"},{"name":"veinfors","email":"christian.veinfors@gmail.com"},{"name":"quanho","email":"quan.ho@qlik.com"},{"name":"dangbao4128","email":"bao.hodang@gmail.com"},{"name":"ccm33","email":"cbt@qlik.com"},{"name":"atq","email":"atq@qlik.com"}],"readme":"A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.\n\n### Documentation\n\nVisit [qlik.dev](https://qlik.dev) for documentation and examples.\n\n### Installing\n\n```sh\nnpm install picasso.js\n```\n\n### Usage\n\n```js\nimport picasso from 'picasso.js';\n\npicasso.chart({\n  element: document.querySelector('#container'),\n  settings: {\n    scales: {\n      budget: { max: 5000, min: 0 },\n      sales: { max: 11000, min: 3000, invert: true },\n    },\n    components: [\n      {\n        type: 'axis',\n        scale: 'budget',\n        layout: {\n          dock: 'bottom',\n        },\n      },\n      {\n        type: 'axis',\n        scale: 'sales',\n        layout: {\n          dock: 'left',\n        },\n      },\n      {\n        type: 'point',\n        data: [\n          { sales: 7456, margin: 0.3, budget: 4557 },\n          { sales: 5603, margin: 0.7, budget: 2234 },\n          { sales: 8603, margin: 0.6, budget: 4121 },\n          { sales: 4562, margin: 0.4, budget: 1234 },\n          { sales: 9873, margin: 0.9, budget: 3453 },\n        ],\n        settings: {\n          x: {\n            scale: 'budget',\n            fn() {\n              return this.scale(this.data.value.budget);\n            },\n          },\n          y: {\n            scale: 'sales',\n            fn() {\n              return this.scale(this.data.value.sales);\n            },\n          },\n          size() {\n            return this.data.value.margin;\n          },\n        },\n      },\n    ],\n  },\n});\n```\n\n![Bubbles](../../docs/assets/bubbles.png)\n\n[See more examples](https://qlik.dev)\n","readmeFilename":"README.md"}