{"_id":"native-dash","_rev":"3319031","name":"native-dash","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","dist-tags":{"latest":"1.25.0"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"time":{"modified":"2024-06-11T09:03:49.000Z","created":"2020-07-10T02:23:14.718Z","1.25.0":"2022-12-13T01:39:47.619Z","1.24.0":"2022-12-09T02:52:44.078Z","1.23.2":"2022-07-28T03:41:34.929Z","1.23.1":"2022-07-28T03:34:42.474Z","1.23.0":"2022-07-28T01:07:15.292Z","1.22.1":"2022-03-06T22:49:44.415Z","1.22.0":"2022-02-10T00:07:35.555Z","1.21.5":"2022-01-11T23:32:32.982Z","1.21.4":"2022-01-11T08:59:13.909Z","1.21.3":"2021-12-27T17:49:07.995Z","1.21.2":"2021-12-27T16:49:30.946Z","1.21.1":"2021-12-20T19:45:27.373Z","1.21.0":"2021-12-03T20:45:37.825Z","1.20.3":"2021-10-22T22:40:50.253Z","1.20.2":"2021-10-22T22:37:07.065Z","1.20.1":"2021-10-20T20:54:45.163Z","1.20.0":"2021-10-20T20:45:42.922Z","1.19.0":"2021-10-17T02:02:10.976Z","1.18.4":"2021-08-11T22:10:56.328Z","1.18.3":"2021-08-11T21:38:02.496Z","1.18.2":"2021-08-03T23:47:50.574Z","1.18.1":"2021-08-03T23:37:31.669Z","1.18.0":"2021-08-03T22:55:14.992Z","1.17.0":"2021-07-27T21:45:09.745Z","1.16.2":"2021-07-06T00:24:19.868Z","1.16.1":"2021-07-06T00:10:30.676Z","1.16.0":"2021-07-06T00:07:32.158Z","1.15.2":"2021-07-06T00:04:28.492Z","1.15.1":"2021-06-20T19:38:10.077Z","1.15.0":"2021-05-07T01:23:05.551Z","1.14.0":"2021-05-02T21:46:37.247Z","1.13.0":"2021-04-27T19:52:56.063Z","1.12.0":"2021-04-18T17:43:32.235Z","1.11.0":"2021-03-29T18:26:30.897Z","1.10.0":"2021-02-14T22:59:45.367Z","1.9.0":"2021-01-19T22:06:55.769Z","1.8.0":"2021-01-19T21:22:31.202Z","1.7.1":"2021-01-09T22:11:59.489Z","1.7.0":"2021-01-09T05:53:38.138Z","1.6.1":"2020-11-22T20:39:19.659Z","1.6.0":"2020-11-22T20:26:58.457Z","1.5.1":"2020-11-20T05:00:57.701Z","1.5.0":"2020-11-15T22:19:09.575Z","1.4.1":"2020-11-15T17:47:49.361Z","1.4.0":"2020-10-27T20:38:04.685Z","1.3.0":"2020-10-23T15:25:43.842Z","1.2.7":"2020-08-23T15:35:47.238Z","1.2.6":"2020-08-14T04:33:10.973Z","1.2.5":"2020-08-14T04:29:21.721Z","1.2.4":"2020-08-14T01:33:25.727Z","1.2.3":"2020-08-13T22:02:26.821Z","1.2.2":"2020-08-13T22:00:15.031Z","1.2.1":"2020-08-13T21:43:37.148Z","1.2.0":"2020-08-13T21:39:41.820Z","1.1.1":"2020-08-07T23:26:42.039Z","1.1.0":"2020-08-06T18:46:50.458Z","1.0.0":"2020-07-10T02:23:14.718Z"},"users":{},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"repository":{"type":"git","url":"git+https://github.com/yankeeinlondon/native-dash.git"},"versions":{"1.25.0":{"name":"native-dash","version":"1.25.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"repository":{"type":"git","url":"git+https://github.com/yankeeinlondon/native-dash.git"},"sideEffects":false,"type":"module","module":"./dist/index.js","typings":"./dist/index.d.ts","exports":{".":{"import":"./dist/index.js","default":"./dist/index.js","types":"./dist/index.d.ts"}},"scripts":{"build":"tsup src/index.ts --dts --format=esm --clean","test":"vitest","test:ci":"vitest run","watch":"run-p watch:*","watch:bundle":"npx tsup src/index.ts --dts --format=esm","lint":"run-p lint:*","lint:src":"eslint src/**/*.ts --fix","lint:test":"eslint tests/**/*.ts --fix","lint:tsc":"tsc --noEmit","audit:fix":"pnpm audit --fix","release":"run-s lint release:latest test:ci audit:fix release:bump","release:latest":"pnpm install","release:bump":"bumpp","prepublishOnly":"npm run build"},"dependencies":{"brilliant-errors":"^0.7.3","inferred-types":"^0.37.6"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"16","@typescript-eslint/eslint-plugin":"^5.46.1","@typescript-eslint/parser":"^5.46.1","bumpp":"^8.2.1","eslint":"^8.29.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.1.1","eslint-plugin-unicorn":"^45.0.2","node":"^16.18.1","npm-run-all":"^4.1.5","pathe":"^1.0.0","prettier":"^2.8.1","tsup":"^6.5.0","typescript":"^4.9.4","vite":"^4.0.1","vitest":"^0.25.7","watchlist":"^0.3.1"},"gitHead":"84540a33eae6db31645769e92c54f7b64cb3dc6f","bugs":{"url":"https://github.com/yankeeinlondon/native-dash/issues"},"homepage":"https://github.com/yankeeinlondon/native-dash#readme","_id":"native-dash@1.25.0","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"shasum":"b36cddcb9c45953ce6a36b7c7d307724e0e7bb38","size":13385,"noattachment":false,"key":"/native-dash/-/native-dash-1.25.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.25.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.25.0_1670895587455_0.5771887937621489"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-13T01:42:19.180Z","publish_time":1670895587619,"_cnpm_publish_time":1670895587619},"1.24.0":{"name":"native-dash","version":"1.24.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"repository":{"type":"git","url":"git+https://github.com/yankeeinlondon/native-dash.git"},"sideEffects":false,"type":"module","module":"./dist/index.js","typings":"./dist/index.d.ts","exports":{".":{"import":"./dist/index.js","default":"./dist/index.js","types":"./dist/index.d.ts"}},"scripts":{"build":"tsup src/index.ts --dts --format=esm --clean","test":"vitest","test:ci":"vitest run","watch":"run-p watch:*","watch:bundle":"npx tsup src/index.ts --dts --format=esm","lint":"run-p lint:*","lint:src":"eslint src/**/*.ts --fix","lint:test":"eslint tests/**/*.ts --fix","lint:tsc":"tsc --noEmit","audit:fix":"pnpm audit --fix","release":"run-s lint release:latest test:ci audit:fix release:bump","release:latest":"pnpm install","release:bump":"bumpp","prepublishOnly":"npm run build"},"dependencies":{"brilliant-errors":"^0.7.3","inferred-types":"^0.37.6"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.34","@typescript-eslint/eslint-plugin":"^5.46.0","@typescript-eslint/parser":"^5.46.0","bumpp":"^8.2.1","eslint":"^8.29.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.1.1","eslint-plugin-unicorn":"^45.0.1","node":"^16.18.1","npm-run-all":"^4.1.5","pathe":"^1.0.0","prettier":"^2.8.1","tsup":"^6.5.0","typescript":"^4.9.4","vite":"^3.2.5","vitest":"^0.25.6","watchlist":"^0.3.1"},"gitHead":"ed4d2d6192f5934c38ef3020c72c6962ccbe174e","bugs":{"url":"https://github.com/yankeeinlondon/native-dash/issues"},"homepage":"https://github.com/yankeeinlondon/native-dash#readme","_id":"native-dash@1.24.0","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"shasum":"f971951e8a788c84d50684572a32517b785cf277","size":13057,"noattachment":false,"key":"/native-dash/-/native-dash-1.24.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.24.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.24.0_1670554363906_0.3855650342730248"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-09T03:08:53.122Z","publish_time":1670554364078,"_cnpm_publish_time":1670554364078},"1.23.2":{"name":"native-dash","version":"1.23.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"repository":{"type":"git","url":"git+https://github.com/yankeeinlondon/native-dash.git"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","exports":{".":{"import":"./dist/index.mjs","require":"./dist/index.js","default":"./dist/index.mjs","types":"./dist/index.d.ts"}},"scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs --clean","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format=esm,cjs","lint":"run-p lint:*","lint:src":"eslint src/**/*.ts --fix","lint:test":"eslint tests/**/*.ts --fix","audit:fix":"pnpm audit --fix","release":"run-s lint release:latest test audit:fix release:bump","release:latest":"pnpm install","release:bump":"bumpp"},"dependencies":{"brilliant-errors":"^0.6.0","inferred-types":"^0.22.0"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.22","@typescript-eslint/eslint-plugin":"^5.31.0","@typescript-eslint/parser":"^5.31.0","bumpp":"^8.2.1","dd":"^0.22.1","eslint":"^8.20.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.0.0","eslint-plugin-unicorn":"^43.0.2","npm-run-all":"^4.1.5","prettier":"^2.7.1","rimraf":"^3.0.2","ts-node":"^10.9.1","tsup":"^6.2.0","typescript":"^4.7.4","uvu":"^0.5.6","watchlist":"^0.3.1"},"pnpm":{"overrides":{"simple-git@<3.3.0":">=3.3.0","simple-git@<3.5.0":">=3.5.0"}},"gitHead":"fb134de35ab3df4ff311866e604f5ff1b72118e3","bugs":{"url":"https://github.com/yankeeinlondon/native-dash/issues"},"homepage":"https://github.com/yankeeinlondon/native-dash#readme","_id":"native-dash@1.23.2","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"16b6fbea1bf9502273706bc289032f01ca5fdb89","size":14466,"noattachment":false,"key":"/native-dash/-/native-dash-1.23.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.23.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.23.2_1658979694750_0.39893629280178255"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T03:42:56.884Z","publish_time":1658979694929,"_cnpm_publish_time":1658979694929},"1.23.1":{"name":"native-dash","version":"1.23.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"repository":{"type":"git","url":"git+https://github.com/yankeeinlondon/native-dash.git"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","exports":{".":{"import":"./dist/index.mjs","require":"./dist/index.js"}},"scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs --clean","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format=esm,cjs","lint":"run-p lint:*","lint:src":"eslint src/**/*.ts --fix","lint:test":"eslint tests/**/*.ts --fix","audit:fix":"pnpm audit --fix","release":"run-s lint release:latest test audit:fix release:bump","release:latest":"pnpm install","release:bump":"bumpp"},"dependencies":{"brilliant-errors":"^0.6.0","inferred-types":"^0.22.0"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.22","@typescript-eslint/eslint-plugin":"^5.31.0","@typescript-eslint/parser":"^5.31.0","bumpp":"^8.2.1","dd":"^0.22.1","eslint":"^8.20.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.0.0","eslint-plugin-unicorn":"^43.0.2","npm-run-all":"^4.1.5","prettier":"^2.7.1","rimraf":"^3.0.2","ts-node":"^10.9.1","tsup":"^6.2.0","typescript":"^4.7.4","uvu":"^0.5.6","watchlist":"^0.3.1"},"pnpm":{"overrides":{"simple-git@<3.3.0":">=3.3.0","simple-git@<3.5.0":">=3.5.0"}},"gitHead":"ca72fe9e79532a981b47ccb9f3e30143f70041ef","bugs":{"url":"https://github.com/yankeeinlondon/native-dash/issues"},"homepage":"https://github.com/yankeeinlondon/native-dash#readme","_id":"native-dash@1.23.1","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"25f112095b2ffab2a1de26e975decbed95b0dca6","size":14452,"noattachment":false,"key":"/native-dash/-/native-dash-1.23.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.23.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.23.1_1658979282254_0.8407903426788652"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T03:34:49.448Z","publish_time":1658979282474,"_cnpm_publish_time":1658979282474},"1.23.0":{"name":"native-dash","version":"1.23.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","exports":{".":{"import":"./dist/index.mjs","require":"./dist/index.js"}},"scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs --clean","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format=esm,cjs","lint":"run-p lint:*","lint:src":"eslint src/**/*.ts --fix","lint:test":"eslint tests/**/*.ts --fix","audit:fix":"pnpm audit --fix","release":"run-s lint release:latest test audit:fix release:bump","release:latest":"pnpm install","release:bump":"bumpp"},"dependencies":{"brilliant-errors":"^0.6.0","inferred-types":"^0.22.0"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.22","@typescript-eslint/eslint-plugin":"^5.31.0","@typescript-eslint/parser":"^5.31.0","bumpp":"^8.2.1","dd":"^0.22.1","eslint":"^8.20.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.0.0","eslint-plugin-unicorn":"^43.0.2","npm-run-all":"^4.1.5","prettier":"^2.7.1","rimraf":"^3.0.2","ts-node":"^10.9.1","tsup":"^6.2.0","typescript":"^4.7.4","uvu":"^0.5.6","watchlist":"^0.3.1"},"pnpm":{"overrides":{"simple-git@<3.3.0":">=3.3.0","simple-git@<3.5.0":">=3.5.0"}},"gitHead":"69c62b7ffbbc987acf613117d3f808317aec1bcd","_id":"native-dash@1.23.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"shasum":"52c091dd60770114fa93180565379869023e030c","size":14378,"noattachment":false,"key":"/native-dash/-/native-dash-1.23.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.23.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.23.0_1658970435011_0.24260465839670986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T01:07:33.937Z","publish_time":1658970435292,"_cnpm_publish_time":1658970435292},"1.22.1":{"name":"native-dash","version":"1.22.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.cjs","module":"dist/index.js","typings":"dist/index.d.ts","exports":{".":{"import":"./dist/index.js","require":"./dist/index.cjs"}},"type":"module","scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.12","@types/node-fetch":"^3.0.3","dd":"^0.19.7","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.7.0","tsup":"^5.11.13","typescript":"^4.6.2","uvu":"^0.5.3","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.4"},"gitHead":"60114a30a52ae66c85adde4599b028a3516bcaaf","_id":"native-dash@1.22.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"2f6a1f7833079bae8806f5d66d68736dfa5210a1","size":12726,"noattachment":false,"key":"/native-dash/-/native-dash-1.22.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.22.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.22.1_1646606984212_0.546416345072978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-06T22:49:50.890Z","publish_time":1646606984415,"_cnpm_publish_time":1646606984415},"1.22.0":{"name":"native-dash","version":"1.22.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.10","@types/node-fetch":"^3.0.3","dd":"^0.19.1","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.5.0","tsup":"^5.11.13","typescript":"^4.5.5","uvu":"^0.5.3","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.4"},"gitHead":"6530213372dcf9ff15e3422d6dcdb10ab7e284c9","_id":"native-dash@1.22.0","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"d11c094c1bf8a42e6022bd1d377c6507eb90e22c","size":12683,"noattachment":false,"key":"/native-dash/-/native-dash-1.22.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.22.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.22.0_1644451655374_0.29269767628482835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T00:07:41.444Z","publish_time":1644451655555,"_cnpm_publish_time":1644451655555},"1.21.5":{"name":"native-dash","version":"1.21.5","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.5","@types/node-fetch":"^3.0.3","dd":"^0.18.0","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.4.0","tsup":"^5.11.11","typescript":"^4.5.4","uvu":"^0.5.3","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.4"},"gitHead":"63fd2c85cd181ea49219d880b9161f327d54a97c","_id":"native-dash@1.21.5","_nodeVersion":"14.18.2","_npmVersion":"8.3.0","dist":{"shasum":"7973ddbe5040e4885dfafefc4717d2e526eed6b1","size":12261,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.5.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.5_1641943952793_0.032276331429123895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T23:32:40.207Z","publish_time":1641943952982,"_cnpm_publish_time":1641943952982},"1.21.4":{"name":"native-dash","version":"1.21.4","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"tsup src/index.ts --dts --format=esm,cjs","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.5","@types/node-fetch":"^3.0.3","dd":"^0.17.1","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.4.0","tsup":"^5.11.11","typescript":"^4.5.4","uvu":"^0.5.3","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.3"},"gitHead":"760489459f7c4303bced7ac237d3007d5d94fa0f","_id":"native-dash@1.21.4","_nodeVersion":"14.18.2","_npmVersion":"8.3.0","dist":{"shasum":"8bb9d6e1e3a9d7bc402e328100f4d2a580cec866","size":12261,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.4.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.4_1641891553728_0.00362982701309833"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T09:01:08.186Z","publish_time":1641891553909,"_cnpm_publish_time":1641891553909},"1.21.3":{"name":"native-dash","version":"1.21.3","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"autoindex":"npx dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"^14.18.3","@types/node-fetch":"^3.0.3","dd":"^0.16.7","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.4.0","tsup":"^5.11.9","typescript":"^4.5.4","uvu":"^0.5.2","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.3"},"gitHead":"9233bc691999ab67965fc74806cb73de26edf7b8","_id":"native-dash@1.21.3","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"431d1904975ff50d9764f9fd0286b0c5396d99ce","size":12233,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.3.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.3_1640627347834_0.6297409730720673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-28T02:16:03.764Z","publish_time":1640627347995,"_cnpm_publish_time":1640627347995},"1.21.2":{"name":"native-dash","version":"1.21.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"autoindex":"npx dd autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"npx dd autoindex --watch","watch:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","dd":"^0.16.5","husky":"^7.0.4","npm-run-all":"^4.1.5","rimraf":"^3.0.2","ts-node":"^10.3.0","tsup":"^5.10.1","typescript":"^4.4.4","uvu":"^0.5.2","watchlist":"^0.3.1"},"dependencies":{"inferred-types":"^0.18.1"},"gitHead":"6b57f9b93e03baac00fff6e3349e916c7c493b25","_id":"native-dash@1.21.2","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"4d87cf0e062bbad2fc3a2595a835a425137892bc","size":12227,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.2_1640623770781_0.17793992618490173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-28T02:16:03.668Z","publish_time":1640623770946,"_cnpm_publish_time":1640623770946},"1.21.1":{"name":"native-dash","version":"1.21.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.18.0"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","husky":"^7.0.4","inferred-types":"^0.18.0","npm-run-all":"^4.1.5","ts-node":"^10.3.0","tsup":"^5.10.1","typescript":"^4.4.4","uvu":"^0.5.2","watchlist":"^0.3.1"},"optionalDependencies":{"inferred-types":"^0.18.0"},"gitHead":"cdde791ca6b7cba63e054479617af487a845649a","_id":"native-dash@1.21.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"a63a31dad4345ba3f6e4ab14c41890ecbe9b2d46","size":13878,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.1_1640029527161_0.9383679309913233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:21.942Z","publish_time":1640029527373,"_cnpm_publish_time":1640029527373},"1.21.0":{"name":"native-dash","version":"1.21.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/index.js","module":"dist/index.mjs","typings":"dist/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:bundle","build:bundle":"npx tsup src/index.ts --dts --format='esm,cjs'","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.18.0"},"devDependencies":{"@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","dd":"^0.14.1","husky":"^7.0.4","inferred-types":"^0.18.0","npm-run-all":"^4.1.5","ts-node":"^10.3.0","tsup":"^5.10.1","typescript":"^4.4.4","uvu":"^0.5.2","watchlist":"^0.3.1"},"optionalDependencies":{"inferred-types":"^0.18.0"},"gitHead":"dfc020c31ab410e9032ec48a76c245e627d4a29c","_id":"native-dash@1.21.0","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"a9a60f2407f33cc46f586e1be20ec2524c101e16","size":13885,"noattachment":false,"key":"/native-dash/-/native-dash-1.21.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.21.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.21.0_1638564337377_0.5733971052268165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:21.848Z","publish_time":1638564337825,"_cnpm_publish_time":1638564337825},"1.20.3":{"name":"native-dash","version":"1.20.3","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"prepare":"ts-patch install -s","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.16.0"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","dd":"^0.14.0","husky":"^7.0.2","inferred-types":"^0.16.0","npm-run-all":"^4.1.5","rollup":"^2.58.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.3.0","ts-patch":"^1.4.4","typescript":"^4.4.4","typescript-transform-paths":"^3.3.1","uvu":"^0.5.2","watchlist":"^0.3.1"},"optionalDependencies":{"inferred-types":"^0.16.0"},"gitHead":"259df0813e8103e951bb17f6986bc95f72ba8cc9","_id":"native-dash@1.20.3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"474abf7312ac4033988c141005fc6beccc0e3499","size":19538,"noattachment":false,"key":"/native-dash/-/native-dash-1.20.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.20.3.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.20.3_1634942450106_0.9483685578921177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:21.759Z","publish_time":1634942450253,"_cnpm_publish_time":1634942450253},"1.20.2":{"name":"native-dash","version":"1.20.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"prepare":"ts-patch install -s","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.16.0"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","dd":"^0.14.0","husky":"^7.0.2","inferred-types":"^0.16.0","npm-run-all":"^4.1.5","rollup":"^2.58.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.3.0","ts-patch":"^1.4.4","typescript":"^4.4.4","typescript-transform-paths":"^3.3.1","uvu":"^0.5.2","watchlist":"^0.3.1"},"optionalDependencies":{"inferred-types":"^0.16.0"},"gitHead":"4ee9ae1d11e3edcff855869da2db90889142cd06","_id":"native-dash@1.20.2","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"6858a7f1e4910a1a9b653d003f0c98fbe5eab592","size":33381,"noattachment":false,"key":"/native-dash/-/native-dash-1.20.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.20.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.20.2_1634942226833_0.9056690064075581"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:20.487Z","publish_time":1634942227065,"_cnpm_publish_time":1634942227065},"1.20.1":{"name":"native-dash","version":"1.20.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"prepare":"ts-patch install -s","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.16.0"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"14","@types/node-fetch":"^3.0.3","dd":"^0.14.0","husky":"^7.0.2","inferred-types":"^0.16.0","npm-run-all":"^4.1.5","rollup":"^2.58.0","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.3.0","ts-patch":"^1.4.4","typescript":"^4.4.4","typescript-transform-paths":"^3.3.1","uvu":"^0.5.2","watchlist":"^0.3.1"},"optionalDependencies":{"inferred-types":"^0.16.0"},"gitHead":"a5e74874eead176a4ce7d5f3d1c995d8a49dcb62","_id":"native-dash@1.20.1","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"bbc7340658452c7706bb7aa84ea6f71110026275","size":19462,"noattachment":false,"key":"/native-dash/-/native-dash-1.20.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.20.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.20.1_1634763285031_0.8930174464839258"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:19.397Z","publish_time":1634763285163,"_cnpm_publish_time":1634763285163},"1.20.0":{"name":"native-dash","version":"1.20.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.16.0"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","dd":"^0.14.0","husky":"^4.3.7","inferred-types":"^0.16.0","npm-run-all":"^4.1.5","rollup":"^2.56.2","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.2.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.3.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.16.0"},"gitHead":"15bdf2c6d48b3861c16c87cc45e240d980f71786","_id":"native-dash@1.20.0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"c89c74631098010ff442444d51b47cc2f6d5e602","size":18865,"noattachment":false,"key":"/native-dash/-/native-dash-1.20.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.20.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.20.0_1634762742734_0.983188716050436"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:18.325Z","publish_time":1634762742922,"_cnpm_publish_time":1634762742922},"1.19.0":{"name":"native-dash","version":"1.19.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.16.0"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","dd":"^0.14.0","husky":"^4.3.7","inferred-types":"^0.16.0","npm-run-all":"^4.1.5","rollup":"^2.56.2","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.2.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.3.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.16.0"},"gitHead":"14ad7afbda077c00cfa24f6dc4e4bad26def217d","_id":"native-dash@1.19.0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"c5cbd353129101f361e2860155ca4c37a214c7ee","size":18867,"noattachment":false,"key":"/native-dash/-/native-dash-1.19.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.19.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.19.0_1634436130800_0.8819472121539262"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:17.284Z","publish_time":1634436130976,"_cnpm_publish_time":1634436130976},"1.18.4":{"name":"native-dash","version":"1.18.4","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.27.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","dd":"^0.12.3","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.56.2","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.2.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.3.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"783dcefbab650a16077667cb6ebbbb319474715b","_id":"native-dash@1.18.4","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"0ede1c4942d78319c3d61c44ef1c1eb98a79f441","size":18239,"noattachment":false,"key":"/native-dash/-/native-dash-1.18.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.18.4.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.18.4_1628719856210_0.004491155592944773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:16.566Z","publish_time":1628719856328,"_cnpm_publish_time":1628719856328},"1.18.3":{"name":"native-dash","version":"1.18.3","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^10.1.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.1.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"a67c4242445a59634574c6cceee62b6478e5d2bf","_id":"native-dash@1.18.3","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"79f9cd67ce29d3c98b812932cdd329bd3c17bccb","size":18242,"noattachment":false,"key":"/native-dash/-/native-dash-1.18.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.18.3.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.18.3_1628717882317_0.23475177504924538"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:15.701Z","publish_time":1628717882496,"_cnpm_publish_time":1628717882496},"1.18.2":{"name":"native-dash","version":"1.18.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^10.1.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.1.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"a2542102b42d4d6cb6677e689acd6770c39ae254","_id":"native-dash@1.18.2","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"38d5600d949838d2f57f32f0120a6026a8df6c3f","size":18238,"noattachment":false,"key":"/native-dash/-/native-dash-1.18.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.18.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.18.2_1628034470204_0.537410889291501"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:14.824Z","publish_time":1628034470574,"_cnpm_publish_time":1628034470574},"1.18.1":{"name":"native-dash","version":"1.18.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^10.1.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.1.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"7635d383b451bf0a3f3aa0ad029710b631fb49a0","_id":"native-dash@1.18.1","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"fc1033f0245e71ab4a8a1ef4eae6aab41e2bbcf6","size":18238,"noattachment":false,"key":"/native-dash/-/native-dash-1.18.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.18.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.18.1_1628033851540_0.4432879558289946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:13.924Z","publish_time":1628033851669,"_cnpm_publish_time":1628033851669},"1.18.0":{"name":"native-dash","version":"1.18.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^10.1.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.1.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"8d43ce9ecebf7383f5af39aa8ddc859bafa2fc42","_id":"native-dash@1.18.0","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"5e4586f215102b08ca6bc0eeed3952dd28f82594","size":18132,"noattachment":false,"key":"/native-dash/-/native-dash-1.18.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.18.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.18.0_1628031314840_0.8824409387115546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:12.834Z","publish_time":1628031314992,"_cnpm_publish_time":1628031314992},"1.17.0":{"name":"native-dash","version":"1.17.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","license":"MIT","author":{"name":"Ken Snyder","email":"ken@ken.net"},"sideEffects":false,"main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:rollup":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","clean":"rimraf dist/*","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:test":"watchlist src tests -- yarn test"},"dependencies":{"inferred-types":"^0.9.2"},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","inferred-types":"^0.9.2","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^10.1.0","ttypescript":"^1.5.12","typescript":"^4.3.5","typescript-transform-paths":"^3.1.0","uvu":"^0.5.1","watchlist":"^0.2.3"},"optionalDependencies":{"inferred-types":"^0.9.2"},"gitHead":"0802a1dd6d3479d04faeba791b99f8b80d06d5b4","_id":"native-dash@1.17.0","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"d70bba9290e07f33c8932bb69f7559de0f18c795","size":18130,"noattachment":false,"key":"/native-dash/-/native-dash-1.17.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.17.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.17.0_1627422309518_0.2675496780391422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:11.961Z","publish_time":1627422309745,"_cnpm_publish_time":1627422309745},"1.16.2":{"name":"native-dash","version":"1.16.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","sideEffects":false,"scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"457b236f59518c8094cdb78503df58a9c9fefcab","_id":"native-dash@1.16.2","_nodeVersion":"15.5.0","_npmVersion":"7.17.0","dist":{"shasum":"7f5db5e9e20ad0dfba36ce060121050db104d35f","size":17615,"noattachment":false,"key":"/native-dash/-/native-dash-1.16.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.16.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.16.2_1625531059606_0.6034781032766527"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:11.078Z","publish_time":1625531059868,"_cnpm_publish_time":1625531059868},"1.16.1":{"name":"native-dash","version":"1.16.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","sideEffects":false,"scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"544bb51d36dbb5a65e1f32de843f06b1789f5f3e","_id":"native-dash@1.16.1","_nodeVersion":"15.5.0","_npmVersion":"7.17.0","dist":{"shasum":"fb1633498681852ca802771d6f54b8dfc8b2c229","size":18693,"noattachment":false,"key":"/native-dash/-/native-dash-1.16.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.16.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.16.1_1625530230552_0.3001477309201439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:10.004Z","publish_time":1625530230676,"_cnpm_publish_time":1625530230676},"1.16.0":{"name":"native-dash","version":"1.16.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","sideEffects":false,"scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"b6c675c57f63148e86faa72304b5863ad19f2460","_id":"native-dash@1.16.0","_nodeVersion":"15.5.0","_npmVersion":"7.17.0","dist":{"shasum":"90b92bf3d443b46eba137ba9a4c733d1fd64ab18","size":18691,"noattachment":false,"key":"/native-dash/-/native-dash-1.16.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.16.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.16.0_1625530052042_0.7755868352031143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:08.927Z","publish_time":1625530052158,"_cnpm_publish_time":1625530052158},"1.15.2":{"name":"native-dash","version":"1.15.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","sideEffects":false,"scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"d3c39ad0af015e5c65acd02d151deb0a87e45ebe","_id":"native-dash@1.15.2","_nodeVersion":"15.5.0","_npmVersion":"7.17.0","dist":{"shasum":"5848827a1a764ef7d48b130110c450f84023de75","size":18693,"noattachment":false,"key":"/native-dash/-/native-dash-1.15.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.15.2.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.15.2_1625529868389_0.5623641250820468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:07.866Z","publish_time":1625529868492,"_cnpm_publish_time":1625529868492},"1.15.1":{"name":"native-dash","version":"1.15.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","sideEffects":false,"scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"6814fbbf39e2733c6c89e0d42d91a62461c1d507","_id":"native-dash@1.15.1","_nodeVersion":"14.16.1","_npmVersion":"7.12.0","dist":{"shasum":"1844975783b958e4b072aa5978f0f95b79aa7218","size":17402,"noattachment":false,"key":"/native-dash/-/native-dash-1.15.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.15.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.15.1_1624217889954_0.851521868682332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:06.754Z","publish_time":1624217890077,"_cnpm_publish_time":1624217890077},"1.15.0":{"name":"native-dash","version":"1.15.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"37bfd263b9f20ddaeb87360f705976d354ddd729","_id":"native-dash@1.15.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.10","dist":{"shasum":"c9a4d3d1d3dbb55be665e841a5cb856fee1bc68c","size":17558,"noattachment":false,"key":"/native-dash/-/native-dash-1.15.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.15.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.15.0_1620350585212_0.6183395847242967"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:05.685Z","publish_time":1620350585551,"_cnpm_publish_time":1620350585551},"1.14.0":{"name":"native-dash","version":"1.14.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"10bef19bcc8e3617e4555745f746f251f4dea500","_id":"native-dash@1.14.0","_nodeVersion":"15.5.0","_npmVersion":"7.11.2","dist":{"shasum":"3dfbc36b55f598c7ab912dfabfb7e5ac6dcbb3ee","size":14432,"noattachment":false,"key":"/native-dash/-/native-dash-1.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.14.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.14.0_1619991997053_0.6486581399247549"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:04.631Z","publish_time":1619991997247,"_cnpm_publish_time":1619991997247},"1.13.0":{"name":"native-dash","version":"1.13.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"668de12a17f6febc2605ddbff0bea245ce62aff6","_id":"native-dash@1.13.0","_nodeVersion":"15.5.0","_npmVersion":"7.10.0","dist":{"shasum":"8cb6067503eaf92fee69b748c6da0cbf5fa9b097","size":14352,"noattachment":false,"key":"/native-dash/-/native-dash-1.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.13.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.13.0_1619553175907_0.8393158990549368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:03.717Z","publish_time":1619553176063,"_cnpm_publish_time":1619553176063},"1.12.0":{"name":"native-dash","version":"1.12.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"5aaf7e3d649af5c9a7ab9d430e26e68d3c71ec0e","_id":"native-dash@1.12.0","_nodeVersion":"15.5.0","_npmVersion":"7.6.0","dist":{"shasum":"bddc4c864c234faeb6623ae1caec42812a3653ca","size":14294,"noattachment":false,"key":"/native-dash/-/native-dash-1.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.12.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.12.0_1618767812017_0.8317226708105807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:02.816Z","publish_time":1618767812235,"_cnpm_publish_time":1618767812235},"1.11.0":{"name":"native-dash","version":"1.11.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"597548820984b1448e48fd47eeb0ac3aedd63cc0","_id":"native-dash@1.11.0","_nodeVersion":"15.5.0","_npmVersion":"7.6.0","dist":{"shasum":"106772ab38d07e06c9c88b220b4df963636ce513","size":13900,"noattachment":false,"key":"/native-dash/-/native-dash-1.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.11.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.11.0_1617042390690_0.410960639841927"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:01.735Z","publish_time":1617042390897,"_cnpm_publish_time":1617042390897},"1.10.0":{"name":"native-dash","version":"1.10.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"c0584890c9b33da73a28fa9db956369f52df5a66","_id":"native-dash@1.10.0","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"ba9cf90a0b927705699bac335e92382a19b1e97e","size":13295,"noattachment":false,"key":"/native-dash/-/native-dash-1.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.10.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.10.0_1613343585203_0.7415271641735934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:46:00.818Z","publish_time":1613343585367,"_cnpm_publish_time":1613343585367},"1.9.0":{"name":"native-dash","version":"1.9.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"7e60f1fe5b3a3efa7493b21eac0bb2d99ad44fc3","_id":"native-dash@1.9.0","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"7f1f4dde0162e9e25da629b56754d5c077ddcb3c","size":13085,"noattachment":false,"key":"/native-dash/-/native-dash-1.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.9.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.9.0_1611094015604_0.4923184926485009"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:59.900Z","publish_time":1611094015769,"_cnpm_publish_time":1611094015769},"1.8.0":{"name":"native-dash","version":"1.8.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"fb6dd8ffe4925d948f6198ad3ba7eb41fbfddc52","_id":"native-dash@1.8.0","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"8d03720153d45f3d10b89c969a08720b611f0115","size":12669,"noattachment":false,"key":"/native-dash/-/native-dash-1.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.8.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.8.0_1611091351022_0.08230248010695007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:59.035Z","publish_time":1611091351202,"_cnpm_publish_time":1611091351202},"1.7.1":{"name":"native-dash","version":"1.7.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"ac5a5a127226785b2fbc7c3e5a482460dec4edbd","_id":"native-dash@1.7.1","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"bb28f7a30e44c1133e862b6fe2f950a52f3fb7ae","size":10887,"noattachment":false,"key":"/native-dash/-/native-dash-1.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.7.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.7.1_1610230319347_0.03549876548919806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:58.182Z","publish_time":1610230319489,"_cnpm_publish_time":1610230319489},"1.7.0":{"name":"native-dash","version":"1.7.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:rollup build:types","build:analyze":"ANALYZE=true yarn build","build:rollup":"node ./devops/build cjs es --min","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.1","@type-challenges/utils":"^0.1.1","@types/node":"12","@types/node-fetch":"^2.5.7","do-devops":"^0.5.5","husky":"^4.3.7","npm-run-all":"^4.1.5","rollup":"^2.36.1","rollup-plugin-analyzer":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3","uvu":"^0.5.1","watchlist":"^0.2.3"},"gitHead":"ee9ebd95eeac4111c19100066645848e03e283ac","_id":"native-dash@1.7.0","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"af4c4616d10737574f795457cc9966205b740501","size":10887,"noattachment":false,"key":"/native-dash/-/native-dash-1.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.7.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.7.0_1610171618026_0.3461864885687682"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:57.314Z","publish_time":1610171618138,"_cnpm_publish_time":1610171618138},"1.6.1":{"name":"native-dash","version":"1.6.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:closure build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@type-challenges/utils":"^0.1.1","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","npm-run-all":"^4.1.5","rollup":"^2.33.3","rollup-plugin-analyzer":"^3.3.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.4.0","watchlist":"^0.2.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"eaad3d09973a1ffc1b975fb6a215a4d65b9f6883","_id":"native-dash@1.6.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"460889b449de1591149ee5226de62af4befc5b73","size":8260,"noattachment":false,"key":"/native-dash/-/native-dash-1.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.6.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.6.1_1606077559493_0.33561448431755636"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:56.382Z","publish_time":1606077559659,"_cnpm_publish_time":1606077559659},"1.6.0":{"name":"native-dash","version":"1.6.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/*","autoindex":"yarn do autoindex","build":"run-s clean autoindex build:closure build:types","build:analyze":"ANALYZE=true yarn build","build:closure":"node ./devops/build cjs es --min --closure","build:lib":"node ./devops/build cjs es --min","build:types":"echo - Building types && tsc -P tsconfig.es.json --outDir dist/@types --declaration --emitDeclarationOnly","test":"yarn uvu tests -r ts-node/register","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@ampproject/rollup-plugin-closure-compiler":"^0.26.0","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-node-resolve":"^10.0.0","@type-challenges/utils":"^0.1.1","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","npm-run-all":"^4.1.5","rollup":"^2.33.3","rollup-plugin-analyzer":"^3.3.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.4.0","watchlist":"^0.2.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"10e801732af654a310e26db6f6e38c1700a06868","_id":"native-dash@1.6.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"bce4629780e7556550e382d28c172e3ff243bd65","size":67667,"noattachment":false,"key":"/native-dash/-/native-dash-1.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.6.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.6.0_1606076818287_0.4891881552150452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:55.460Z","publish_time":1606076818457,"_cnpm_publish_time":1606076818457},"1.5.1":{"name":"native-dash","version":"1.5.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests --ignore fixtures","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@type-challenges/utils":"^0.1.1","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","npm-run-all":"^4.1.5","rollup":"^2.32.1","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.4.0","watchlist":"^0.2.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"9cb1c3b33701a1dbd867c0a88103ae8aaf15a501","_id":"native-dash@1.5.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"3de1baeffa8872b9b1f5c85924d9c44b62423bfe","size":10045,"noattachment":false,"key":"/native-dash/-/native-dash-1.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.5.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.5.1_1605848457532_0.80654546326997"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:54.197Z","publish_time":1605848457701,"_cnpm_publish_time":1605848457701},"1.5.0":{"name":"native-dash","version":"1.5.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests --ignore fixtures","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@type-challenges/utils":"^0.1.1","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","npm-run-all":"^4.1.5","rollup":"^2.32.1","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.4.0","watchlist":"^0.2.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"ae4519bcc268c71b460d47a0d8d0ac3f8342c797","_id":"native-dash@1.5.0","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"d0523a918632d1f8fdc7d202eed0c8b7b2fb3dc0","size":10060,"noattachment":false,"key":"/native-dash/-/native-dash-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.5.0.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.5.0_1605478749448_0.9410771565634592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:53.327Z","publish_time":1605478749575,"_cnpm_publish_time":1605478749575},"1.4.1":{"name":"native-dash","version":"1.4.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests --ignore fixtures","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w","watch:test":"watchlist src tests -- yarn test"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@type-challenges/utils":"^0.1.1","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","npm-run-all":"^4.1.5","rollup":"^2.32.1","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.4.0","watchlist":"^0.2.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"863feb96ba3ae181714a798b61e1bee7b4dffb08","_id":"native-dash@1.4.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"2e47d905b5124fdae84cbc0ca81ffa90aaebd5c3","size":13235,"noattachment":false,"key":"/native-dash/-/native-dash-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.4.1.tgz"},"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.4.1_1605462469189_0.16984916482565837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:52.253Z","publish_time":1605462469361,"_cnpm_publish_time":1605462469361},"1.4.0":{"name":"native-dash","version":"1.4.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.15","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","jest":"^26.6.1","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.32.1","rollup-plugin-typescript2":"^0.28.0","ts-jest":"^26.4.1","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.3.4"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"70b5e3a28f80ac2dd4c6de209541e9ec4b9af69b","_id":"native-dash@1.4.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"84c24618bd7c7487544bb241b11d1b22ceb8c7ad","size":7795,"noattachment":false,"key":"/native-dash/-/native-dash-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.4.0.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.4.0_1603831084491_0.4085071084265186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:51.345Z","publish_time":1603831084685,"_cnpm_publish_time":1603831084685},"1.3.0":{"name":"native-dash","version":"1.3.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests","watch":"run-p watch:*","watch:autoindex":"yarn do autoindex -w","watch:es":"yarn tsc -P tsconfig.es.json -w","watch:cjs":"yarn tsc -P tsconfig.cjs.json -w"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.15","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.5.4","husky":"^4.3.0","jest":"^26.6.1","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.32.1","rollup-plugin-typescript2":"^0.28.0","ts-jest":"^26.4.1","ts-node":"^9.0.0","typescript":"^4.0.3","uvu":"^0.3.4"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"79a1b499d66ebd8cc1aed8152e092620fd91c17a","_id":"native-dash@1.3.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"shasum":"541394b04213ddf243953095db6bd72a4a3811b8","size":6534,"noattachment":false,"key":"/native-dash/-/native-dash-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.3.0.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.3.0_1603466743713_0.02348591514057774"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:50.477Z","publish_time":1603466743842,"_cnpm_publish_time":1603466743842},"1.2.7":{"name":"native-dash","version":"1.2.7","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","husky":"^4.2.5","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"husky":{"hooks":{"pre-merge-commit":"yarn build && yarn do validate TscFailure --error=release && yarn do validate TestingFailure --error=release && yarn do validate NpmVersion --error develop","pre-commit":"yarn do validate TscFailure --default warn --error develop && yarn do validate TestingFailure --error develop && yarn do validate NpmVersion --warn release,hotfix"}},"gitHead":"34d345b10d00114b2cdbc3f397f3fa2c964f894f","_id":"native-dash@1.2.7","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"3f944664a0762fef04c0444be9b14b23cac8d198","size":4747,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.7.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.7_1598196947129_0.1714333480157848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:49.611Z","publish_time":1598196947238,"_cnpm_publish_time":1598196947238},"1.2.6":{"name":"native-dash","version":"1.2.6","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"36f94f1f26adf6fc75eff0b1bd74e4fa89938134","_id":"native-dash@1.2.6","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"02575bb07493afcc3b9ae63a5820e9315ca49bfb","size":4585,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.6.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.6_1597379590786_0.6038493381964836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:48.735Z","publish_time":1597379590973,"_cnpm_publish_time":1597379590973},"1.2.5":{"name":"native-dash","version":"1.2.5","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"0e1239204a777a189372b270c7268b73612ad787","_id":"native-dash@1.2.5","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"d5a6e2ebbf154576f21e4a999d25e0c0194055a3","size":4581,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.5.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.5_1597379361603_0.56509493834123"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:47.851Z","publish_time":1597379361721,"_cnpm_publish_time":1597379361721},"1.2.4":{"name":"native-dash","version":"1.2.4","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"98e5a9969506ebeea70fe830cc66c9540be7e587","_id":"native-dash@1.2.4","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"1f8f6e3d091a05653353542943bd8c5829d99be7","size":4581,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.4.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.4_1597368805592_0.7177193162942386"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:46.979Z","publish_time":1597368805727,"_cnpm_publish_time":1597368805727},"1.2.3":{"name":"native-dash","version":"1.2.3","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"6a0ccc56b374056291159c0cd8be058a7d4a476c","_id":"native-dash@1.2.3","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"667e730c2b1f281a8764fffc78d8a5bc67adf015","size":4550,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.3.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.3_1597356146721_0.2489136411907329"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:45.884Z","publish_time":1597356146821,"_cnpm_publish_time":1597356146821},"1.2.2":{"name":"native-dash","version":"1.2.2","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"04f7b0dbf5c61550cce4d981c9c8ca558938f7d5","_id":"native-dash@1.2.2","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"f05743bb989fa34bc8ec861a957be7a3c12fde53","size":4552,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.2.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.2_1597356014926_0.564068936138163"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:45.005Z","publish_time":1597356015031,"_cnpm_publish_time":1597356015031},"1.2.1":{"name":"native-dash","version":"1.2.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/@types/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"01c272c481fac1220206eff1f61c9864696864a0","_id":"native-dash@1.2.1","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"97bc12d5b1e6104d30218ea95d38fe96e9a243c8","size":4522,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.1.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.1_1597355017011_0.6465181143234437"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:44.075Z","publish_time":1597355017148,"_cnpm_publish_time":1597355017148},"1.2.0":{"name":"native-dash","version":"1.2.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/es/index.d.ts","scripts":{"clean":"rimraf dist/es dist/cjs dist/@types","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"uvu -r ts-node/register tests"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@rollup/plugin-node-resolve":"^9.0.0","@types/jest":"^26.0.4","@types/node":"12.0.0","@types/node-fetch":"^2.5.7","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","rollup":"^2.24.0","rollup-plugin-typescript2":"^0.27.2","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^4.0.1-rc","uvu":"^0.3.3"},"gitHead":"1c8b32067a45d073a49cec1b6e76631c19bbd75d","_id":"native-dash@1.2.0","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"e1d174e8a1a21de18c6bfdec53db06aa146d22ba","size":4520,"noattachment":false,"key":"/native-dash/-/native-dash-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.2.0.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.2.0_1597354781687_0.5640419271267514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:43.201Z","publish_time":1597354781820,"_cnpm_publish_time":1597354781820},"1.1.1":{"name":"native-dash","version":"1.1.1","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/es/index.d.ts","scripts":{"clean":"rimraf dist","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@types/jest":"^26.0.4","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^3.9.6"},"gitHead":"153f6b6e1d1e2e312964d1839ae8c08a32afe0be","_id":"native-dash@1.1.1","_nodeVersion":"13.14.0","_npmVersion":"6.14.7","dist":{"shasum":"7b19fe68b0f4c0774e2cef827d4795f93c1fbded","size":6434,"noattachment":false,"key":"/native-dash/-/native-dash-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.1.1.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.1.1_1596842801902_0.7250866407642158"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:42.311Z","publish_time":1596842802039,"_cnpm_publish_time":1596842802039},"1.1.0":{"name":"native-dash","version":"1.1.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/es/index.d.ts","scripts":{"clean":"rimraf dist","build":"run-s clean autoindex build:es build:cjs","autoindex":"yarn do autoindex","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@types/jest":"^26.0.4","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^3.9.6"},"gitHead":"3e415de258855c97f0adc182b1044a09c5dd1693","_id":"native-dash@1.1.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"5e45051830ea3194041377ba4cc56da3d5b18f83","size":6399,"noattachment":false,"key":"/native-dash/-/native-dash-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.1.0.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.1.0_1596739610262_0.8490210444410662"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:41.357Z","publish_time":1596739610458,"_cnpm_publish_time":1596739610458},"1.0.0":{"name":"native-dash","version":"1.0.0","description":"a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.","main":"dist/cjs/index.js","module":"dist/es/index.js","typings":"dist/es/index.d.ts","scripts":{"autoindex":"yarn do autoindex","clean":"rimraf dist","build":"run-s clean build:es build:cjs","build:es":"tsc -P tsconfig.es.json","build:cjs":"tsc -P tsconfig.cjs.json","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Ken Snyder","email":"ken@ken.net"},"license":"MIT","dependencies":{},"devDependencies":{"@types/jest":"^26.0.4","do-devops":"^0.3.20","jest":"^26.1.0","jest-extended":"^0.11.5","npm-run-all":"^4.1.5","ts-jest":"^26.1.1","ts-node":"^8.10.2","typescript":"^3.9.6"},"gitHead":"529b4aec9b9dbbf9ea9317d6f37b044de943d453","_id":"native-dash@1.0.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.6","dist":{"shasum":"28129a1a713a061bd1603819ea82832612b0f696","size":5093,"noattachment":false,"key":"/native-dash/-/native-dash-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/native-dash/download/native-dash-1.0.0.tgz"},"maintainers":[{"name":"ksnyde","email":"ken+oss@ken.net"}],"_npmUser":{"name":"ksnyde","email":"ken@ken.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/native-dash_1.0.0_1594347794555_0.8687572878875094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T19:45:40.353Z","publish_time":1594347794718,"_cnpm_publish_time":1594347794718}},"readme":"# `native-dash`\n\nA bunch of utility functions using just pure JS. Originally intended to replace Lodash back when there were CJS/ES problems but now just a different footprint in terms of coverage. All functions are available in CJS and ESM.\n","_attachments":{},"homepage":"https://github.com/yankeeinlondon/native-dash#readme","bugs":{"url":"https://github.com/yankeeinlondon/native-dash/issues"},"license":"MIT"}