{"_id":"@apio/timeframes","_rev":"48-8f7297215d3ffa60bc13e6c9c853a713","name":"@apio/timeframes","dist-tags":{"latest":"2.0.0"},"versions":{"0.0.1":{"name":"@apio/timeframes","version":"0.0.1","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.0.1","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"86580b13b7c1ad731da2a6d649f165377948119d","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.0.1.tgz","fileCount":45,"integrity":"sha512-BFSE6bQdCySwdLeiCMLHMcSj1js63c3aywXIiNyiKswJsh6NC2yBY2vxkj8EBBDNgMWQXVLuOtVdvWAZUNlCRA==","signatures":[{"sig":"MEUCIBdvkBwKiZdV/AjMwx18iTygBcxUoJ0rXNsj0Nqthr5wAiEAuGeflhM14rzp82XU0/YDLw27natUObuYmmBkdL9tVCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":272751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGzTvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqo1A/7BBeG+1TpD490yMj25a2mph7DDLWw4DwwzNYOwFe/kpWlJk9x\r\nMVODH4IX+6rH1KYUJFJuNDNpcg0ozdPmH26J0+vTcCV5L2LVe2Mic5rhrHZ4\r\nt0rB/SjRUkkfMz1sBhB5SLMI5rz2cWLRMASjNphZHbgAfBEeiuhotMccZ3F3\r\nM5r3U9xHwFDMcKe2MBnRkxKmPaq21WI9FZcq3qfy8Jnpinv2Pg1lbhwKgCks\r\nt417WLJ8qZ+DJxCV8QwMcljlBygRhO2hDxiCog5JU6baOUMEDRF/uBA2ClwO\r\ntx6/gGNw0oQsmT4R2kecL0Nmnv7E0wfRgansS71IN2WwvLHYtEzCAznAYurl\r\nyQN0SxGqXK3Dvz1mV1At+a5BRly7RgJ05Jr177d3mxq4SLiCZF28WysSrT2T\r\noWMrUqNVU3GINxpNWNTvWUWyAgEVRuvTy/lm3nALIkVLPYpEGvfGPIow3/4i\r\nr/X7vAFhmhvDhDthpSL6oa23iwH8mSen/3kwtTB7zX4XkLnWTgjoGmUJj8Su\r\nmVqH2dTiOfi71k1EymhS3Kv9TzjyHYQOcA85RKOWWGXAtEkxOWQjCRheYH5P\r\nmHAU92m5P0nFHIO5OQsuV3KyijF/8UTle0dQPRT7m6ShazEtvZFDUXlt4FjC\r\nk7RiQ4jA6NgoPyQ+kZTLIShOYHzySUhmBdA=\r\n=CJpR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"144b57fffd4b7ae3e02850af46557eeaa820edea","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"@apache-arrow/ts":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^7.8.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^17.0.23","npm-run-all":"^4.1.5","@ava/typescript":"^1.1.1","standard-version":"^9.0.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.0.1_1662727406691_0.6512445086886778","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@apio/timeframes","version":"0.1.1","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.1","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"af7aad6bd486dbc08ed9cc6605c0322103eea461","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.1.tgz","fileCount":46,"integrity":"sha512-uBMX0QiPaZD4Akm6EF9X0TZsoyZS9Dv6MU4HvjHgsnNx/IFPqFy8Cx9iVFnRl8dM1rlOI7pwSE3nXu8i4aXJFQ==","signatures":[{"sig":"MEQCIF4masQnDQXp8liISWeyoQIcyPNxRrbueOtyksP6+3JUAiBAqYDB4BMszj/4BdOh4SN5ZqEif6ZmDLqo4yAp9Ri42Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":301574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSXsiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqguxAAn19HoZDNYqCUtrGgSHA7dh5FEYf6Wo08+3AmZ0gHV3mfmtgp\r\neXieilLlgegrH9jaeFjZiwXnMnZRLpMyOTPCwHVBtzHG4pBFnrkO/R73Z+iU\r\nOJfg/qlmQ6y2kOlx2/iYEHoJqSzWeGS9jov1VCBYrWbq1FcuHvKoecDZri8T\r\n+3OSzfIgZ3M1gtAeAnqBq1PrRWYGnMyjEZcKZZSP/3yljCWHoaJRZmkVCq5O\r\n+xljxZxMJp2qwBkcf9COoR593azaLC1tdfEHBhhlbDr7OIWO2sjltTzKgzwU\r\nE/Df3yoPyDT8Yq3V8bwmAv1CylRTOoxAZ5qvUZAdVTQvfpO4JmC13WcFZUzE\r\nsZB/fcBLfNrKVM/S2P2i+Pk86++io7wNE/EhaucO5aC8TNrbQvCRwa1D2RIv\r\niiDgqlg5QI4+zOBgk5VHIxa18cIDg+ZD2lIq7BKDWdfA/APBExCayG3mvrKG\r\nQdzAKkQaVPfeyoVhpSbDEd9lCBhzBv7/a8mUUpGQsJ3wGuFZjmnThNSntrBt\r\nmlhl1SwtpiX6Q/NRCZQ3s4TfZyui6xh35QuOqJ0lcOQAle9cEg7/Yfwy1dQT\r\npuiuE/vK3tGj27uaiq+M/wuSpmxJuO55Y5s6Y2t3Y+YhgQbEz70+6vOevpGY\r\nKEmFRLg5bY2Qr2/Iq7RZkRFHqBMRwhZWxr0=\r\n=yij/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"180844786646842abf7beab70f1f2b1fd2d6cead","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.1_1665760034021_0.34314677461184373","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"@apio/timeframes","version":"0.1.3","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.3","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"0003037333835d48af80e514ae36bbfa9ca1e67d","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.3.tgz","fileCount":46,"integrity":"sha512-dV3zlqcQkXCf4ZqkWEtj8jrtL3HrNg1vPKbqqtc9zlazf6m51vIv+QGF6yPeoXUtjSykK7ono4eRHkQYxLIDKQ==","signatures":[{"sig":"MEMCIEUMIlR4/wIkHPignyjqa+0/2Pw7IzT/YVs/RYClMLqBAh8JgtZgd4DFv6TSRkJrGBvmTJJWWYpEuYB2o5x9kfjE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":307715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSYFnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2eA//bblVDcAWHBWhkkR6IrPvtTrPVrUHba0qDEBl6QwOxVUONu8z\r\n2I6SnUF9t1rm4rSai3pcx04jFMSNEKe+TQvCZoqIXgwwrolm6Pl16AUuBTOd\r\nH9szKnNFjhPqAiu+MYPaigfB5ko9o0zRi1ZfkeYYXVv40JArssxM1G3xVOi1\r\n3FSBk0dzjhMWc+70Xxh8iksbMmI4kH9hwxPnY+zfqx172JJD/p4P0jSx19Yv\r\nYzU0HoMEKWIVYvOCuYNB8igi//cNUiLQ3xfEX1bt033Ps/nGdaKubwmewDIm\r\nswFo7tCswuV1AAr1CqGegqBirYvwUF2PsceorviW6Z03c02G0XEcQjyLVFYn\r\nqsBlVB7EVcpgrBEtM6EcnyC0j8rds9+ECNVrQ+UswAA/gl68j0be1JqM5Ht3\r\n+ruKVyALmuSuMxNXKnzdbGBG73qgVIX4HyvzPABzhFnDQWVY9JPdZkX61Bxc\r\nggVaGfIravSdvtEXUe3nv3fI9jjlN8e4+ESKpbYbYL7plY+323LOjrl2prvy\r\nS6xCpG5rcLg4+K4epuzIpwV9yyTwXMbKHLIp66OpbbbNjHau2BP39dPr16y4\r\n2/PSiEXz4d0P6ILk3s9+PlNhlPIpugsg+nRvcDEWw6ujEgPNtlf3/tjl0W63\r\nf3TkZ8HK/mYUlvjQzDz4NCL+uhHlsk3A6t4=\r\n=t6hB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"22dc036273dfbd1bca6436e306e7689ffdb26ffa","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.3_1665761639026_0.885222841984312","host":"s3://npm-registry-packages"}},"0.1.7":{"name":"@apio/timeframes","version":"0.1.7","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.7","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"7d5d61e9f721f9d1c6e3075414ef224b69d0d1d1","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.7.tgz","fileCount":46,"integrity":"sha512-7f+1M+Qpk1m7xMXB1r3iV1Q0pLGpUZELu9jDBUzXSloFsxgJFLMa8M9rS0zziAPLtT/k4GwkUOz7o3Den+csSA==","signatures":[{"sig":"MEYCIQD6hkaRy+0r38PICJWmeKKhcKePIHl1lK5117+t/YuWqwIhAIFvdmyuRjOXQ0j3MY+j/HmaW7SNyhhgHPRrsNiYJUpk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSltQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7mQ/+KXxh45Oala7jhwoGlG8AJsFsV+oA+YL3VCzWUFjhsbPisaNc\r\naziMUBmYLsGcdJj090err2uXyv7mQm/1iVhzBj1x5PC3uk+5njJRwbMKQd2e\r\nv00KL/k5nkQBShDULjhCc+UZ50nX6Me+oaxYskFBhzH39v9FGRHNhAH1xlG2\r\nX2pb9yIytFrS0flydN47AF3G52GTlbV8kHRot/wGgIn+Q/FjdFyK4m1DRcIS\r\nobBobNry1hMXTSVbcyp7Oenp/SOE7Wh6hvkPl1FAy16o8dX5fNvcYq1bRDD7\r\nyNw+fv3g7fHP6vDlPkkLc+WBSujNUq4Q/vA+879utjbclMwLHj6tYNC0zJwU\r\nTKeu4M+F+d3G00Wq5Bu7lzR2v6h4DsdRg5buNbVJOdgB2RbZzJjNhn5VYsj1\r\napQLgOsZxS5UW094gLzbwOyP2tSrNHa9bCF5k4cVC4lrTvSQU61lKgsak72B\r\ntW0hkjemdocA3NLuL9V3jKaeHyO3hXnG+6QvNVjtzerN7bz0RfL0mC8l+lrk\r\nYWBTN43ZqC5AptqX9ah86n8g8La3xbLtxfH+b6f5F7IWGH+2kDC+rYUKz+BG\r\niivLuOEJseEOb0ycVGs7RK/KTlMR05PRYZ6hOLy/Aouw2Uu5O2AYxtdwrJ4A\r\neRgsb4whLmELgye+4NZ7MhkN8M4tSV/3NXI=\r\n=xdoa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"8ff5cacacc0712f25e95489811da1776bb9a2fe8","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.7_1665817423846_0.3415559261548744","host":"s3://npm-registry-packages"}},"0.1.9":{"name":"@apio/timeframes","version":"0.1.9","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.9","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"0592f0dc6f1f7830fd9704d06a1776f002c3f084","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.9.tgz","fileCount":50,"integrity":"sha512-M9QyhoA2kjl2j1f4hl/WCAnWYBxkjPSx2OHMXFuYKj9XYOitLNOdGEB+kwB1XM+MDWvbBb1MbYBuKO510w/yhQ==","signatures":[{"sig":"MEQCIEpe5ABJmUjKntPqYZtlnQkqSFGJAn+qQ0Qv873X3BadAiByVZxpnN60WNAZjqmIHNYB0LcMFe+dBwYK5eDT/xCpUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":311738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSmPsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVOw//eVE59UhWc4vdVN1sMCcFuEYTNCN3Y06uf8gXTdZFn+faafYJ\r\n/eyB6FcXcBlurIJQhkO7MTGlzLIi8n81vLQ0kOXq52syzP8+1PTJgmrBEDai\r\nPszDLdvj/LAd3MFAO/YZCR0EnGbuXcGzlhr99vU8O7SRTOt3blfMEhApv21i\r\n1Tx6WyHo8fssJE5JxinpA7r/vC7cdjHkhQv5NXkJaxxCbkQw/Aq9lmio46hB\r\nkkqa3PeJ18ili05DqltMk6LhBGGvMFuC7ZSOpORYwAiBxCrXtqBzkonD4DXj\r\nTDMR64tnVTEWYZpqmCVgGYI6+7olaW99F8zHwg7ReZVay4J7oO5N46TJd3xL\r\nEpDhPy0AjfCPgzo5oFccWcA+770Bv0wZPbgy52wVN5aeqAMKHnF/IpcaM3v6\r\nKh2Hv7oopDTMwlQDQNVfCLe9xxqJTmjVkG46+YTojl8LM8RanO7C18vYz31o\r\nrxrv67ytuPWoc8wqxTJhRYdUHnalJY/zAFA3o3T+DN/P8LDhwL4KbzLIwoHD\r\ntT36TogWwZDBTGJefKk9wOL0pkdCkrX7Z7qCHC8gk3BNjI73W2aWXEy+F12V\r\n4DU6Z2U5WiOshVMZxyehOj6q/EzKltAr+YRWRMTq2edAibzzrgh1Hfd/R3WY\r\nYmVBgMsFHwKV9fAGtAmw8WoGXAHImf2E/C0=\r\n=ypPn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"b86d57a4a7a4c64b62ffb7facde906838d90d139","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.9_1665819628370_0.9528135332796639","host":"s3://npm-registry-packages"}},"0.1.11":{"name":"@apio/timeframes","version":"0.1.11","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.11","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"b1b7fa2e09cb3d62c22b3ba4d00c540da4b1d669","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.11.tgz","fileCount":50,"integrity":"sha512-rZCbFkGg6mD7FAToBoClqoySRxFDJpYrQ1pYODphYXCFHu7AG4mN5L8RfRl5tQe3nozbfc+Zjtj7oenDZl9oEQ==","signatures":[{"sig":"MEUCIA0jESWhshcyxGPFqJm+9ouiDtFaP5NK3Im1UFrgU52zAiEAiOGuWYLvRVbmlttynkYXqoxWoTRwZT7v/AXISiffQqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":335561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSsPCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFfA/8CiS/MMDLI8P30S2lDS47LJRkMICe+iwo9zFHZbrwP+hl8YX8\r\nrTB95KzhDmlFUZc04/U8pVWv/YcjB2ErCBjdbiWpcd7ZB4Fvm9iqPtpbMDBE\r\nA0WMSuh1y64AiPxPQ5YBCeFK5XoEyp34mcFz0gAfdH9KxBxC3Pbr63cvzv2u\r\nocqJJY90s4tipYELKrqqwKysJw+7NTW5Hg7Vz+TLq0f6N2QXnH/Hv3BMspNc\r\ncvUpleDEWfmTFIQCqU1UBJXIrJ0c1khERKi77PSjUzPcCFmYM1+YT+8INNTz\r\nJpPbJt34culoTR+TeeIlT2IO+hXVph8B2/r7Ie95yuSEzhhs/NIronz7tkMr\r\nZma6EAtgR4EovA5Vt3AKAQg+cVLSdrs2eLgKBOabKIjvfWFRvYOYqt0lz3sC\r\nQ8/BgaXhHrDMjBaJYfSMomPFk670x3ENmAoRepEj0eVMI2MeEQO659twE1EU\r\nD43zhQJdHHJqMSjfGqMXJPoQTN4tHjOEhY4P+8qNvqIs1uYwiFwcCzvpiBZe\r\nd/fwaEZuA4dOFyicIb7BFZ2yEFZ4TLFdGG52BZF3wc6OlNvsUClyq9Oj0NtW\r\nO5ItIvh5gApxb4kw04/gCCPX7m28Kr+paGA9oUvlW5NpUgH0du3fu7xTWic0\r\nuYbNRxgyP7/kzvCSsbGySAzqt1qWyHTgQW0=\r\n=/kSk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"cd22f769da23ccd8dece3e7486710a210359d025","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.15","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.11_1665844162216_0.05206114570358977","host":"s3://npm-registry-packages"}},"0.1.13":{"name":"@apio/timeframes","version":"0.1.13","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.13","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"ef721444b59d140858d566f189644b82802775d5","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.13.tgz","fileCount":54,"integrity":"sha512-r8YmXautONStwUr8AYOS82Gj0+zAKJLt1rpnSsDzXi1d/eAkcOYftyLxvRwULLxAvmnkK9iHfLVEHBcAbIbxMw==","signatures":[{"sig":"MEUCIHLeeV/U1DMvArHhtwemchCbMg5PQz3wrs22l0VkJxHqAiEAmfL3RR16RLpIFXIpIFqByM6oTI7TQkqd5ux9sd5J2Q4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVQVVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq30g/6A9GuGwlqMskBCn1Drb2d/rzNwJvAMD+O0nd9UDsKfiZ+oQVD\r\nzmBr02YONC+by6XHvtLLA9JOvmOMrM69ZRtkX9kAScHVCHP5N3G5DpTcWtcv\r\nNqum2wz/PuxPzgaigqlR78w3/rk3khOZ1jQiI9A5nL0yCZej75x8ymr/+CFk\r\nXRrNusYWJrmabC+hd18olXJlpqlL8OPGfkfie371fhZO//PvF4rdSVWYBFdM\r\ntuqO8U+oa35J6guBdvp3w1Vfk+XzyV3njx/NbIfMvSN2Pwa5hPHfKWJnpPnz\r\n5X/Icpu9rb+LUTnVeoaMgMujpuA2sBW+kVhsUAG7y/xg/Gs/ahmBh/t9f7uk\r\nnO2SSO42AKntRma5CmUmnKEXj9kvytCZUbFgP5WASrlWcoH7tAHDwkeKIxej\r\nwU2goangtQ+DOnw6WEhwk8cKXKMCEy1nCMknHTenQFRHQZA/6Z8NHrgdiDlQ\r\nRaldKzkIj38arUWMl89y1V+ohlqnBcRvHDMsH9vCemiPch4U7tX6qwWfQ3eE\r\n1THI7ahzA9bOnIiRI/SpZlwcKp85ZSsjJ33ingEYjSRSh/rkxlBHAsJZiDBr\r\nJgPeHr6mtsxmi6LtqjHYHOFiu1ulunDr8SAh0YQLQubsYHdtTwo4EoNj9AtK\r\nU+HCqwSo3cHtVdi0F+Pb/v9EsklNlanb+rA=\r\n=UMEl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"76e67e2c5e9d9e773cf52cbbb507105c324bce6c","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.13_1666516309049_0.4731498142619097","host":"s3://npm-registry-packages"}},"0.1.17":{"name":"@apio/timeframes","version":"0.1.17","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.17","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"4e58b90a2ff90a663b9377e612df5cebe084d525","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.17.tgz","fileCount":54,"integrity":"sha512-FxLFUsbVYBWUC/SGruabRDwY6PCIkBgcikw/DLnZNVZXDF1X9uXORWzO2k06nJl8DUODSJIYDC+PXg1a6uc12Q==","signatures":[{"sig":"MEUCIH4KiRiGRAG4c/2DGoQJ6xWGtFPrcDDl/utfBYe6Rp05AiEA5wKgnv4Ty8KQTdT6UVUvHnkUT18k0vKVYU3z/lLIhpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVjxGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWRQ/7Blj1SFmj/FqGu7KY/lhWFSMFgg2wWNAhsZW6Y5W0Ya56vmVR\r\nOBf1SWoU/fYt9i+gvSB2Kq9ePfYz/RdGEgP6IvMYIgluMtwH8Xn3j0iKze7Q\r\n+H+yPQGSEY2D5cGLpkJW1Dp925zrOItWVdYBUynsFYhHeVzxHaiWeuVYPRJp\r\nGV2sHutG7rYeKwN1uGzVSOTM6kdWx5Pq5Y7iT3CcT72yy9pYAb88uSFqIC+4\r\nC/8AlcyyTzxWB7aMOtesnPlMZOBS82jp4tjrSUB0+LVdtA0L0nd5MAy/ZLej\r\nlXieS9rB8yAOkaT7OtxGWvtXUs7L/WaeyQTjiPNCLhzTgJezl+jzYTAoSGbk\r\ncYaBM/3xr3YV7QWSuTooHnMt1u0tAOvN4aNOLdgQvJBsCKGZ3q98RLHQbz8l\r\nqPmEgMc1lesn11hi62yWPJRsiYWP0029o4CtjJTF3fkoE/Ht/ihejZD2RIF8\r\n6MK7ps4A+vqDKco+DRHzXFYLKOuwvwh4cDY85oAJCjaNPOEKpqRsHSamzey9\r\ndavUauH7TcNC4qEz/mlD0ZqOZ170s+a7FIyPI7OMwYwhBCATINrWDjMxKYUz\r\nl4ie/BQny6ydglmWpP+zPeKuOuffBfkK8AVGA3mLkkRrnqrXef7Ik1r/4waG\r\n1ELvnD5wKqCsBXoqA/r59WF/CI9dXMZ4xsM=\r\n=Hsmp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"ebd3213ab99057f164f0c997f00023163127ee33","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.17_1666595910626_0.04290015445533624","host":"s3://npm-registry-packages"}},"0.1.19":{"name":"@apio/timeframes","version":"0.1.19","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.19","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"392b2d75b2253d9c4da6fb54e9f374c95c481b9b","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.19.tgz","fileCount":54,"integrity":"sha512-mXvcV1fffxsIcKaY7Y+pzH60R64KZhnOtMJCNsIkXoRwMjrTT53nLdXtIfaK9PxmfugmeeCtxZ2gA/KKdKC0Rw==","signatures":[{"sig":"MEUCIHd+LQgTZLQtFfI3ZMP9xeggynTHywMb2PtF2EsSkAoTAiEAgcDLuJRNCinX9HYlS3TxjSSK/7t9NeBqSmKBvOMmHBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVlBuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo72A/9GFyou0mvXZvFARBDrS4xgGfloIqpj1E2fvwWUMC2z+GfUij1\r\n/0BoNHKZovpDS0JDeAkcS63geLTa8K13bDJrGPFUhd9sAHOrMP3U3WCeY0wb\r\nF5yI/6NQ+997+/3Utw5dRwQ5yyp6ydItbbQr/m+NaJWhnQTNtPWJA9O+BKke\r\nCuMMV3Tz1I17jLHMfWzXDkuHUY1sqJeIK2/rBF+b7KGyovu7WIbg67LmlrIF\r\nlxPILenTsDz1juhCR0dSjzVc0QojjFbkuOC7SYgZ1Vrx5K/zBA+40nHy389b\r\nBy1SBKnw4Ni/F29rHPLNvEmJ+oM1yC2oPegVqoPQmWg77cOlfUt2q9/8Fc1x\r\nYf1Bq7HRj1CRuTpUEQi+o+nTBM9D6/qJtZ51H8w00TmdaZ2YAVypKzk06CuU\r\nirwl0U921UU+9yB6ALcP5vn6CrjdwIxnI0KVRqsX8qZzEU1krDBpUssJPwsu\r\n84B7lrvff5AUyhcxyIHy1aPJdzinOy8sIuwaUxce0A2ynir0enW6aVrTOqll\r\n9GMiGlSPMsIorZmejRHhZAvzB4te/jtiD4ehlG53x0yajGGLNvXc0fBjciQ1\r\nYPpZzwZ2LL3Cx5zRA21RXeu1tKq2XGo4LplqlyGZyHV1RnBh0dNFs+hP0A39\r\ntjFDscvIh6XeNHWd1rm8KkigS6tn9yYrq2A=\r\n=auEX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"db46625b9d8b07788a1872b1815864688c3fc366","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.19_1666601070588_0.7530307432744792","host":"s3://npm-registry-packages"}},"0.1.21":{"name":"@apio/timeframes","version":"0.1.21","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.21","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"21c54efe734593ba0e2711d0bb7083def594ed5a","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.21.tgz","fileCount":54,"integrity":"sha512-HcdGmSy3SZFz3LPPWNVb4c5Ru0TP5mu5QNPX7qjRb+ZK00WFVTC4VzrQeIA0ljvmpeGxOOoGL/eksjI4HiO/lg==","signatures":[{"sig":"MEYCIQDIpwrMojw1hxZWPEnYTg+zOQfCaynNew3WuFDs8zQVIAIhAIjsWG7Bb8aPgOFPzsuTFwk9mBCMbczXyDOLY0ODz0xe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":410369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWlz+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofEA/7BNXqQsvIf8i5Iiz39iNkta59i5+029bqVOjuyCvKfZbl4dxi\r\nf+3LCqupnHp6i5dSkAIMoD+6R7T2TcXRN3WdEoIahPz3aQQT+puMuFkMkNrH\r\n6MkUvW0/wC2MeCwozwln7AdXTlicWHtZQMqUfUIU6pcPw3UXh94jpFM7AsNf\r\nolfH95ohmP5vDRD0vdOovd0+YFWAgRFfsuMfOoiJKz+SwEUZzuu+07wSGXmn\r\nGrgYlDmLJo2DVtQ+vH9ysYwREmnvTmQMSR/ZblrqXtlX5g1aYAOQUcwRqtru\r\n6TaHGtI1rdxPRxGUhiX918ezjCHNXc+2s4zIayMRHjJaQKTcNFFnINY6yZTy\r\nOGDmmXrtn++MxZ8UIJxOg5pA7WYcmXKxoNjzoE4X2LocFBncMTSG1MBvw+UY\r\nmcYgpoclGSMNM8/KEW2r4IkH5X8XIUHgWuS77dz5khWMKkC/DAhqPms8reWI\r\n2TlW3tk8/35tbRU0G/WpPpz1gCrsu0nmTToEMSiiYi8ZuZp/P5qvprWpSb98\r\nsSp5wExe8cMYrMdtL1RPH18Qrky07Nu5Ry1MmOmAxp85hAXw4BKHZsO16xvw\r\nvIiad+GHHom/8lMX1Wcu4m+/XJs4v9Q5LzR1RGl7LTVZBeZ6QCAOs1mp+Ah+\r\nAKl6RZVjf2aLEItHHjwOMKVFj57zBUMUFWs=\r\n=Q4aZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"14358553d4d396c8a09f0fccc24bcea7c74929ea","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.21_1666866430319_0.4409076743161575","host":"s3://npm-registry-packages"}},"0.1.23":{"name":"@apio/timeframes","version":"0.1.23","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.23","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"7790bf7e36facd63f619695bd1d41b1a108e1fbc","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.23.tgz","fileCount":54,"integrity":"sha512-xV7EFiueKtZRnCDZkuVMsMKqngwv3o0NMMbMmX5blTgXpbxy5V9xsWNDklhrh/xOdBxgjlM8ge5K+J8BjVJqSg==","signatures":[{"sig":"MEYCIQDJLYqH6J94YQyzgICF+JLuVg+xaVBAtPu0a1eS9FZqyAIhAKd8vJA7STl51UjWwW4up7Oe5PcI6JW0N4etezltvj1f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWpWSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNjRAAowR1LgQ0mbPmmUoyeQv6F34WOWxe2iATdSlMA6hvOuHa77uX\r\n1RpCaSgHPlML3L6NazlNIc71GTLHVEfmlhaXOT1GusTWSbi0PRieBR7K4bLJ\r\nhMww0bA1Kiu68SvkuqOnirpG92wWHGccSgbQTaQxTo5C3LUV7lvHlK1Xx8ap\r\naXFsel1ml6C0WogS5g4vaBBkaSUowwPhlYcY9CC4EL3bbqgPMEvj4qgV4OFM\r\nMYNisWgJG6UcBL1/6IkEVVRVnVCsCMvsjsd9X+WiL4cJX5hCPNhVac7VBg1h\r\n7ROLLvXU6a5VkCngJBiaFixeh2w74sniBsn5tGQTCgoqiE2D6ABh7CvBF7O/\r\n1oFZEjSI3qFVt7jATsOlU6sbeMhUfb47O+3a/6AVwtuO74JyT3AIFCkE6N5G\r\nE33Hove0K45CGgdGu/9bNwboHR8X6qFHZkggdUJGtrDy+iyAyvkz/SgXTTqd\r\n0Xn//62Sz14bxFCJYynnEf0ll9HZ87a3UJfLOx4kK6p+jhEndr6ry1YljT9u\r\nxqd/Hz0xx0Vl+7RC4EsOzn+yI/KGfgg1Esuk21gyCjFQ89nDpbGcqrC7o0Ih\r\ngh6OdOJesdcK8My6wH0bVsPcbRs+4NiSgS85AyjM4bkNU+SSPC6yq/csQFc9\r\nGaBHlKJphuyeRs0vGTR+8rQqU5Wu7n0x9EI=\r\n=FWeF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"8e1985a8fa98b331b1c6432f1d1954025c8f11f9","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.23_1666880914303_0.37263182689465424","host":"s3://npm-registry-packages"}},"0.1.25":{"name":"@apio/timeframes","version":"0.1.25","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.25","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"98ba26039c042378367ab7ee59c3836f07fe6ed3","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.25.tgz","fileCount":54,"integrity":"sha512-/Yq987x0a1DWuor0Alt1kvy1Z1i0pIMTj+T326pueVQ58N9lTxXTauIbYwVGRj5Yi7cDELNROhLy1AVIECKZkQ==","signatures":[{"sig":"MEQCIB1/9pXfcw586xcIvY0/ni01b/69AEY2lx2soty1S5grAiB8yPY8pVVgv2QyXPtqy2Lbnxu1Ct7iaWZp69yB4gLjSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWrl3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoT2g//U7zmkPp4WJHGy8uaHo4YjUr2F7AZiUZjOoRHBJ/3tOxMkIJo\r\n5+Ab1ZcsknYONXCUyq/KvZHSOpAz3D4YcF5+vy//TZnq2ClIMWhyWoAJKTOv\r\nrt5oDdFeh7yZ8eWESHbZGEktWRTFTub5nbuI66N7XiyOd+unM66twQiIIbE6\r\nBzgGdCXuADlEshZyCtXFcNyYo5dkZ//T6WrPCcnHISWixtBEUkDF1gK/ymwR\r\nZpKWt6+RGyNugKTxBcgHh0fqf3k8WYXLoTDoel+3mFMOXxYtTrtFTbcN6PI/\r\nypxUBiVRMMYdSR83DknfW0M9NcTq0qv+MHhigmM8nsSUh59M3TxvOgQEKCUu\r\nCQyd4xV4nxiqxWRVijKgWQinLx+SM5Yu5qAdlJQ/3DlpGok7POr2OvPZDGvC\r\n6ad75APL/ndeqv52yVP4hc2DfBcQREKNUxiWi9tvHNY6mo7r4I0tvB9RAsWX\r\n1DR+CsOSnCvFvqOA3vSsqlEwdOtR8rAkZ5VMmeoBlMTxYgOeKV822XD3pkW0\r\nsTdo5xQXCNmKHdMVtn1nWkeGJQ0ZaNhqLdWfjYX1Gqal7hUJe2rTzORgk7Hp\r\nz3o19x5BuLKT7A7H5UfW/diO8GhdQowvp1of0YI/t++7r2+nqsB2ssFp39VW\r\n3w68UaG09Q1G3Udmgsf7nKIrTUGekUTPZ2w=\r\n=NfEw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"e5534daa49bb13326b198665334f0910e037657f","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.25_1666890102733_0.13978266910241866","host":"s3://npm-registry-packages"}},"0.1.27":{"name":"@apio/timeframes","version":"0.1.27","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.27","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"65ab12585185d2f5f921442b515ce7e7e32df962","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.27.tgz","fileCount":54,"integrity":"sha512-nDh6q/qx+KI7epEjaNYlkwx2Od+Vbsrw3qrzfVwVPw2Cltb1BhP68Ssr0MIsN7YXGk7XGs67Jwq336YMvk+trg==","signatures":[{"sig":"MEYCIQDAnBVFZ9brR8p54TRWd/vm7kMINZ3QTU0iCe9LQVsdTAIhAMwkpnJ2TjWqU0TXmf4yHhsiST4LZ5HBZYRq4HXnytmD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":412711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZXgnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5iA//SR+Xfq0DjNd496y6qSF0TipD7IkfOiWZYNSk8JLAseMxkhsg\r\nTppRzHsnj5k68pYcLbfDU0KUVNB/IC8mmFln+nOInBGbfI4zmse4rfdMh2vD\r\n4E6L9YQAU6dW0sPeWLE48gJHPwEeGihuO/xkwx0Mtw3Snb7pquisWcS1/C4T\r\nnpI48C/mPHFNkyvTPGA/8ZiK31jWods5CYcMzaGE/p6PKAYJ/VS77dq7+gyi\r\nvoz8FGFzRHX7U1dx3WJh/7Stmfs30OG9SxvJZKvVtIUhr5fnO9qD89cQpjET\r\nL8W7QK6r5pgi7CO3jY6NtSjKsVDzyowQLuSkVjIwHl/VhIWxbGdOwz8oUe6y\r\nVlYc2eDsG8HN6dg8q06A+upaYbn8QaIqm8XtmGa5UxIQIAiQrxBSQk+bv32/\r\nxhs8LzWT4xyY6zjus96iYQKNrGq1YXYkxSaVBJUxTKo48in4E/qK1L1wiyvr\r\nmZ1R38zkdLBrRcjCZCdE5Fij2WBOf7/cCIZJWPawslH74+5whSgSutpqFXxE\r\nGd1NkqicNR83lFQ3jV3gY7rVtG3yeSHkLFG4jXXGa1GZ7URdsL3E3HuRoO4u\r\n455JNp09vbPXMONItERGAYLZwFoHcftfG//lp+jT/IHEo6s2tLtroXYCTjyh\r\nrjMqBl8/6HWEqO2MG6SrNpu6WZ3XTcr5MxI=\r\n=DFpm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"3aa1bce133fc77785a7eff694205bd9af1f8dd45","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.27_1667594279015_0.01953308107055518","host":"s3://npm-registry-packages"}},"0.1.29":{"name":"@apio/timeframes","version":"0.1.29","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.29","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"13084a05e3f4fe6e086054b1bcc97e7ffabe4d2d","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.29.tgz","fileCount":54,"integrity":"sha512-RvZZYs9J5Jeu1qXnck0uC2V9xNVOA7gnTAEl6Nde+Mt+EWeLlvCGSVQQC5H2JZdz682RR09zqZCAJmOqbSqzYA==","signatures":[{"sig":"MEUCIQC7ReqYcHN16hh4VCIbJdPVUqMqohKc2MFOIvdhJcAhDwIgQG1Hcl2ozWg5O/RA418tD7zvkyfcuhn1P5jsETd87dg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":428908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaOexACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqotRAAhnXaShK2WqWPmWkxYRzJjc1lLaHN01wC9t8qaylnBpZdIxEZ\r\nvTWta8I6fzXz+8XkywJabU6Xgld9t02+OpHW7QiS1nVY6rZot05GGmMYYKVg\r\n1BCd+vcaoh/CCaqnsP+RNbm3NBl53cv3GS14anq8C+c/V3JFEK17qmR4BaBc\r\nxWuxXRlgEWWpwtWoCb4IWDnK5Lt2LTEnakRXjE6HCtxBS0uRVZt67jXIKV+X\r\nMILL/mFg+ESxfpxG7Pnxc6S8KT1vNBhJYUcS04mIbyvediwpqvTxtI/rhuLI\r\njd+aVSmCAlDUBcwyNUr/iuvP4/u+0CE+wUCBz04njhGbRhKFmC4D04b/LS7t\r\nilvQe8vu+sPy9ykElE3mnGOcos2KoogtrzfHR2lSHf+hoxNkK4gnKF4/hjeX\r\nlJzPXwHQDZm3WRkO6/ofO/r63PCbelvINh/nTKh+ZXJWf2CEmLGs1j6eBqXb\r\nv0GmXj0u0JE9AePte4IVDjl4lLW1fUMKoPj8KNUnUGwidHi+1M/lqxbuHac3\r\nym5CE4rByDb1uFCB1XUEwENs4iW9QL5eyCuGyvmRCoYZBFvav0sZ2Esj+EJs\r\nB8I+1xqBHJBenS7ZDNiQ4eGakWMCkrXJDH82i2fD8vVoyJvC2GQa2cdO0ik8\r\nlhJlmQgRYHL/taUeVlEiWmRZARdAnMvoOYM=\r\n=dl71\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"0120b6f6370f121895be0d48d8f66ba2aa525fa3","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.29_1667819441528_0.8513991459381434","host":"s3://npm-registry-packages"}},"0.1.31":{"name":"@apio/timeframes","version":"0.1.31","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.31","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"f99e7b4c0f96e6e5245e8a288263965044825a54","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.31.tgz","fileCount":54,"integrity":"sha512-Rqk5CQ6M4PjPRcYHhyAYCjzN9+i15Jl/dBZLQf7dphrukeZ2GUkuZMWj9/EmDq29akrnvQm7VkOHOiM+wy0/cw==","signatures":[{"sig":"MEUCIAGuQVkT9lQ0kJelTuvOx9RrK33M8JGDMz3XKzhnn5piAiEAvtWL8tFrDv7XcMBOuE7sqqfPMe6uhUDRsJa2MY2/sz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":439588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaOzGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQnw/+L56XI1k6CjGm2dEtNxKhjVr5SEJWSyZn3UsTZ7DBChvQuMTd\r\negIq1yl8Rrni/PHXcVY4s6CK0W3qEAeiq3Gli8/uNut+5tjBUJP0oUOgJD5N\r\nGWxjFf6nQUbvioOZJshLNTbPJzsTDNZa+vnd6oYvpd80fc89Kwr+5gZMlTgp\r\nYBYp72HlUCl2RlezxzrfsndKk5yjk9m726WbnmLbjOqcGoPqfFlziScd2+hz\r\nBXOo4rB8K6CgPviQtj9gcCvasEQTR6ljdxQ84Y/W4mnkNsrAmp57yLQCg/Pw\r\niuJ7M5Pk2P+p/P694GbBT/D6kv8/VPKj2tHDrugWkYe5IBmZJMVIkIr+SUJ7\r\nnPA6sR4RsExFWNZ88voY5Df7rxUsrpg0Tp5KGMoCESWHHFX7O415MyQ4lZ1X\r\n2Cxrl/R/6Bo9pJxIwUKG4ySYBYZN01fzyubjQIDIx7OKqDUAVZS64q38AC28\r\n9GOGkyEz4qgx/Eds9VDgyVCDT/oDkK8daFOJHqzaa/wzAo0sMPSPHtvn57wU\r\nCNoojtuMYpCANIlnzql8Gvs9rH36hPZjoiaa4G4d5wF5zRP88Dz2gAOXc+e8\r\nir+kMyS7HI1eLNw/wF88NRhtCGQKnv0OY2j13xqvba0wvwZEdbRgWu6ct0Zk\r\n7I3TOCiHW97HNOXpWYtl/UWXF0L/3RiVzCY=\r\n=1d6Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"dd51437b043b5b3b82586dd10fae5a4aaff4e0eb","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.31_1667820741965_0.7146226976503243","host":"s3://npm-registry-packages"}},"0.1.33":{"name":"@apio/timeframes","version":"0.1.33","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.33","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"58027a24351c58cd6dcdac087e30b0108ccf03b7","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.33.tgz","fileCount":54,"integrity":"sha512-6PNL1/DRB88Lrvffts/PumHlGaRLgATfoHJDRu6YbgBlyeoqcOIVC1C1K1lUOmED0WTBONc+lhr8ULnDYoW49w==","signatures":[{"sig":"MEUCIQDtLT+c974HS8Uz4JuToIPrEvetC+iYZmkYLToi5/Z+NgIgVHKSp4k3ADFUb8kV2awQTbykzWwqpzpVYV9jxVmCrwA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":445154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcRCCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodPQ/6A3mYR130HFu31vZHAjMJ5h+Oo//eByxGkO1+pZTw5PtOiIAC\r\naBQZpFK6ob+63hzLBupeZfXYuofDd35wTYZyJ51efkrBGT4U5W6CF8u3+y7N\r\nzwH4vYHmjY3a5DyNdzH2yw22ioIr0zU5NgEe++psjm8ZKAqTKPAL9ij/pk99\r\ninxzWJjBX41UOmpMRvF56nSSz6wkuFbTrTRdymJyNjtQ0SCY9mPIXO/lKGqR\r\nlJXtOClNMbjvD7Qe4YlOb30P5pLoRReRWaSHI4bl4RJJ9PA0UbbIDk37z9Lb\r\nYrJKwpLJtIxDvd04guvbVHscahMOkZmhKchVVox3ff1xOsrDdvdELfdBOrC/\r\nBZpJAWxkUcGmlacPjp6pkLLk9SYXjyqMZjd7iP+wF9qhf6//wBJxCdziab80\r\n0b32E8jY5dIuEKIoSXL6LgP6ZcyDx6kv4Np9rM5+ZSFSpDN2UWm1gCEsBH6T\r\nYW3xnPQvDSwgjZtB34ImenJStxg70W0gUvJDBhDYLlffL8nD0JJnhs85Yv3X\r\n5BTyAe9wmt8qgno57h+HBxZixFmhrrcWuWPT+RtYPt+FM4cIebUVmB4RmpcJ\r\nFuqrVwuAHh3imPGQk9v+RoyzQyVRUUznz+p1KKyHOJOWnz9SLIHnWE45JqAc\r\n3KRUNJcmGvEgGT8Hl/pDbWl68JpNldCc74U=\r\n=kqfc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"a24080727cf00bd6848c1430c424bc052d1b9e67","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.5.5","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"16.15.0","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.33_1668354178496_0.7817084985905625","host":"s3://npm-registry-packages"}},"0.1.35":{"name":"@apio/timeframes","version":"0.1.35","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.35","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"bf910b6c1a114172cfd80ff5b6b46dc5bc6d4a9e","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.35.tgz","fileCount":54,"integrity":"sha512-MnpGubspelZEi9tVW1GYI2/gnDBZaO/kYVzHiIVAHhZPBJvsKYFQvq1+G4lI8KxihxtnoUNtjzqBlXCDPoGEag==","signatures":[{"sig":"MEUCIQDyPMFlXRA7LrNFqpB9M87Zz5ByBnDFZdDsVJNkLfkxuAIgR3kiRcWNG1bhtT6owahFpruCJvp/0yYhvYOMchFguOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdMogACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokRxAAnzFlbDxsVZx8mTZnwCd4swbjyYMhXM+DlMZqB46BBfI/HCuF\r\nDF+Y5aSxzoGBpld7po7rgmEohCSuGfL/Gum7DVUziCjuWtPKSVKKUEJhSDd0\r\nn79DUaHjpEQNxEymSxHhDIKQ9+yV/Upy2b1tkFMiCan4IkdcPTP5DqgcOgPH\r\nDtuH9N3tg7ALzmQRfuV3M4q72WpMmrRJrV0F3wiNX0SXfgWLqia9gDPolOxp\r\nYvfb/+TYNaFbGe+9FeI+HQs6V8T3k8Z4oEpAO3Xn8OQ0Rx8Wh6cIZ4WH1H10\r\n0kWFibW5LZ+vGhT/CVvOQ5gmSGqKXp2QaQYYj0TXjaZrGiy2HCE6/sz2j7hF\r\nmArZ4h2/Ic7KF8+dnpKJPXD6JbAtIE4JD3NeW6YJ3svQ8NS26zN5H7N683x3\r\nhmNqsJjlcTu9U6Sve1mV3eAepLvg4M2UvFgxvWsdPiCSKyD5AxTXACijrQ6a\r\nXVzhSkd/T4/d4EIHoYTz9J0idb/Q7JFnyaLsmQTnun84HXiBJm2qbzuF82nj\r\nbTH98QVvJUnb2fFzfMNSzatqi5ffa/Up3JSsacVpdYw4pvaW+T/WtCU2POQM\r\nmJITzCbdPEtVSTMk5cOT7bWJIZKphw0CrdumU6WXsG7J39+6daGWamIrlrjr\r\n0fds4h1gKHjXhucrWASwj6uIsSbWkW7aQKk=\r\n=nUue\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"6b7c0c9ee23f3a588cc97e35205f2a94e65ac0ba","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"npx typedoc --out docs src/**/*.ts","fix":"run-s fix:*","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:lint":"eslint src --ext .ts","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","fix:prettier":"prettier \"src/**/*.ts\" --write","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"parse-duration":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","eslint":"^8.25.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","prettier":"^2.1.1","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","eslint-plugin-n":"^15.3.0","standard-version":"^9.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.1.0","eslint-config-prettier":"^6.11.0","eslint-config-standard":"^17.0.0","typedoc-plugin-markdown":"^3.12.0","eslint-plugin-functional":"^3.0.2","@typescript-eslint/parser":"^5.40.0","cz-conventional-changelog":"^3.3.0","eslint-plugin-eslint-comments":"^3.2.0","@typescript-eslint/eslint-plugin":"^5.40.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.35_1668598303744_0.1900077487009788","host":"s3://npm-registry-packages"}},"0.1.37":{"name":"@apio/timeframes","version":"0.1.37","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.1.37","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"6b5119518b714f016043c041d9cd088ab8d133e6","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.1.37.tgz","fileCount":53,"integrity":"sha512-59beihRfjnP7aBYeVHoPD2V4YbUlVd9h3bsPorMZ/J2saJ9V42UCgOjEIRDzLJ6gTIGTjOG+qdsvYU/1pSb7Zg==","signatures":[{"sig":"MEUCIA9nC9q31DxbtqDzgCsEjSxUDqGMqPnGlQSobvNtm+JJAiEA2ecOPV51bdLWNKwGxWJ0UHKasgcLGpwV1iIYcoOhASU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":524223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrBY5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSLRAAgrBt8avn89GwznzUUvPvam/FYzKWtddm1abmlH6WTQzUXE1C\r\np9u6MTGW0zM4H+jvWiVJ02re90Dch37xU8jU92Wzi0eIqwZSMg+YmjD31HJf\r\n3pYJIjW3XHX7ZV47T8Y/kLNyY+zP4Q/0AjXpTTqaGeqxXIQTnpSMDcEjUy/m\r\nbgQluTGiUuBaHfDxKzRweQ1T42LPLgSbeHYWGn/XOJsWCxCAwf+I98/y1/Pw\r\nd/mv+nUx+wcFytnTr6XYCIg/hQZHInjjb2ynJk27WGrTpy2cXYQaZEbj511z\r\n967NXvPWolVsmXzLlrtCrfT+cjMBUo6B+gBT+5B48DHP2SYeH3onYTO/lzua\r\ni96u7DKog827KvvojYAdZsG7qT5Uw5jpqEbBJ2ydN2cQyTXtCf6A6G8zViEY\r\ngloMSfhu98gComRaGEqWG3fY8mC+PG9Ow27UBK4I6Wxa694kaN+L72909HWY\r\n8aO1iYT2tciM4vbDFKqu5Kj59EChnSEJnbAUDf3BAlaYFd3/x2BtztgCmviM\r\nQebxEUK4JECZ3pdtlim09bG1k6WNDzRRpTA7EXS/euV8aBZm03hGjsLuUAwu\r\neMYgpHwKkziyV/VXyBqRGjK5ZlWehtqKTbvLKMMgqdoLyWjneoiH0/HoAobn\r\nI71h7BYMjurFm4ffA4bAr3BxHBujbhnQMsg=\r\n=aMOS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"252f02668fe0b72e1a46fd275eec66e6060ad174","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.1.37_1672222265420_0.7430641887984881","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@apio/timeframes","version":"0.2.1","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.2.1","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"ffaa28b01380a46ab0d54a32f22397c026d019fe","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.2.1.tgz","fileCount":54,"integrity":"sha512-KUAMzH5vHYvkgiwOb3jr9iJ4FMFieuOW/wv6HjEROtGTznNVNGsrby+tCHneyiBtm5+QPGunD71GAfyl2cmLUw==","signatures":[{"sig":"MEUCIQCtL1Me9VWjaR0bZpmwcIqUMVYyBcTatnlA/LH6ycZguAIgSs3X4hok9kXba05jK3LqUI4LyXKshOe5w9oHIz2ZvOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":528343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjx8SWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozWxAAgezfSnotG+9lcS9H5GgOduKRgSTn/EN1/I98rPM30WJHkm3z\r\np+bExvNy2fawO+V4eANoLMKaBPz0KAZgrOlHj82YH0SNVpBtKWadMFDsr2wB\r\nPOkAt5zRoPGATzC+zPLjQwgErUdh2COsCLYzVwOs9TXNiEivtGWwVxnmuOVy\r\ns+DLF2iu+yVA+573JpQhk0Bj/6VYTdpAGGjlwfovHxORv+j+UWlrW+fgkK9s\r\nO1MM7+sme24+OGwdD7ziBQHpuMreKYB3q8BS4zYWjps/uwrvNZ/Jcb3DMdlM\r\neHmh6gZ63EWDMRJrp6NN77AKwL4Q8UuQFFubuwsfgN0I7QJPG5dQu+JW7nri\r\nziiR+b815271Ds26PfWPAPZhk10ILUM355GjETW2eaX2lHvBuAzt+JM3S6AP\r\nWS1aLwAiCgmgsaxKTlYqL/Rc9rxSE9A3IQLnxR/Ef4nBtuptlNqlSXYEMIaQ\r\n4EHUe9q4gbgskxUJPoo9W1E/jqb8BBPMOJ2tuCc5f5r8+2P2+b2z8HLOCJcl\r\nApfBBhQuG4iqg/2rzjGY42czGtzJqQ5Aa7jb4SW/sHV5Ctlxn7zL3Ny2XR94\r\nM9udTRh3FVrT4HzZRmlWYVP4h/YTnELHlP590DJwzr3IpAKJRtKhYQPWbr4y\r\nbH9t3aLfFehKtpI2vJlBu4z1upsvYQhzqv0=\r\n=Qwwp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"8a43ad4b1df6f25bdb2368adfe8a432ab006ff6c","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.2.1_1674036374533_0.13833509166283142","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"@apio/timeframes","version":"0.2.3","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.2.3","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"1e91ec5595e23d65d5b33337f36149ddaa9a589a","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.2.3.tgz","fileCount":70,"integrity":"sha512-FyVYXa/W1viX0+7FoBDXAmWW2YgVoYuP1Yg6dnC69/yYiAZL5UCRpG/t2fAtZBQWuDEct91lf9822LmJnfixlA==","signatures":[{"sig":"MEUCIBV7MUcC2INpZ2zx1Zy7Kj/HRsVpVL3pbW2rLjCaXOgRAiEArgyQguYXPi8IUpwHdBGfUlu5fZjFQw3Umh4/jj0CwyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCaGUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9XA/+MSL05Kw36NB64Rn/93iOFmsxRdftgqFQWigaPKAwHJImoGyK\r\nmLBHx2Qo4bISnL2maJSaTgnctwSWodPbflI4GO+tvy9cCMrNTiBOojJ4H5OX\r\nJ9kQT0MnF4Jzwrnh+zowebvUnia+Im2k4YwUD+2vkfzOpPBGydIWNRn7eHse\r\noqeh/Jx+f3OaxrUz+MBW3oINYiIVpe7TgydiEfo3kBnrcz0YVFA5B5JbfSch\r\nQWTs24e2kIxyksBaUsJqTD+RRXTPAytlqBHGMk9WieBpnMp7T/A/wQXpnQfH\r\ne1Mmxn16l/WHzyfTMbxhisM9+PAi75c7DhI6UX8vyptLwt43SddIaSuUWHK0\r\n+RBuGt6gCjy9IdbGTiMTYrKR9NU0L8Z9cjs/Wq+YEZe9y06KS4p1V/Y54+0A\r\nTpG6m14zb63FXqftsH5kHuGyqAf1YDTnGpO/coolqF6l4GZUCw/aiLoN3RIS\r\nLC03N0XylqpZvhSABgCWwExLhhFSnIBvs3E0hPvifwgS8nrA7Xy0Sads0jL1\r\njWj8SDqF9wTZroXRlpthGk+ZXPP5A0wB4BQ1gf3Cj9lrWqLgsBbdYQQIleyF\r\nxmsQavnTGmxFsOWcvoprHKFOEZjmk9VTJzZOw2VWBirgm/msG6ROAlLkp0l0\r\nUDFtvyvlwsNmC7BVT/SeGDwyzldAs7cG9rA=\r\n=uPiq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"2e2c065881487ee1694f00eab6494db4c2821162","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.2.3_1678352788513_0.6704757227314622","host":"s3://npm-registry-packages"}},"0.2.5":{"name":"@apio/timeframes","version":"0.2.5","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.2.5","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"cb2af84867dc1ed1e0c9737fd5bac03094c4c8f1","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.2.5.tgz","fileCount":82,"integrity":"sha512-qTM2HCtK4oxWpQdcC2YPNU/sLzRpE1HObDtCvJy7oGP6YIuxEbPfotZblTXBAMoI4/1XMD0XEcrTpU316ZdGqw==","signatures":[{"sig":"MEQCIA8uggPKqSdiskT3qN42TjO/k7U517qUaII/e35wRtcpAiBu/EBumslOlDkUeN9mWM9tpyu26lWnFnNz39O2qPkk9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":950448},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"635945795047946cfe6e20c39014914e7051a5b0","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.2.5_1688628263900_0.7109000102015464","host":"s3://npm-registry-packages"}},"0.2.7":{"name":"@apio/timeframes","version":"0.2.7","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.2.7","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"ebc98bda9a4cebfc70ac9bb3c64e11a897addb38","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.2.7.tgz","fileCount":82,"integrity":"sha512-kSj39mr5wPXTEGiEiTM6NvYfw1eYLq6TPlu0mJ8eYICZSAySk2IE19zy42TCCQsDp2z1iqk/nwdU12bLPA6wiw==","signatures":[{"sig":"MEQCIF7EGTkF3s1Zef8kwNPMTWUUjZRD5vvsxIeNe6iaP0JOAiBWR2nzuWUyu8k9XOV64jjgeOshImpAHopptosTXAmZ8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":953649},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"f8ba5744ed9da210e7cfcd463364d808e7b1ac64","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.2.7_1688647364269_0.6908738542226527","host":"s3://npm-registry-packages"}},"0.2.9":{"name":"@apio/timeframes","version":"0.2.9","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@0.2.9","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"3316b3a687ec3722bb61b84f623372f7ccecee52","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-0.2.9.tgz","fileCount":50,"integrity":"sha512-A3pcpbkCjKhkWb8k2Qb9q2h/CpFethrR/4mZ1/SUi0SRoAhck066YdSXINdrIFekX7oYVB6L4ebY3t89Sf4l1g==","signatures":[{"sig":"MEQCICiKSlhR4wTMmhkwO94G+seY0dPQX31KOZdpuLdKpdwYAiAr426fJjJX6kQVQwvb/9ZBGAZB1bSawdJeg3vD7HH+EQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537006},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"cfd73db15ead2732256b91f5d5b0016cceec42d9","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.22.18","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^4.0.2","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_0.2.9_1688728780977_0.2641526690812215","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@apio/timeframes","version":"1.1.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.1.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"addfed343d611dc914c26db887f2592968f5f644","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.1.0.tgz","fileCount":41,"integrity":"sha512-KjdZspDAoDVf2ibn9wgfnALudzDat1Q66tL170pGFr6JMyQ4fkpGfeKhXRjEG+oAjI/13AESWtJN4b0QEUqYBg==","signatures":[{"sig":"MEUCIQCHofTXbmolvC5vpTvd0LqzzpiVi1TO5n7bLsqcM9xbnwIgPL1fEx+XtI94it4nSGz6fcbioiEu6uRXEtoGf5h2Uvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":517692},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"0e9799c164a249795bc043a8830aab3aab85b833","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.1.0_1689244722866_0.7522139071987473","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@apio/timeframes","version":"1.1.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.1.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"2f0cf6e986fe3b5dd0d6980c2ee95b1b661bfa9c","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.1.2.tgz","fileCount":41,"integrity":"sha512-GaFHAVOpjLlLrREuBArfllmpe+dT2TFdJxYaKGF14mHFrvMjGQxuDhey82exMKG7LsEWWmq8XVYp4aa0KaKgpQ==","signatures":[{"sig":"MEUCIQDamh6RiTJT62VuWn4mfldrvAFEIdIhStxROmj3GSefcAIgL4sss6+3jGtPJ6rLaNcEzX6Mc0c85Y37ZhD0XHzTbrE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":518294},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"77300040d7da906c45247994920c2cb265fafe39","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"8.19.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.12.1","dependencies":{"timsort":"^0.3.0","apache-arrow":"^10.0.1","parquet-wasm":"^0.4.0-beta.5","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.12.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.1.2_1689248101962_0.9634716482256807","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@apio/timeframes","version":"1.2.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.2.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"c3d771296de2f5d66303d98d8caf0ec100587acd","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.2.0.tgz","fileCount":29,"integrity":"sha512-DYcqnntSTxSvx7cE0TUqgT0c0cO+hWz9iPg8rYM0XIMCqhEcD3vZY6wbatkW8uRGcUmUeo+6A3lkl8qy4b9zxw==","signatures":[{"sig":"MEQCIAnS/mAWyUrChKh0TzKzb2SwAsDNwpusWwMoPiKOsjIcAiAjtU8PkG5s+absZbtBSa/sB36ZC1UmBJLrdPgP3ieuVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":293372},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"01bed3aa373f421a98deef4dd624b57697813a7b","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.2.0_1695797381563_0.5836370875748009","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@apio/timeframes","version":"1.2.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.2.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"1217d731f7dc8b429062d40f47c6fb91f1b3e769","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.2.2.tgz","fileCount":29,"integrity":"sha512-SgYqxfleb7l63B+p5ex1SICtFRbS0uXq5GvgkH15RACXgUtrT6JAjSZE1CoUf98RajK682yTs5+c9zLwJ14dJw==","signatures":[{"sig":"MEQCICX413UKUzn++4kvcfdmSIoMZQ/SVKYldVK/2AJihLYhAiBfCVkJGqQ8mFCZadLG9S82HrFRuCYkRTJd7iagcp9PUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":294583},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"f6e8b0bc758d851a13124b5385f75eceb5362dab","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.2.2_1695799951750_0.3581084411254283","host":"s3://npm-registry-packages"}},"1.2.4":{"name":"@apio/timeframes","version":"1.2.4","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.2.4","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"ce63833c82239d0e4824819d8290d54d8647af8c","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.2.4.tgz","fileCount":29,"integrity":"sha512-KDMhF3S1WlMmZLRida5U1ZcAUs5oMtbXi5tEvAp7emW/WiE1rj0SEAw5g0Gp5R5VyDY8jgnUAnw1GKtRD3Ed2Q==","signatures":[{"sig":"MEUCIQCixQl0cwURVaQ7+2RqWN4VVGkWzKNeK3OLCKOOzF6V5AIgSy71OilUMqrSrf6jxpcyo8eSiunQxwBQ8WGlVe+CewU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":295093},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"08d5e9019f5982d0d76de94e48a7c0e6594528bd","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.2.4_1695800929818_0.7230489736500421","host":"s3://npm-registry-packages"}},"1.2.6":{"name":"@apio/timeframes","version":"1.2.6","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.2.6","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"8239426d7d7840d887c06d8b4f3e9608286d4f42","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.2.6.tgz","fileCount":29,"integrity":"sha512-CGhuMeFULZlbm/61CJrmXy4gQtYvLBW3nybYtFQ+Xtn7LCHxFvDU4/EEbP8KwL7rnaWBUVItep2rjExV4BQEzQ==","signatures":[{"sig":"MEUCIEE6tF3BHUlzIidAzou43vuRpC9+QeF957rIbgeIWmZXAiEAuYybrcNdf3wHlguK23Yn8p+eKXBQPwnFpChoTzScQyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":295555},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"f4488ddd6071d2a670330c88868973de20f6fc22","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.2.6_1695809507596_0.9777598581193381","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@apio/timeframes","version":"1.3.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.3.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"3924b9c95633c7b75a0f478dad34e634e1b53547","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.3.0.tgz","fileCount":29,"integrity":"sha512-+Cx8ByLxrVzsMDGbFOBOn/hLPIoIR3GBJ2SUX4l0w7Qbs7ZiNxV2ZuFEvSf7MnjDwDTKP31+tVVbWl9PLpic1w==","signatures":[{"sig":"MEYCIQCWblhAxZlc4xx9VPlgLf/qM0RnBEhWazo5l599M0fhRwIhAPRw/V9wUGO25fiVcfK/ZdlIawtCT80IDLeB2oZOsa9I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":298840},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"36661bcfaa7d39d8c36be7df0c8a163d0905d65f","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.3.0_1695884759103_0.09226926870421659","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@apio/timeframes","version":"1.5.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.5.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"2d83973a7d91f274fad69fdcfd88242e2ecf7731","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.5.0.tgz","fileCount":29,"integrity":"sha512-SAz5bTMUMZ3IloksE3W8cyRP5B9Il2mgeNHfhkakLs9c5Vm5qqLZbhoc0fmyREtaXxlXwe7nDgiL8s5fHowOWw==","signatures":[{"sig":"MEUCIHsFwxoJSClxrqNtaS9YimwdEcOvJWBmKKrCIMz1y/U5AiEA64fMOr0uYpkLqX9Y7pmEqSm738huHyNCvT9Zuo9HrZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":309104},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"b303cb9210ad7fd0ce99c6b0945aee33468e2ea4","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.5.0_1697468678063_0.0035411710710977484","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@apio/timeframes","version":"1.7.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.7.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"072a2f8f466c2ca5f8fc73d2ab3a3ec2ccac8b25","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.7.0.tgz","fileCount":29,"integrity":"sha512-ZGfncQYx6TvOxuDAqgASz7/rWnCDrtlo68HnjcrKmA/wjZ2UzdI7SJPXecemhjvRLfkxyTnu8mPgFU07i41UXQ==","signatures":[{"sig":"MEYCIQD/v1uWy00ThKREmA/eTXUcqPOrhHVn8vBpmnk70XGNoAIhAOEhV2kqwOKOMZ2R7dgk94jNlFcg3+UtcMkbYvQK9Rtt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":312773},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"f1fc96e84cecfe066310ac53946d5c2b108e2534","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.7.0_1697557637546_0.2692475981199489","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"@apio/timeframes","version":"1.8.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.8.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"c4d72cc5deac7c3857759f3673009809030cc687","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.8.0.tgz","fileCount":29,"integrity":"sha512-mjXrdgO81IHLmdpdbzXoOyaZ/znOls23jgjeU045s3WM7kTfusdtqhzEysHUbd5A9Kpu+E65pmC/QAXs9y+S5A==","signatures":[{"sig":"MEYCIQD6tV2HsHCV4T6lFUgRFcZaE2KEz8Own1VtcQe2LaFqswIhAMD0adsRhqbmee20v2rqyI1SP+0TDZXSHEZ6PFWWd3Wt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":326621},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"b92991d2ee5339fa89ace1a5c58fc5c583af40d1","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.8.0_1708936009131_0.4540690716680933","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"@apio/timeframes","version":"1.9.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.9.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"5465dd1163b4ab905b4a13b2d9c4832e08c77e7d","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.9.0.tgz","fileCount":29,"integrity":"sha512-TJSava3X/tpjbn1Y8uxIyz2JSpd3hTRcC43+DBN4/uYpibjHuPn71kaDCHWzDp64Xh8HBYEzjMaWl3NdgF+h6Q==","signatures":[{"sig":"MEQCIBu7Gw1I2Erf/yl+wMF4LzEHSVHAO0Q0TOeCpP4OC6+hAiAgy3lyNIgR4V3+3CaEdYm+g9cKfMsPpHOr2DGTS4jlnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":326875},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"c9119536e1508bb25aa371971252eaf084cec094","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.9.0_1708937179789_0.40407193021923704","host":"s3://npm-registry-packages"}},"1.9.2":{"name":"@apio/timeframes","version":"1.9.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.9.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"e2f220fbe8f53ef0258701811c48b8aa4da73ac3","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.9.2.tgz","fileCount":29,"integrity":"sha512-x6x5YnW0JtTjiDAq/HT+BgcxsPNqDWyMQ5RiklybAhVxKUm6T4GpFongZ2HGTB/HusAPilHak7xFbHvrl9g2iQ==","signatures":[{"sig":"MEYCIQC1CvtVb1yL8uovjgxBzR25hPfEMfB9T9hNTepUSxmmhwIhAJFFifI4SKkk40PWJvAZhcFjx+mt0pipDuoFhfjXTZJc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":327364},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"2228d00d7894d711b335e3ac2c6df0a726b474e9","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.9.2_1709053030278_0.2862492539716637","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"@apio/timeframes","version":"1.10.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.10.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"0c1ed49809fe4b3951d4cd0e3d1627b7e5e81a27","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.10.0.tgz","fileCount":29,"integrity":"sha512-+BwiJCYKF27IlYpva7VPvWd3zmEo3NeGHVLORSfHuwgq3vKJ4drSNbCVjmsMjjEa029lfPRETuxHg4Jkn1Fmag==","signatures":[{"sig":"MEUCIQDxykuyAkv+LfdfvJdkYxlXmMRvyfZG5OV2eNhEUBDYIQIgVv5yu0XDly3KZqPAwyHYdpK0rlY5trJRycpZl+8HhQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":335135},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"0eba48f4a2f29de09b0aaea0ff457acca97dd571","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.6.7","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"18.17.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.10.0_1710520997856_0.6297865168052863","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"@apio/timeframes","version":"1.11.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.11.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"c347c47e5fdbae5df28965b49214ae4f943c4563","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.11.0.tgz","fileCount":29,"integrity":"sha512-77hya+asjMkMhZqSl/Kz6E2gpUYQUBH4J+g+hiA4Syq3FGYrOFQtONdyksaaG2ZOYY9SDgvB7YSmbPN5BpdzSg==","signatures":[{"sig":"MEQCIFWNxaSy8yI9rHLBhP5HifMyczD5JTg7IhVqzJivskoqAiAF2NBrdk16K5+7CCazzUpxWIx3S9+4mYCBDR5NWabwTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":336409},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"33e47bb05713f89b480deda0a120df88f75c6200","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.11.0_1720543525943_0.934331583923292","host":"s3://npm-registry-packages"}},"1.11.2":{"name":"@apio/timeframes","version":"1.11.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.11.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"075ee73f89511152044ae9e526b24821e94ee5dd","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.11.2.tgz","fileCount":29,"integrity":"sha512-+rHpE9JLbleVbSrq1U0VEfnNE+nTzGtr7ysFiqlR4f4MnRdhhWX3RqdrNKmXTBwjHqhTjP0uQA1UPMVOD50/ZA==","signatures":[{"sig":"MEUCIQC04qXrccyxWNhofvlr9dTMVZCGQ2gSi0d2JbX1D+ouEQIgI0F5lWCgNgENgWm/J0fGNRdyJ4yWgCSaD0n5K4BypYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":336986},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"985862b4cee5ba81e889ff8923526cfc3a503063","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^3.1.0","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.11.2_1720544149887_0.5384254697548545","host":"s3://npm-registry-packages"}},"1.11.4":{"name":"@apio/timeframes","version":"1.11.4","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.11.4","maintainers":[{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"},{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"745b20dd49279cade2dce42a5081495661cfd288","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.11.4.tgz","fileCount":29,"integrity":"sha512-T4tfhxPgQw3CjBg9YItJQQ27IlZV6XRPVvH01cJeDmQ65c7SfNwP5fvg5VqdCbYhYtbDkL+Ylz7ZXxd+bu21sw==","signatures":[{"sig":"MEQCIBfOeTzZZFaZv7XqKNE2tkiXdJ85wsCeZzIc1wYz3oRIAiAWFfiA6EmMPLr2S1QvO6Cqr/CFu35AxE6/fkSO5DKDTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":337491},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"e79dcc6eb362a2c2265139af93ce5a14d3a0e319","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.11.4_1723191193771_0.2874330039684494","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"@apio/timeframes","version":"1.12.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.12.0","maintainers":[{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"},{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"f39f30f15e24cba0e8bbc7544890d401897d8841","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.12.0.tgz","fileCount":29,"integrity":"sha512-GzE/CwpwUproUsbXjPvcpGjw0kgRJJEJBR9wHZpV+yXrDeqpjsBbGT0dgvm97Z0fnLFcR+68D3jnXqlqItUwDQ==","signatures":[{"sig":"MEQCIEg/KSOs5C5U4JSCJD5piEjlSEII2OxkAdAzz8bKwACwAiBd9s7GRZj2QvxqE64myw7+vLB0Bmiif970oVFTGZG0/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338127},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"9931c0e3b5159bee2dc7adb6490ecd6afabe7626","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx rome check src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"9.8.0","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"20.5.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rome":"^11.0.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.12.0_1723455374475_0.9633538436851499","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"@apio/timeframes","version":"1.14.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.14.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"d7ff67251b0ef2302be34e8e9efc0210187b1bce","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.14.0.tgz","fileCount":29,"integrity":"sha512-F47WZ3LMKiOmhNndVepBeUf7TTTBSlvMPFt94tyUJ3YKUtoD/PHwy9CpE/fbKZWllaj9ZWu38WgO4hUwe5V46Q==","signatures":[{"sig":"MEUCIGHn1fuCnr0ELeaJgfXudJ/L9GVef4o7nkUc3Mza9E32AiEAqBcO0s7Wr67UhUaPnZDmjjCfnFMVthDTas8upDv0kXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":352392},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"077dc663eb72ed45edefbb8c889fa9aab443e7b6","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx @biomejs/biome check --write ./src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"10.8.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"22.6.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@biomejs/biome":"1.9.4","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.14.0_1736433714661_0.5160261244012525","host":"s3://npm-registry-packages-npm-production"}},"1.14.2":{"name":"@apio/timeframes","version":"1.14.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.14.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"420b6d839220ff5f6aaf490fefea1ff2e59ea6a0","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.14.2.tgz","fileCount":29,"integrity":"sha512-io+tkAibuUFiWfDrclT1SHcepjStO18uqViPIQ03yoh63CUfTHSMmuJzmbo2ANHpxzrAuRjgQ2e0LHLPMWvyLA==","signatures":[{"sig":"MEUCICEPtSm2/wYD/AaVEiBLEfZSSvrZaGJ95FZDmS6i8uyMAiEAqNQtdqg7EotgBui9JLZ5szXMNzYB2EY/nymtBIvXjmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":352227},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"4604163a7281ecc6ccd6ce93460577b4d6a422a7","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx @biomejs/biome check --write ./src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"10.8.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"22.6.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@biomejs/biome":"1.9.4","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.14.2_1736439227323_0.7091085657748921","host":"s3://npm-registry-packages-npm-production"}},"1.15.0":{"name":"@apio/timeframes","version":"1.15.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.15.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"06064b91c45f1bcf53ac11f79ad8e241bed78aad","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.15.0.tgz","fileCount":29,"integrity":"sha512-gpWcZ8rsHAT0eE1q/6XF6UHe3G2FqPkxdFwHwYE+AS9/xHxaqnTX9hth3cOQWhwyeBF344IqcfVzxm+LGZOlAg==","signatures":[{"sig":"MEQCIEe1hQWMkhOC7Asnsa0WTYyN9is6EkwnfoUvTazNdVtXAiBANHAbMkDFTQWT3Uk3j9UQ1yDYnuOO1kgr60Rdn5gWDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":354585},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"c31af6dbc14a6fb7ca24eabaf84fd2b64d3a843d","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx @biomejs/biome check --write ./src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"10.8.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"22.6.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@biomejs/biome":"1.9.4","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.15.0_1736442710053_0.12468748155441434","host":"s3://npm-registry-packages-npm-production"}},"1.16.0":{"name":"@apio/timeframes","version":"1.16.0","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.16.0","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"a7a7b56f42a4343ba60d77cbd65745c076121a23","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.16.0.tgz","fileCount":29,"integrity":"sha512-gPRYB8biOt2Jg6OkN+vTnNrQRuea4dMgwqcdTrIoWkV3ee3mO0inRahRcNn8Yar9/DjHmSeKlRoNZckrPiBAtg==","signatures":[{"sig":"MEUCIQDA6RM5OXWCuatLDZGs2WliZ32Y3yN/lFEMpQMbjc6gQAIgIIvwD+gUTJ1btj1SO9CzStT+uOw2Ql9+w0WV9nQum5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":356410},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"640e351514882fe7ab3563a1005b101896baefc0","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx @biomejs/biome check --write ./src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"10.8.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"22.6.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^1.0.2","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.24.8","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.1.6","@types/node":"^18.8.5","npm-run-all":"^4.1.5","@biomejs/biome":"1.9.4","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^3.16.0","cz-conventional-changelog":"^3.3.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.16.0_1736871750781_0.9887856024241202","host":"s3://npm-registry-packages-npm-production"}},"1.16.2":{"name":"@apio/timeframes","version":"1.16.2","keywords":["timeseries","dataframe"],"license":"MIT","_id":"@apio/timeframes@1.16.2","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"gianluigi.provinciali@gmail.com"},{"name":"davidecantelmi","email":"d.cantelmi@apio.cc"}],"homepage":"https://github.com/fatmatto/timeframes#readme","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"ava":{"files":["!build/module/**"],"timeout":"60s","failFast":true,"typescript":{"compile":false,"rewritePaths":{"src/":"build/main/"}}},"nyc":{"exclude":["**/*.spec.js"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"35570b8fe33e3a5dceb27efe2168cd104f37e49f","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-1.16.2.tgz","fileCount":29,"integrity":"sha512-yaOxIeG9TquiasqLgjPFDU7c2ORslXUxNL6kDyJDJYqBQWBgS6KzQdsA4EZ73mcRDkYR5hl7kGrnqv8O3SX+4A==","signatures":[{"sig":"MEUCIBOkC6HbzYOol6VqzBXJmRVcTQqHh2BXjg2llNDjkL3PAiEAq5dVOj1S7eI4P07xCdCkO3NclBHbvfZM7vjfGqyBHTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":359630},"main":"build/main/index.js","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/module/index.js","engines":{"node":">=10"},"gitHead":"5bda409d6e15b689dd666b5c1fa2188d41b7f0b3","scripts":{"cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","doc":"bash scripts/build-docs-website.sh","lint":"npx @biomejs/biome check --write ./src/**/*.ts","test":"run-s build test:*","build":"rm -R build; run-p build:*","version":"standard-version","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:json":"typedoc --json docs/docs.json src/**/*.ts","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","test:unit":"nyc ava --fail-fast","build:main":"tsc -p tsconfig.json","reset-hard":"git clean -dfx && git reset --hard && npm i","watch:test":"nyc --silent ava --watch","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","watch:build":"tsc -p tsconfig.json -w","build:module":"tsc -p tsconfig.module.json","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/main/index.d.ts","_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"prettier":{"singleQuote":true},"repository":{"url":"git+https://github.com/fatmatto/timeframes.git","type":"git"},"_npmVersion":"10.9.2","description":"Library for dealing with timeseries data","directories":{},"_nodeVersion":"23.6.0","dependencies":{"timsort":"^0.3.0","parse-duration":"^2.1.4","@fatmatto/simd-array":"^0.1.0","functional-red-black-tree":"^1.0.1","@types/functional-red-black-tree":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","cspell":"^4.1.0","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.28.12","doctrine":"^3.0.0","gh-pages":"^6.1.1","open-cli":"^7.1.0","typescript":"^5.9.2","@types/node":"^24.3.1","npm-run-all":"^4.1.5","@biomejs/biome":"^2.2.4","@ava/typescript":"^3.0.1","standard-version":"^9.0.0","typedoc-plugin-markdown":"^4.8.1","cz-conventional-changelog":"^3.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/timeframes_1.16.2_1757507608718_0.48079321524100593","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@apio/timeframes","version":"2.0.0","description":"Library for dealing with timeseries data","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/fatmatto/timeframes.git"},"license":"MIT","keywords":["timeseries","dataframe"],"scripts":{"build":"rm -R build; run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","test":"run-s build test:*","lint":"npx @biomejs/biome check --write ./src/**/*.ts","bench":"run-s build:main bench:run","bench:run":"node scripts/bench.js","test:unit":"nyc ava --fail-fast","check-cli":"run-s test diff-integration-tests check-integration-tests","check-integration-tests":"run-s check-integration-test:*","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"bash scripts/build-docs-website.sh","doc:json":"typedoc --json docs/docs.json src/**/*.ts","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=12"},"devDependencies":{"@ava/typescript":"^3.0.1","@biomejs/biome":"^2.2.4","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/node":"^24.3.1","ava":"^4.3.3","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.0.1","doctrine":"^3.0.0","gh-pages":"^6.1.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^7.1.0","standard-version":"^9.0.0","ts-node":"^9.0.0","typedoc":"^0.28.12","typedoc-plugin-markdown":"^4.8.1","typescript":"^5.9.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"},"compile":false},"files":["!build/module/**"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"dependencies":{"parse-duration":"^2.1.4"},"gitHead":"3af35fd108d78523d5e1cf90ee036a636525f065","_id":"@apio/timeframes@2.0.0","bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"homepage":"https://github.com/fatmatto/timeframes#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-KfArfxCnooe7G9iIdpOuglEFOxVUkY4WkC98FviW45WMz30yQltbMnD3TfkYOzb1eBJHXyVIKIlCJ2FeZj0gMw==","shasum":"b0961967a01a15af2309a67ab624ed0755c8303a","tarball":"https://registry.npmjs.org/@apio/timeframes/-/timeframes-2.0.0.tgz","fileCount":29,"unpackedSize":385264,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICE9s/D8j1cLnS5rInw5v0k5GLXH5qbNViDEjsoOhZqsAiB9ygiaOJhjU9VCr82b6N7TMbYWfBAQn8BTVSQ2xI5dfw=="}]},"_npmUser":{"name":"fatmatto","email":"cikkense@gmail.com"},"directories":{},"maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"g.provinciali@apio.cc"},{"name":"davidecantelmi","email":"d.cantelmi@apio.cc"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/timeframes_2.0.0_1786548704585_0.3407976191422215"},"_hasShrinkwrap":false}},"time":{"created":"2022-09-09T12:43:26.632Z","modified":"2026-08-12T15:31:44.929Z","0.0.1":"2022-09-09T12:43:26.984Z","0.1.1":"2022-10-14T15:07:14.239Z","0.1.3":"2022-10-14T15:33:59.300Z","0.1.7":"2022-10-15T07:03:44.053Z","0.1.9":"2022-10-15T07:40:28.540Z","0.1.11":"2022-10-15T14:29:22.436Z","0.1.13":"2022-10-23T09:11:49.232Z","0.1.17":"2022-10-24T07:18:30.812Z","0.1.19":"2022-10-24T08:44:30.758Z","0.1.21":"2022-10-27T10:27:10.509Z","0.1.23":"2022-10-27T14:28:34.587Z","0.1.25":"2022-10-27T17:01:42.987Z","0.1.27":"2022-11-04T20:37:59.242Z","0.1.29":"2022-11-07T11:10:41.713Z","0.1.31":"2022-11-07T11:32:22.129Z","0.1.33":"2022-11-13T15:42:58.707Z","0.1.35":"2022-11-16T11:31:43.984Z","0.1.37":"2022-12-28T10:11:05.600Z","0.2.1":"2023-01-18T10:06:14.661Z","0.2.3":"2023-03-09T09:06:28.721Z","0.2.5":"2023-07-06T07:24:24.083Z","0.2.7":"2023-07-06T12:42:44.518Z","0.2.9":"2023-07-07T11:19:41.139Z","1.1.0":"2023-07-13T10:38:43.024Z","1.1.2":"2023-07-13T11:35:02.190Z","1.2.0":"2023-09-27T06:49:41.774Z","1.2.2":"2023-09-27T07:32:31.976Z","1.2.4":"2023-09-27T07:48:50.112Z","1.2.6":"2023-09-27T10:11:47.931Z","1.3.0":"2023-09-28T07:05:59.466Z","1.5.0":"2023-10-16T15:04:38.412Z","1.7.0":"2023-10-17T15:47:17.803Z","1.8.0":"2024-02-26T08:26:49.295Z","1.9.0":"2024-02-26T08:46:19.959Z","1.9.2":"2024-02-27T16:57:10.475Z","1.10.0":"2024-03-15T16:43:18.089Z","1.11.0":"2024-07-09T16:45:26.136Z","1.11.2":"2024-07-09T16:55:50.048Z","1.11.4":"2024-08-09T08:13:13.948Z","1.12.0":"2024-08-12T09:36:14.665Z","1.14.0":"2025-01-09T14:41:54.845Z","1.14.2":"2025-01-09T16:13:47.482Z","1.15.0":"2025-01-09T17:11:50.356Z","1.16.0":"2025-01-14T16:22:30.958Z","1.16.2":"2025-09-10T12:33:28.904Z","2.0.0":"2026-08-12T15:31:44.736Z"},"bugs":{"url":"https://github.com/fatmatto/timeframes/issues"},"license":"MIT","homepage":"https://github.com/fatmatto/timeframes#readme","keywords":["timeseries","dataframe"],"repository":{"type":"git","url":"git+https://github.com/fatmatto/timeframes.git"},"description":"Library for dealing with timeseries data","maintainers":[{"name":"fatmatto","email":"cikkense@gmail.com"},{"name":"matteodisabatino","email":"matteo.di.sabatino.1989@gmail.com"},{"name":"gprovinciali","email":"g.provinciali@apio.cc"},{"name":"davidecantelmi","email":"d.cantelmi@apio.cc"}],"readme":"\n<h1  align=\"center\">Timeframes</h1>\n\n<p align=\"center\">\n  <strong>Dataframe-like API for timeseries-like data</strong>\n  <div align=\"center\"> ⚠️ This is still a work in progress</div>\n</p>\n\n\n## Quickstart\n\nInstall through NPM\n```bash\nnpm i @apio/timeframes\n```\n\nThere are a few examples that you can check out in the [examples directory](https://github.com/fatmatto/timeframes/tree/main/examples).\n\n## TimeSeries\n\n\n![Timeseries](images/timeserie.png?raw=true \"Timeseries\")\n\n\n```javascript\nimport { TimeSerie } from '@apio/timeframes'\n\n// Pass an array of points\n// a point is a tuple [DateLike, PointValue]\n// DateLike is value that can be passed to new Date()\n// PointValue is any value, but preferably a number (to compute sums averages ecc)\nconst ts = new TimeSerie([[\"2022-01-01\", 12],[\"2022-01-02\", 13]])\nconst sum = ts.sum()\nconst avg = ts.avg()\n```\n\n\n## TimeFrames\n\n![Timeframes](images/timeframe.png?raw=true \"Timeframes\")\n\n```javascript\nimport { TimeFrame } from '@apio/timeframes'\n// Each item is a row\nconst rows = [\n  {time: \"2022-01-01\", value1:10, value2:140},\n  {time: \"2022-01-02\", value1:41}, // here value2 is null\n  {time: \"2022-01-03\", value1:78, value2:301},\n]\nconst ts = new TimeFrame(rows)\n// column() extracts columns as timeseries\nconst total1 = ts.column(\"value1\").sum()\n```","readmeFilename":"README.md"}