{"_id":"@peculiar/webcrypto","_rev":"3549203","name":"@peculiar/webcrypto","description":"A WebCrypto Polyfill for NodeJS","dist-tags":{"latest":"1.5.0"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"time":{"modified":"2024-09-19T02:39:06.000Z","created":"2019-01-25T14:31:16.590Z","1.5.0":"2024-05-28T20:26:02.297Z","1.4.6":"2024-03-29T12:51:00.434Z","1.4.5":"2024-01-22T23:51:48.817Z","1.4.4":"2024-01-16T20:48:30.100Z","1.4.3":"2023-03-24T12:32:28.766Z","1.4.2":"2023-03-21T19:13:41.713Z","1.4.1":"2022-11-02T10:30:25.024Z","1.4.0":"2022-05-12T12:01:01.687Z","1.3.3":"2022-03-25T07:42:16.864Z","1.3.2":"2022-03-07T22:00:43.091Z","1.3.1":"2022-03-02T18:41:41.102Z","1.3.0":"2022-02-24T20:52:29.106Z","1.2.3":"2021-11-24T09:22:24.829Z","1.2.2":"2021-11-10T00:31:47.237Z","1.2.1":"2021-11-10T00:02:25.323Z","1.2.0":"2021-10-26T10:00:03.616Z","1.1.7":"2021-05-10T19:42:13.554Z","1.1.6":"2021-02-04T20:26:46.182Z","1.1.5":"2021-02-01T14:17:53.142Z","1.1.4":"2020-11-25T10:46:19.645Z","1.1.3":"2020-08-10T11:16:41.323Z","1.1.2":"2020-07-17T10:13:19.410Z","1.1.1":"2020-05-08T07:40:39.782Z","1.1.0":"2020-05-07T09:41:13.203Z","1.0.29":"2020-04-18T20:18:04.227Z","1.0.28":"2020-04-18T19:52:21.402Z","1.0.27":"2020-04-06T12:32:47.480Z","1.0.26":"2020-03-23T08:07:28.776Z","1.0.25":"2020-03-15T09:45:31.103Z","1.0.24":"2020-03-15T09:43:56.231Z","1.0.23":"2020-03-06T10:39:40.869Z","1.0.22":"2019-12-16T13:28:53.864Z","1.0.21":"2019-10-12T07:37:22.119Z","1.0.20":"2019-10-12T07:34:21.849Z","1.0.19":"2019-09-04T06:24:53.145Z","1.0.18":"2019-09-04T05:50:30.207Z","1.0.17":"2019-09-04T05:48:44.794Z","1.0.16":"2019-08-26T20:48:48.235Z","1.0.15":"2019-08-24T23:17:30.787Z","1.0.14":"2019-08-20T09:23:44.864Z","1.0.13":"2019-08-20T08:51:12.671Z","1.0.12":"2019-05-26T08:46:19.044Z","1.0.11":"2019-05-22T19:23:19.151Z","1.0.10":"2019-05-03T14:14:27.765Z","1.0.9":"2019-03-28T13:32:06.880Z","1.0.8":"2019-03-07T00:18:21.951Z","1.0.7":"2019-03-02T21:22:39.012Z","1.0.6":"2019-03-02T07:27:14.836Z","1.0.5":"2019-02-19T09:42:04.144Z","1.0.4":"2019-02-17T07:36:15.887Z","1.0.3":"2019-02-15T22:44:56.856Z","1.0.2":"2019-02-14T11:08:14.404Z","1.0.1":"2019-01-25T14:31:16.590Z"},"users":{},"author":{"name":"PeculiarVentures"},"repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"versions":{"1.5.0":{"name":"@peculiar/webcrypto","version":"1.5.0","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","react-native":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.6","@types/node":"^20.12.12","@typescript-eslint/eslint-plugin":"^7.10.0","@typescript-eslint/parser":"^7.10.0","eslint":"^8.57.0","eslint-plugin-import":"^2.29.1","mocha":"^10.4.0","rimraf":"^5.0.7","rollup":"^4.17.2","rollup-plugin-typescript2":"^0.36.0","ts-node":"^10.9.2","typescript":"^5.4.5"},"dependencies":{"@peculiar/asn1-schema":"^2.3.8","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.5","tslib":"^2.6.2","webcrypto-core":"^1.8.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"_id":"@peculiar/webcrypto@1.5.0","gitHead":"919c67e3d578d06916e3f57a070d3ad5ebef19d5","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"shasum":"9e57174c02c1291051c553600347e12b81469e10","size":24539,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.5.0.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.5.0_1716927962098_0.6801091560138657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-28T20:26:02.297Z","publish_time":1716927962297,"_source_registry_name":"default","_cnpm_publish_time":1716927962297},"1.4.6":{"name":"@peculiar/webcrypto","version":"1.4.6","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.6","@types/node":"^20.11.30","@typescript-eslint/eslint-plugin":"^7.4.0","@typescript-eslint/parser":"^7.4.0","eslint":"^8.57.0","eslint-plugin-import":"^2.29.1","mocha":"^10.4.0","rimraf":"^5.0.5","rollup":"^4.13.2","rollup-plugin-typescript2":"^0.36.0","ts-node":"^10.9.2","typescript":"^5.4.3"},"dependencies":{"@peculiar/asn1-schema":"^2.3.8","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.5","tslib":"^2.6.2","webcrypto-core":"^1.7.9"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"_id":"@peculiar/webcrypto@1.4.6","gitHead":"b26d67e0fdb47ce2f602316bbc81d9bc66024522","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"shasum":"607af294c4f205efeeb172aa32cb20024fe4aecf","size":22759,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.6.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.6_1711716660252_0.9754722525341806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-29T12:51:00.434Z","publish_time":1711716660434,"_source_registry_name":"default","_cnpm_publish_time":1711716660434},"1.4.5":{"name":"@peculiar/webcrypto","version":"1.4.5","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.6","@types/node":"^20.11.4","@typescript-eslint/eslint-plugin":"^6.19.0","@typescript-eslint/parser":"^6.19.0","eslint":"^8.56.0","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","rimraf":"^5.0.5","rollup":"^4.9.5","rollup-plugin-typescript2":"^0.36.0","ts-node":"^10.9.2","typescript":"^5.3.3"},"dependencies":{"@peculiar/asn1-schema":"^2.3.8","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.5","tslib":"^2.6.2","webcrypto-core":"^1.7.8"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"_id":"@peculiar/webcrypto@1.4.5","gitHead":"e95c128688329c3dee949cf24ef3f8505dd30d0f","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"424bed6b0d133b772f5cbffd143d0468a90f40a0","size":22740,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.5.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.5_1705967508627_0.4501586620369975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-22T23:51:48.817Z","publish_time":1705967508817,"_source_registry_name":"default","_cnpm_publish_time":1705967508817},"1.4.4":{"name":"@peculiar/webcrypto","version":"1.4.4","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.6","@types/node":"^20.11.4","@typescript-eslint/eslint-plugin":"^6.19.0","@typescript-eslint/parser":"^6.19.0","eslint":"^8.56.0","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","rimraf":"^5.0.5","rollup":"^4.9.5","rollup-plugin-typescript2":"^0.36.0","ts-node":"^10.9.2","typescript":"^5.3.3"},"dependencies":{"@peculiar/asn1-schema":"^2.3.8","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.5","tslib":"^2.6.2","webcrypto-core":"^1.7.7"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"_id":"@peculiar/webcrypto@1.4.4","gitHead":"9dfd7153c65f3211a3f0c2221190fac68c78983b","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"3f529abca96c8d78cecfd39ddec2148c5df3f8ac","size":22741,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.4.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.4_1705438109922_0.2724768933162913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-16T20:48:30.100Z","publish_time":1705438110100,"_source_registry_name":"default","_cnpm_publish_time":1705438110100},"1.4.3":{"name":"@peculiar/webcrypto","version":"1.4.3","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.1","@types/node":"^18.15.5","@typescript-eslint/eslint-plugin":"^5.56.0","@typescript-eslint/parser":"^5.56.0","eslint":"^8.36.0","eslint-plugin-import":"^2.27.5","mocha":"^10.2.0","rimraf":"^4.4.0","rollup":"^3.20.0","rollup-plugin-typescript2":"^0.34.1","ts-node":"^10.9.1","typescript":"^5.0.2"},"dependencies":{"@peculiar/asn1-schema":"^2.3.6","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.2","tslib":"^2.5.0","webcrypto-core":"^1.7.7"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"49f7b850325720a3b6275c4639b6d85ca1fa96e9","_id":"@peculiar/webcrypto@1.4.3","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"shasum":"078b3e8f598e847b78683dc3ba65feb5029b93a7","size":22610,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.3.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.3_1679661148555_0.7912701988604758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-24T12:32:28.766Z","publish_time":1679661148766,"_cnpm_publish_time":1679661148766},"1.4.2":{"name":"@peculiar/webcrypto","version":"1.4.2","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.1","@types/node":"^18.15.5","@typescript-eslint/eslint-plugin":"^5.56.0","@typescript-eslint/parser":"^5.56.0","eslint":"^8.36.0","eslint-plugin-import":"^2.27.5","mocha":"^10.2.0","rimraf":"^4.4.0","rollup":"^3.20.0","rollup-plugin-typescript2":"^0.34.1","ts-node":"^10.9.1","typescript":"^5.0.2"},"dependencies":{"@peculiar/asn1-schema":"^2.3.6","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.2","tslib":"^2.5.0","webcrypto-core":"^1.7.7"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"3e22e86bef8679e105a86449d2b7b90fa1ffab9b","_id":"@peculiar/webcrypto@1.4.2","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"shasum":"66d70ee476608fa45ebd60af0aa3c69640d0d85a","size":22603,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.2.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.2_1679426021538_0.8293600399372014"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-21T19:13:41.713Z","publish_time":1679426021713,"_cnpm_publish_time":1679426021713},"1.4.1":{"name":"@peculiar/webcrypto","version":"1.4.1","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^10.0.0","@types/node":"^18.11.9","@typescript-eslint/eslint-plugin":"^5.42.0","@typescript-eslint/parser":"^5.42.0","coveralls":"^3.1.1","eslint":"^8.26.0","eslint-plugin-import":"^2.26.0","mocha":"^10.1.0","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^3.2.5","rollup-plugin-typescript2":"^0.34.1","ts-node":"^10.9.1","typescript":"^4.8.4"},"dependencies":{"@peculiar/asn1-schema":"^2.3.0","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.2","tslib":"^2.4.1","webcrypto-core":"^1.7.4"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"cae65e28585bac6bb117cc3506b58ee82f2c3d3a","_id":"@peculiar/webcrypto@1.4.1","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"shasum":"821493bd5ad0f05939bd5f53b28536f68158360a","size":22673,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.1.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.1_1667385024842_0.3518316511819377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-02T11:07:56.204Z","publish_time":1667385025024,"_cnpm_publish_time":1667385025024},"1.4.0":{"name":"@peculiar/webcrypto","version":"1.4.0","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.1.1","@types/node":"^17.0.32","@typescript-eslint/eslint-plugin":"^5.23.0","@typescript-eslint/parser":"^5.23.0","coveralls":"^3.1.1","eslint":"^8.15.0","eslint-plugin-import":"^2.26.0","mocha":"^10.0.0","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.72.1","rollup-plugin-typescript2":"^0.31.2","ts-node":"^10.7.0","typescript":"^4.6.4"},"dependencies":{"@peculiar/asn1-schema":"^2.1.6","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.3.2","tslib":"^2.4.0","webcrypto-core":"^1.7.4"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"6b304aedf4920f0dfe6bb6504648d1e17948e195","_id":"@peculiar/webcrypto@1.4.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"f941bd95285a0f8a3d2af39ccda5197b80cd32bf","size":22830,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.4.0.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.4.0_1652356861521_0.005379334549009185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-12T14:51:12.131Z","publish_time":1652356861687,"_cnpm_publish_time":1652356861687},"1.3.3":{"name":"@peculiar/webcrypto","version":"1.3.3","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.1.0","@types/node":"^17.0.23","@typescript-eslint/eslint-plugin":"^5.14.0","@typescript-eslint/parser":"^5.14.0","coveralls":"^3.1.1","eslint":"^8.11.0","eslint-plugin-import":"^2.25.4","mocha":"^9.2.2","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.70.1","rollup-plugin-typescript2":"^0.31.2","ts-node":"^10.7.0","typescript":"^4.6.3"},"dependencies":{"@peculiar/asn1-schema":"^2.1.0","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.2","tslib":"^2.3.1","webcrypto-core":"^1.7.2"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"75d4f9a453b66e527cfe9c266727abd05d446394","_id":"@peculiar/webcrypto@1.3.3","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"ccca15d27d64a63df013e6575834563aa5df0dbc","size":22228,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.3.3.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.3.3_1648194136684_0.2449252889968916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-25T07:43:56.861Z","publish_time":1648194136864,"_cnpm_publish_time":1648194136864},"1.3.2":{"name":"@peculiar/webcrypto","version":"1.3.2","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.1.0","@types/node":"^17.0.21","@typescript-eslint/eslint-plugin":"^5.14.0","@typescript-eslint/parser":"^5.14.0","coveralls":"^3.1.1","eslint":"^8.10.0","eslint-plugin-import":"^2.25.4","mocha":"^9.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.70.0","rollup-plugin-typescript2":"^0.31.2","ts-node":"^10.7.0","typescript":"^4.6.2"},"dependencies":{"@peculiar/asn1-schema":"^2.0.44","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.2","tslib":"^2.3.1","webcrypto-core":"^1.7.1"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"becdb5e25b140fa8a8cbca5f6b18236f5b8825c6","_id":"@peculiar/webcrypto@1.3.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"8ea98f1410068cf7da0c7e74758a21caa26caf8d","size":22227,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.3.2.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.3.2_1646690442940_0.6143632209785761"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-07T22:00:49.229Z","publish_time":1646690443091,"_cnpm_publish_time":1646690443091},"1.3.1":{"name":"@peculiar/webcrypto","version":"1.3.1","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"rollup -c","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.1.0","@types/node":"^17.0.21","@typescript-eslint/eslint-plugin":"^5.13.0","@typescript-eslint/parser":"^5.13.0","coveralls":"^3.1.1","eslint":"^8.10.0","eslint-plugin-import":"^2.25.4","mocha":"^9.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.69.0","rollup-plugin-typescript2":"^0.31.2","ts-node":"^10.6.0","typescript":"^4.6.2"},"dependencies":{"@peculiar/asn1-schema":"^2.0.44","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.2","tslib":"^2.3.1","webcrypto-core":"^1.6.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"b6008797e97c2b4d56e1bd6c4ffb97856d71f32c","_id":"@peculiar/webcrypto@1.3.1","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"cd152b5d41841b4296983425fbeb9defb085bb0a","size":22225,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.3.1.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.3.1_1646246500962_0.937216451513381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-02T18:41:49.230Z","publish_time":1646246501102,"_cnpm_publish_time":1646246501102},"1.3.0":{"name":"@peculiar/webcrypto","version":"1.3.0","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448","shake128","shake256"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.1.0","@types/node":"^16.11.10","@typescript-eslint/eslint-plugin":"^5.12.1","@typescript-eslint/parser":"^5.12.1","coveralls":"^3.1.1","eslint":"^8.9.0","eslint-plugin-import":"^2.25.4","mocha":"^9.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.68.0","rollup-plugin-typescript2":"^0.31.2","ts-node":"^10.5.0","typescript":"^4.5.5"},"dependencies":{"@peculiar/asn1-schema":"^2.0.44","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.1","tslib":"^2.3.1","webcrypto-core":"^1.4.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"88c2bf23dec5333cbc429f2d08a1a7cb8789ee28","_id":"@peculiar/webcrypto@1.3.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"9b597b90470afdb566040e703e6aaaf704d9be7c","size":22335,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.3.0.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.3.0_1645735948912_0.3827854859655031"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T20:55:36.741Z","publish_time":1645735949106,"_cnpm_publish_time":1645735949106},"1.2.3":{"name":"@peculiar/webcrypto","version":"1.2.3","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.0.0","@types/node":"^16.11.10","@typescript-eslint/eslint-plugin":"^5.4.0","@typescript-eslint/parser":"^5.4.0","coveralls":"^3.1.1","eslint":"^8.3.0","eslint-plugin-import":"^2.25.3","mocha":"^9.1.3","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.60.1","rollup-plugin-typescript2":"^0.31.1","ts-node":"^10.4.0","typescript":"^4.5.2"},"dependencies":{"@peculiar/asn1-schema":"^2.0.44","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.1","tslib":"^2.3.1","webcrypto-core":"^1.4.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"e14e507276728eff93648444732d181342d065aa","_id":"@peculiar/webcrypto@1.2.3","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"79268ef0a8068bed2a40fc33bc68b4d3546fe2cc","size":22164,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.2.3.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.2.3_1637745744671_0.7950757215622568"},"_hasShrinkwrap":false,"publish_time":1637745744829,"_cnpm_publish_time":1637745744829,"_cnpmcore_publish_time":"2021-12-16T12:03:41.021Z"},"1.2.2":{"name":"@peculiar/webcrypto","version":"1.2.2","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.0.0","@types/node":"^16.11.4","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","coveralls":"^3.1.1","eslint":"^8.1.0","eslint-plugin-import":"^2.25.2","mocha":"^9.1.3","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.58.1","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.4.0","typescript":"^4.4.4"},"dependencies":{"@peculiar/asn1-schema":"^2.0.38","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.1","tslib":"^2.3.1","webcrypto-core":"^1.3.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"a1760f21e2e190f4762e51bf9af97772cd02b134","_id":"@peculiar/webcrypto@1.2.2","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"bc0532c26191fbb100099b67996f797c170a013a","size":22161,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.2.2.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.2.2_1636504307036_0.7718248909050747"},"_hasShrinkwrap":false,"publish_time":1636504307237,"_cnpm_publish_time":1636504307237,"_cnpmcore_publish_time":"2021-12-16T12:03:41.324Z"},"1.2.1":{"name":"@peculiar/webcrypto","version":"1.2.1","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.0.0","@types/node":"^16.11.4","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","coveralls":"^3.1.1","eslint":"^8.1.0","eslint-plugin-import":"^2.25.2","mocha":"^9.1.3","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.58.1","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.4.0","typescript":"^4.4.4"},"dependencies":{"@peculiar/asn1-schema":"^2.0.38","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.1","tslib":"^2.3.1","webcrypto-core":"^1.3.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"7d6401b210638ea822f061e373e4e949d8675119","_id":"@peculiar/webcrypto@1.2.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"87bcbaf702f15ff1b19bd4a5f5a7a3e47d841a44","size":22123,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.2.1.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.2.1_1636502545074_0.43150295113585724"},"_hasShrinkwrap":false,"publish_time":1636502545323,"_cnpm_publish_time":1636502545323,"_cnpmcore_publish_time":"2021-12-16T12:03:41.521Z"},"1.2.0":{"name":"@peculiar/webcrypto","version":"1.2.0","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^9.0.0","@types/node":"^16.11.4","@typescript-eslint/eslint-plugin":"^5.2.0","@typescript-eslint/parser":"^5.2.0","coveralls":"^3.1.1","eslint":"^8.1.0","eslint-plugin-import":"^2.25.2","mocha":"^9.1.3","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.58.1","rollup-plugin-typescript2":"^0.30.0","ts-node":"^10.4.0","typescript":"^4.4.4"},"dependencies":{"@peculiar/asn1-schema":"^2.0.38","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.2.1","tslib":"^2.3.1","webcrypto-core":"^1.3.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"9fab59c4dc0b25ec34c1d6cf20a9d3770b10d9ee","_id":"@peculiar/webcrypto@1.2.0","_nodeVersion":"14.15.4","_npmVersion":"7.5.3","dist":{"shasum":"e1375ba60e0e5e53e67290f917d77bf813ef5ade","size":22488,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.2.0.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.2.0_1635242403482_0.873027706701482"},"_hasShrinkwrap":false,"publish_time":1635242403616,"_cnpm_publish_time":1635242403616,"_cnpmcore_publish_time":"2021-12-16T12:03:42.080Z"},"1.1.7":{"name":"@peculiar/webcrypto","version":"1.1.7","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2021, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^8.2.2","@types/node":"^14.14.44","@typescript-eslint/eslint-plugin":"^4.23.0","@typescript-eslint/parser":"^4.23.0","coveralls":"^3.1.0","eslint":"^7.26.0","eslint-plugin-import":"^2.22.1","mocha":"^8.4.0","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.47.0","rollup-plugin-typescript2":"^0.30.0","ts-node":"^9.1.1","typescript":"^4.2.4"},"dependencies":{"@peculiar/asn1-schema":"^2.0.32","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.1.6","tslib":"^2.2.0","webcrypto-core":"^1.2.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"012a63f17f3e67e91219ecb8a4eeee2c7d81dc0c","_id":"@peculiar/webcrypto@1.1.7","_nodeVersion":"14.15.4","_npmVersion":"7.5.3","dist":{"shasum":"ff02008612e67ab7cc2a92fce04a7f0e2a04b71c","size":22296,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.7.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.7_1620675733179_0.3435740395261595"},"_hasShrinkwrap":false,"publish_time":1620675733554,"_cnpm_publish_time":1620675733554,"_cnpmcore_publish_time":"2021-12-16T12:03:42.404Z"},"1.1.6":{"name":"@peculiar/webcrypto","version":"1.1.6","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2","eddsa","x25519","ed25519","x448","ed448"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^8.2.0","@types/node":"^14.14.22","@typescript-eslint/eslint-plugin":"^4.14.2","@typescript-eslint/parser":"^4.14.2","coveralls":"^3.1.0","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","mocha":"^8.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.38.4","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3"},"dependencies":{"@peculiar/asn1-schema":"^2.0.27","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.1.2","tslib":"^2.1.0","webcrypto-core":"^1.2.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"7a3f11f3fd7df282084ce377d4be2e3b8b7ac118","_id":"@peculiar/webcrypto@1.1.6","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"484bb58be07149e19e873861b585b0d5e4f83b7b","size":22235,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.6.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.6_1612470406069_0.43148821820857"},"_hasShrinkwrap":false,"publish_time":1612470406182,"_cnpm_publish_time":1612470406182,"_cnpmcore_publish_time":"2021-12-16T12:03:42.676Z"},"1.1.5":{"name":"@peculiar/webcrypto","version":"1.1.5","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^8.2.0","@types/node":"^12.19.12","@typescript-eslint/eslint-plugin":"^4.12.0","@typescript-eslint/parser":"^4.12.0","coveralls":"^3.1.0","eslint":"^7.17.0","eslint-plugin-import":"^2.22.1","mocha":"^8.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.36.1","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.1.1","typescript":"^4.1.3"},"dependencies":{"@peculiar/asn1-schema":"^2.0.27","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.1.1","tslib":"^2.1.0","webcrypto-core":"^1.1.10"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"d1f5cbfb63d41ff7dcb2bf9d6ab5d2530cb7a222","_id":"@peculiar/webcrypto@1.1.5","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"d1ef11bccaae2a5c7ab170a7082b65702c2d2283","size":20567,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.5.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.5_1612189073030_0.7332236927540576"},"_hasShrinkwrap":false,"publish_time":1612189073142,"_cnpm_publish_time":1612189073142,"_cnpmcore_publish_time":"2021-12-16T12:03:42.999Z"},"1.1.4":{"name":"@peculiar/webcrypto","version":"1.1.4","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@types/mocha":"^8.0.4","@types/node":"^12.19.7","@typescript-eslint/eslint-plugin":"^4.8.2","@typescript-eslint/parser":"^4.8.2","coveralls":"^3.1.0","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","mocha":"^8.2.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.33.3","rollup-plugin-typescript2":"^0.29.0","ts-node":"^9.0.0","typescript":"^3.9.7"},"dependencies":{"@peculiar/asn1-schema":"^2.0.26","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.1.1","tslib":"^2.0.3","webcrypto-core":"^1.1.8"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["lcov","text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"75fb5c4b13925f56e08a113fa314e76f18eae832","_id":"@peculiar/webcrypto@1.1.4","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"cbbe2195e5e6f879780bdac9a66bcbaca75c483c","size":20243,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.4.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.4_1606301178971_0.979654834501059"},"_hasShrinkwrap":false,"publish_time":1606301179645,"_cnpm_publish_time":1606301179645,"_cnpmcore_publish_time":"2021-12-16T12:03:43.187Z"},"1.1.3":{"name":"@peculiar/webcrypto","version":"1.1.3","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@types/mocha":"^8.0.1","@types/node":"^12.12.54","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","coveralls":"^3.1.0","eslint":"^6.8.0","eslint-plugin-import":"^2.22.0","mocha":"^8.1.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.23.1","rollup-plugin-typescript2":"^0.27.2","ts-node":"^8.10.2","typescript":"^3.9.7"},"dependencies":{"@peculiar/asn1-schema":"^2.0.13","@peculiar/json-schema":"^1.1.12","pvtsutils":"^1.0.11","tslib":"^2.0.1","webcrypto-core":"^1.1.6"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"47976a9b35fcdbb42e045cb3ba5b9626bed620a5","_id":"@peculiar/webcrypto@1.1.3","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"54301b4cfa22e9d879fd8d460528fa44a1548119","size":20224,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.3.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.3_1597058201138_0.3853936909913398"},"_hasShrinkwrap":false,"publish_time":1597058201323,"_cnpm_publish_time":1597058201323,"_cnpmcore_publish_time":"2021-12-16T12:03:43.436Z"},"1.1.2":{"name":"@peculiar/webcrypto","version":"1.1.2","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@types/mocha":"^8.0.0","@types/node":"^12.12.50","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","coveralls":"^3.1.0","eslint":"^6.8.0","eslint-plugin-import":"^2.22.0","mocha":"^8.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.21.0","rollup-plugin-typescript2":"^0.27.1","ts-node":"^8.10.2","typescript":"^3.9.7"},"dependencies":{"@peculiar/asn1-schema":"^2.0.8","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^2.0.0","webcrypto-core":"^1.1.2"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"045353e9ec95e32c00f302328f14636d9deaee9e","_id":"@peculiar/webcrypto@1.1.2","_nodeVersion":"12.16.3","_npmVersion":"6.14.6","dist":{"shasum":"3114da877ddd9d2d0be10188371e15855aa71368","size":20253,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.2.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.2_1594980799299_0.6437766978344706"},"_hasShrinkwrap":false,"publish_time":1594980799410,"_cnpm_publish_time":1594980799410,"_cnpmcore_publish_time":"2021-12-16T12:03:43.648Z"},"1.1.1":{"name":"@peculiar/webcrypto","version":"1.1.1","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@types/mocha":"^7.0.2","@types/node":"^12.12.38","@typescript-eslint/eslint-plugin":"^2.31.0","@typescript-eslint/parser":"^2.31.0","coveralls":"^3.1.0","eslint":"^6.8.0","eslint-plugin-import":"^2.20.2","mocha":"^7.1.2","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.8.2","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.10.1","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^2.0.3","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^1.11.2","webcrypto-core":"^1.1.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"37d61f28ed54c52720854d42150880792edfd40c","_id":"@peculiar/webcrypto@1.1.1","_nodeVersion":"12.13.1","_npmVersion":"6.14.5","dist":{"shasum":"4c7498e4861878e299ef058bce1208a4d063d0ff","size":20248,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.1.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.1_1588923639673_0.8569347540145709"},"_hasShrinkwrap":false,"publish_time":1588923639782,"_cnpm_publish_time":1588923639782,"_cnpmcore_publish_time":"2021-12-16T12:03:44.693Z"},"1.1.0":{"name":"@peculiar/webcrypto","version":"1.1.0","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@types/mocha":"^7.0.2","@types/node":"^12.12.38","@typescript-eslint/eslint-plugin":"^2.31.0","@typescript-eslint/parser":"^2.31.0","coveralls":"^3.1.0","eslint":"^6.8.0","eslint-plugin-import":"^2.20.2","mocha":"^7.1.2","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.8.2","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.10.1","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^2.0.1","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^1.11.2","webcrypto-core":"^1.1.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"51269b930e108e76cf9161f8be49d16bae16eaf5","_id":"@peculiar/webcrypto@1.1.0","_nodeVersion":"12.13.1","_npmVersion":"6.14.5","dist":{"shasum":"19ffe0d040984acc79cbda8e3f49a285b5d0ebfd","size":20247,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.1.0.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.1.0_1588844473071_0.8845050020019112"},"_hasShrinkwrap":false,"publish_time":1588844473203,"_cnpm_publish_time":1588844473203,"_cnpmcore_publish_time":"2021-12-16T12:03:44.976Z"},"1.0.29":{"name":"@peculiar/webcrypto","version":"1.0.29","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.3","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@typescript-eslint/eslint-plugin":"^2.28.0","@typescript-eslint/parser":"^2.28.0","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-plugin-import":"^2.20.2","mocha":"^7.1.1","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.6.1","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.8.2","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.1.2","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.20"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"a46c65bc10bd43f18286f20a27a5fc33b851039d","_id":"@peculiar/webcrypto@1.0.29","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"ec3f866e1eae53687d5c6a12c2522fff196dd939","size":20251,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.29.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.29.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.29_1587241084108_0.24442382672825835"},"_hasShrinkwrap":false,"publish_time":1587241084227,"_cnpm_publish_time":1587241084227,"_cnpmcore_publish_time":"2021-12-16T12:03:45.211Z"},"1.0.28":{"name":"@peculiar/webcrypto","version":"1.0.28","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.3","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@typescript-eslint/eslint-plugin":"^2.28.0","@typescript-eslint/parser":"^2.28.0","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-plugin-import":"^2.20.2","mocha":"^7.1.1","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.6.1","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.8.2","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.1.2","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.20"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"e24525f71d3257ef71b4f25d1aaf1a3d5ac0150e","_id":"@peculiar/webcrypto@1.0.28","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"2083c46b15cd68a723ef58cdc8b3cfc922fa85e1","size":20235,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.28.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.28.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.28_1587239541263_0.7392608742018953"},"_hasShrinkwrap":false,"publish_time":1587239541402,"_cnpm_publish_time":1587239541402,"_cnpmcore_publish_time":"2021-12-16T12:03:45.494Z"},"1.0.27":{"name":"@peculiar/webcrypto","version":"1.0.27","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.1","@types/mocha":"^7.0.2","@types/node":"^12.12.34","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-plugin-import":"^2.20.2","mocha":"^7.1.1","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.8.2","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.5","@peculiar/json-schema":"^1.1.10","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.19-next.0"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"spec":"test/**/*.ts"},"gitHead":"67004b9093edfe9131b9daf843c1b14fcefd4e2f","_id":"@peculiar/webcrypto@1.0.27","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"f32c58656267c8f8419a6b574322573a1b83a683","size":20231,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.27.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.27.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.27_1586176367241_0.37272522956276477"},"_hasShrinkwrap":false,"publish_time":1586176367480,"_cnpm_publish_time":1586176367480,"_cnpmcore_publish_time":"2021-12-16T12:03:45.833Z"},"1.0.26":{"name":"@peculiar/webcrypto","version":"1.0.26","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@peculiar/webcrypto-test":"^1.0.1","@types/mocha":"^7.0.2","@types/node":"^12.12.30","@typescript-eslint/eslint-plugin":"^2.24.0","@typescript-eslint/parser":"^2.24.0","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-plugin-import":"^2.20.1","mocha":"^7.1.1","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.1.0","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.8.1","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.5","@peculiar/json-schema":"^1.1.10","asn1js":"^2.0.26","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.18"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"files":"test/**/*.ts"},"gitHead":"f16433ef9780b38e29cec82689a5a0ab6bac07ba","_id":"@peculiar/webcrypto@1.0.26","_nodeVersion":"12.13.1","_npmVersion":"6.14.3","dist":{"shasum":"681c01aeac701284727bdbdb40a9c58392e63155","size":22809,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.26.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.26.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.26_1584950848658_0.6584263142931297"},"_hasShrinkwrap":false,"publish_time":1584950848776,"_cnpm_publish_time":1584950848776,"_cnpmcore_publish_time":"2021-12-16T12:03:46.206Z"},"1.0.25":{"name":"@peculiar/webcrypto","version":"1.0.25","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^7.0.2","@types/node":"^12.12.30","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","coveralls":"^3.0.9","eslint":"^6.8.0","eslint-plugin-import":"^2.20.1","mocha":"^7.1.0","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.0.6","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.6.2","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.9","asn1js":"^2.0.26","pvtsutils":"^1.0.9","tslib":"^1.11.1","webcrypto-core":"^1.0.17"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"files":"test/**/*.ts"},"gitHead":"8b91f978c011a42a0ea0715b943de94f92756c0a","_id":"@peculiar/webcrypto@1.0.25","_nodeVersion":"12.13.1","_npmVersion":"6.14.2","dist":{"shasum":"fe1f24d6004b412e92525b5e94bad746a4c584ae","size":22804,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.25.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.25.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.25_1584265530888_0.9435480919728085"},"_hasShrinkwrap":false,"publish_time":1584265531103,"_cnpm_publish_time":1584265531103,"_cnpmcore_publish_time":"2021-12-16T12:03:46.419Z"},"1.0.24":{"name":"@peculiar/webcrypto","version":"1.0.24","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"eslint . --ext .ts","lint:fix":"eslint --fix . --ext .ts","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2020, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^7.0.2","@types/node":"^12.12.30","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","coveralls":"^3.0.9","eslint":"^6.8.0","eslint-plugin-import":"^2.20.1","mocha":"^7.1.0","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^2.0.6","rollup-plugin-typescript2":"^0.26.0","ts-node":"^8.6.2","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.9","asn1js":"^2.0.26","pvtsutils":"^1.0.9","tslib":"^1.11.1","webcrypto-core":"^1.0.17"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"mocha":{"require":"ts-node/register","extension":["ts"],"files":"test/**/*.ts"},"gitHead":"9b131514422877233bcef0c2ab026636c8bdfb43","_id":"@peculiar/webcrypto@1.0.24","_nodeVersion":"12.13.1","_npmVersion":"6.14.2","dist":{"shasum":"fe293d48e3820b2114c4e2fd8731d615b97eb08c","size":23074,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.24.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.24.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.24_1584265436093_0.8367828287272534"},"_hasShrinkwrap":false,"publish_time":1584265436231,"_cnpm_publish_time":1584265436231,"_cnpmcore_publish_time":"2021-12-16T12:03:46.752Z"},"1.0.23":{"name":"@peculiar/webcrypto","version":"1.0.23","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"tslint -p .","lint:fix":"tslint --fix -p .","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.12.29","coveralls":"^3.0.9","mocha":"^6.2.2","nyc":"^14.1.1","rimraf":"^3.0.2","rollup":"^1.32.1","rollup-plugin-typescript2":"^0.25.3","ts-node":"^8.6.2","tslint":"^5.20.1","typescript":"^3.8.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.9","asn1js":"^2.0.26","pvtsutils":"^1.0.9","tslib":"^1.11.1","webcrypto-core":"^1.0.17"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.12.0"},"gitHead":"2519880f2ef227d4d31a4e92a34280f6a34abbf4","_id":"@peculiar/webcrypto@1.0.23","_nodeVersion":"12.13.1","_npmVersion":"6.13.7","dist":{"shasum":"5519b839fba2cf8603bbbd6764dc41b108093dad","size":21986,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.23.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.23.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.23_1583491180778_0.4919394991855719"},"_hasShrinkwrap":false,"publish_time":1583491180869,"_cnpm_publish_time":1583491180869,"_cnpmcore_publish_time":"2021-12-16T12:03:47.059Z"},"1.0.22":{"name":"@peculiar/webcrypto","version":"1.0.22","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","module":"build/webcrypto.es.js","types":"index.d.ts","scripts":{"test":"mocha","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","build":"npm run build:module","clear":"rimraf build/*","rebuild":"npm run clear && npm run build","build:module":"rollup -c","lint":"tslint -p .","lint:fix":"tslint --fix -p .","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish","postpub":"git push && git push --tags origin master","prepub:next":"npm run lint && npm run rebuild","pub:next":"npm version prerelease --preid=next && npm publish --tag next","postpub:next":"git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.12.18","coveralls":"^3.0.9","mocha":"^6.2.2","nyc":"^14.1.1","rimraf":"^3.0.0","rollup":"^1.27.13","rollup-plugin-typescript2":"^0.25.3","ts-node":"^8.5.4","tslint":"^5.20.1","typescript":"^3.7.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.6","asn1js":"^2.0.26","pvtsutils":"^1.0.9","tslib":"^1.10.0","webcrypto-core":"^1.0.17"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"1e8aab4c0534c8363355ed73888f71852bc70193","_id":"@peculiar/webcrypto@1.0.22","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"shasum":"9dae652fce6bacd9df15bc91965797cee33adf67","size":22038,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.22.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.22.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.22_1576502933728_0.4437119362149293"},"_hasShrinkwrap":false,"publish_time":1576502933864,"_cnpm_publish_time":1576502933864,"_cnpmcore_publish_time":"2021-12-16T12:03:47.413Z"},"1.0.21":{"name":"@peculiar/webcrypto","version":"1.0.21","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.12","coveralls":"^3.0.7","mocha":"^6.2.1","nyc":"^14.1.1","rollup":"^1.23.1","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.4.1","tslint":"^5.20.0","typescript":"^3.6.4"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.6","tslib":"^1.10.0","webcrypto-core":"^1.0.14"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"1951d3ef3ba0c43f161c77a18c64d9de8c886f51","_id":"@peculiar/webcrypto@1.0.21","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"d38eb883bf966b247954afc259054c3fa2a10c98","size":12821,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.21.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.21.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.21_1570865841953_0.06388068869949892"},"_hasShrinkwrap":false,"publish_time":1570865842119,"_cnpm_publish_time":1570865842119,"_cnpmcore_publish_time":"2021-12-16T12:03:47.690Z"},"1.0.20":{"name":"@peculiar/webcrypto","version":"1.0.20","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.12","coveralls":"^3.0.7","mocha":"^6.2.1","nyc":"^14.1.1","rollup":"^1.23.1","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.4.1","tslint":"^5.20.0","typescript":"^3.6.4"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.6","tslib":"^1.10.0","webcrypto-core":"^1.0.14"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"f241be335d293c47a8a4da8863805b6cb35da987","_id":"@peculiar/webcrypto@1.0.20","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"099255d5d372e840b55a1f3af31564f3551a8761","size":12819,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.20.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.20_1570865661407_0.6088086239082917"},"_hasShrinkwrap":false,"publish_time":1570865661849,"_cnpm_publish_time":1570865661849,"_cnpmcore_publish_time":"2021-12-16T12:03:47.936Z"},"1.0.19":{"name":"@peculiar/webcrypto","version":"1.0.19","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.4","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.20.3","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.19.0","typescript":"^3.6.2"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.6","tslib":"^1.10.0","webcrypto-core":"^1.0.14"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"c8b24fc624a9a5ac5a2ade48b7e7c0a3daaae296","_id":"@peculiar/webcrypto@1.0.19","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"45dd199c57ee655f9efd0332aca6fd53801d89f7","size":12713,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.19.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.19_1567578292975_0.26712915569157825"},"_hasShrinkwrap":false,"publish_time":1567578293145,"_cnpm_publish_time":1567578293145,"_cnpmcore_publish_time":"2021-12-16T12:03:48.219Z"},"1.0.18":{"name":"@peculiar/webcrypto","version":"1.0.18","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.4","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.20.3","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.19.0","typescript":"^3.6.2"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.6","tslib":"^1.10.0","webcrypto-core":"^1.0.13"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"331687a627ecdf96a261c1c9e277f8f1782d4c96","_id":"@peculiar/webcrypto@1.0.18","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"6c2e556277c8a7ad15de10e67f1aeb14314c1f6c","size":12713,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.18.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.18_1567576230073_0.3246105654894966"},"_hasShrinkwrap":false,"publish_time":1567576230207,"_cnpm_publish_time":1567576230207,"_cnpmcore_publish_time":"2021-12-16T12:03:48.493Z"},"1.0.17":{"name":"@peculiar/webcrypto","version":"1.0.17","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.2","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.19.4","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.18.0","typescript":"^3.5.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.6","tslib":"^1.10.0","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"bb01ed15d295837a01dcd0d32830da7f3b03c5af","_id":"@peculiar/webcrypto@1.0.17","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"2a1d97cc887c6e217e2a78efa431746f11c9c177","size":12719,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.17.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.17_1567576124582_0.09864089129961529"},"_hasShrinkwrap":false,"publish_time":1567576124794,"_cnpm_publish_time":1567576124794,"_cnpmcore_publish_time":"2021-12-16T12:03:48.807Z"},"1.0.16":{"name":"@peculiar/webcrypto","version":"1.0.16","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.2","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.19.4","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.18.0","typescript":"^3.5.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.4","tslib":"^1.10.0","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"e63e8cd868666a30a2af9bb91ccef4c46146fdcd","_id":"@peculiar/webcrypto@1.0.16","_nodeVersion":"10.16.0","_npmVersion":"6.11.2","dist":{"shasum":"332773d8eb680089da4e3547a049181de85b92e1","size":12719,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.16.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.16_1566852528123_0.8080383665184288"},"_hasShrinkwrap":false,"publish_time":1566852528235,"_cnpm_publish_time":1566852528235,"_cnpmcore_publish_time":"2021-12-16T12:03:49.071Z"},"1.0.15":{"name":"@peculiar/webcrypto","version":"1.0.15","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.2","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.19.4","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.18.0","typescript":"^3.5.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.4","tslib":"^1.10.0","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"5c20f047d14cca61fe409598852bdc25ab8c0f43","_id":"@peculiar/webcrypto@1.0.15","_nodeVersion":"10.16.0","_npmVersion":"6.11.2","dist":{"shasum":"c3b9a03138d71096ea618b94efee174f44ea50f9","size":12919,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.15.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.15_1566688650649_0.7018381414819259"},"_hasShrinkwrap":false,"publish_time":1566688650787,"_cnpm_publish_time":1566688650787,"_cnpmcore_publish_time":"2021-12-16T12:03:49.375Z"},"1.0.14":{"name":"@peculiar/webcrypto","version":"1.0.14","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.2","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.19.4","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.18.0","typescript":"^3.5.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.4","tslib":"^1.10.0","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"97ec2e6185a65b4ceeccfea3a87c786099db9897","_id":"@peculiar/webcrypto@1.0.14","_nodeVersion":"10.16.0","_npmVersion":"6.10.2","dist":{"shasum":"6fd12f87440edb9864c0edbcbde1185ddd237237","size":12368,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.14.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.14_1566293024587_0.5203186031139826"},"_hasShrinkwrap":false,"publish_time":1566293024864,"_cnpm_publish_time":1566293024864,"_cnpmcore_publish_time":"2021-12-16T12:03:49.728Z"},"1.0.13":{"name":"@peculiar/webcrypto","version":"1.0.13","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.7.2","coveralls":"^3.0.6","mocha":"^6.2.0","nyc":"^14.1.1","rollup":"^1.19.4","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.3.0","tslint":"^5.18.0","typescript":"^3.5.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.26","pvtsutils":"^1.0.4","tslib":"^1.10.0","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"b8c0549a07772aedcc49c05fd664f9afd34fec31","_id":"@peculiar/webcrypto@1.0.13","_nodeVersion":"10.16.0","_npmVersion":"6.10.2","dist":{"shasum":"95de90ae86ed6678a6fa9c40431e576e62d2886b","size":11660,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.13.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.13_1566291072526_0.7309062431153983"},"_hasShrinkwrap":false,"publish_time":1566291072671,"_cnpm_publish_time":1566291072671,"_cnpmcore_publish_time":"2021-12-16T12:03:49.965Z"},"1.0.12":{"name":"@peculiar/webcrypto","version":"1.0.12","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^12.0.2","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.1.0","rollup":"^1.11.0","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.1.0","tslint":"^5.16.0","typescript":"^3.4.5"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.22","pvtsutils":"^1.0.4","tslib":"^1.9.3","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"engines":{"node":">=10.0.0"},"gitHead":"33312d5c1a3283343f07949da300a351021fd37e","_id":"@peculiar/webcrypto@1.0.12","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"96d8da38d3f31fd5df317ac1caebb05cac3af386","size":11512,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.12.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.12_1558860378881_0.821364008784633"},"_hasShrinkwrap":false,"publish_time":1558860379044,"_cnpm_publish_time":1558860379044,"_cnpmcore_publish_time":"2021-12-16T12:03:50.145Z"},"1.0.11":{"name":"@peculiar/webcrypto","version":"1.0.11","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^12.0.2","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.1.0","rollup":"^1.11.0","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.1.0","tslint":"^5.16.0","typescript":"^3.4.5"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.22","pvtsutils":"^1.0.4","tslib":"^1.9.3","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"d18744c5311000fdebafdaa39bd38a284b75fb9f","_id":"@peculiar/webcrypto@1.0.11","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"9cc4d51cd7b5ad6c60edd850a0de51f0faad2325","size":11443,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.11.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.11_1558552998903_0.23632035270337282"},"_hasShrinkwrap":false,"publish_time":1558552999151,"_cnpm_publish_time":1558552999151,"_cnpmcore_publish_time":"2021-12-16T12:03:50.402Z"},"1.0.10":{"name":"@peculiar/webcrypto","version":"1.0.10","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.14.6","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.1.0","rollup":"^1.11.0","rollup-plugin-typescript":"^1.0.1","ts-node":"^8.1.0","tslint":"^5.16.0","typescript":"^3.4.5"},"dependencies":{"@peculiar/asn1-schema":"^1.0.3","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.22","pvtsutils":"^1.0.4","tslib":"^1.9.3","webcrypto-core":"^1.0.12"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"8b065098193363c895f9ab3e3c5c0bc3b246ae69","_id":"@peculiar/webcrypto@1.0.10","_nodeVersion":"10.15.0","_npmVersion":"6.9.0","dist":{"shasum":"7dcd2985766832b5df82a9f1047a7b02a48d4aed","size":10704,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.10.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.10_1556892867602_0.6184108468526299"},"_hasShrinkwrap":false,"publish_time":1556892867765,"_cnpm_publish_time":1556892867765,"_cnpmcore_publish_time":"2021-12-16T12:03:50.642Z"},"1.0.9":{"name":"@peculiar/webcrypto","version":"1.0.9","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.30","coveralls":"^3.0.3","mocha":"^5.2.0","nyc":"^13.3.0","rollup":"^1.4.1","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","tslint":"^5.13.1","typescript":"^3.3.3333"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.22","pvtsutils":"^1.0.4","tslib":"^1.9.3","webcrypto-core":"^1.0.10"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"4e6994c0be9ec56044d33b33d342d9d860638b47","_id":"@peculiar/webcrypto@1.0.9","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"4b53da1efe9821f76b4c6b673132782b8c5ed608","size":10988,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.9.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.9_1553779926712_0.34214204223287714"},"_hasShrinkwrap":false,"publish_time":1553779926880,"_cnpm_publish_time":1553779926880,"_cnpmcore_publish_time":"2021-12-16T12:03:50.889Z"},"1.0.8":{"name":"@peculiar/webcrypto","version":"1.0.8","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","lint:fix":"tslint --fix '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.30","coveralls":"^3.0.3","mocha":"^5.2.0","nyc":"^13.3.0","rollup":"^1.4.1","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","tslint":"^5.13.1","typescript":"^3.3.3333"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.22","pvtsutils":"^1.0.4","tslib":"^1.9.3","webcrypto-core":"^1.0.10"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"93461d097359f7e0ca80a4439e883e2d2c4b1181","_id":"@peculiar/webcrypto@1.0.8","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"76a4442f8a4ed549d87e2920c83f4e5d2088e8b5","size":11038,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.8.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.8_1551917901824_0.8565325142669611"},"_hasShrinkwrap":false,"publish_time":1551917901951,"_cnpm_publish_time":1551917901951,"_cnpmcore_publish_time":"2021-12-16T12:03:51.098Z"},"1.0.7":{"name":"@peculiar/webcrypto","version":"1.0.7","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint '{src,test}/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.3.0","rollup":"^1.2.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","tslint":"^5.13.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.10"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"95065c3f6a2fc1d6a976c51ee0d7c276417b9a22","_id":"@peculiar/webcrypto@1.0.7","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"672ba38ea7238065f27f11be10b0d840a66a52ca","size":10926,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.7.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.7_1551561758833_0.4852991790659502"},"_hasShrinkwrap":false,"publish_time":1551561759012,"_cnpm_publish_time":1551561759012,"_cnpmcore_publish_time":"2021-12-16T12:03:51.335Z"},"1.0.6":{"name":"@peculiar/webcrypto","version":"1.0.6","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.3.0","rollup":"^1.2.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.7"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"04c101612438c103e5a328d848c83f7ae46525fe","_id":"@peculiar/webcrypto@1.0.6","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"5f3c82e61f6418484a6305773bde7e9caca602c1","size":10625,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.6.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.6_1551511634679_0.3515325150414481"},"_hasShrinkwrap":false,"publish_time":1551511634836,"_cnpm_publish_time":1551511634836,"_cnpmcore_publish_time":"2021-12-16T12:03:51.566Z"},"1.0.5":{"name":"@peculiar/webcrypto","version":"1.0.5","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"build/webcrypto.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.3.0","rollup":"^1.2.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.5"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"3a899e16d5583dddb2198ae6591cef99068341c5","_id":"@peculiar/webcrypto@1.0.5","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"52db2331d67cba373cdcec5c9f78645422294f80","size":10474,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.5.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.5_1550569324005_0.943687100289458"},"_hasShrinkwrap":false,"publish_time":1550569324144,"_cnpm_publish_time":1550569324144,"_cnpmcore_publish_time":"2021-12-16T12:03:51.790Z"},"1.0.4":{"name":"@peculiar/webcrypto","version":"1.0.4","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"index.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.2.0","rollup":"^1.1.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.4"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"1f035bc0f94c6087270e85e4f05f3b80aeadef53","_id":"@peculiar/webcrypto@1.0.4","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"b3a968e73f520a743bcaf8046e4a1e093ba7fd9f","size":10578,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.4.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.4_1550388975756_0.07830216521406053"},"_hasShrinkwrap":false,"publish_time":1550388975887,"_cnpm_publish_time":1550388975887,"_cnpmcore_publish_time":"2021-12-16T12:03:52.029Z"},"1.0.3":{"name":"@peculiar/webcrypto","version":"1.0.3","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"index.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.2.0","rollup":"^1.1.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.4"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"b18cd6d0af1df451ca9d4ac083afddaf2871d66f","_id":"@peculiar/webcrypto@1.0.3","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"54925a263d2446255685a05f72a904044d807fea","size":10545,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.3.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.3_1550270696750_0.44487494366151514"},"_hasShrinkwrap":false,"publish_time":1550270696856,"_cnpm_publish_time":1550270696856,"_cnpmcore_publish_time":"2021-12-16T12:03:52.237Z"},"1.0.2":{"name":"@peculiar/webcrypto","version":"1.0.2","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"index.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.26","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.2.0","rollup":"^1.1.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{"@peculiar/asn1-schema":"^1.0.2","@peculiar/json-schema":"^1.1.5","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.4"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"feaf3cc79896dbf193a6c6b241e07c01b23cfd12","_id":"@peculiar/webcrypto@1.0.2","_nodeVersion":"10.13.0","_npmVersion":"6.7.0","dist":{"shasum":"56070d20f97df0a455fa3962d9171c21ba04fc05","size":10327,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.2.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.2_1550142494313_0.5731929814849848"},"_hasShrinkwrap":false,"publish_time":1550142494404,"_cnpm_publish_time":1550142494404,"_cnpmcore_publish_time":"2021-12-16T12:03:52.498Z"},"1.0.1":{"name":"@peculiar/webcrypto","version":"1.0.1","description":"A WebCrypto Polyfill for NodeJS","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/webcrypto.git"},"main":"index.js","types":"index.d.ts","scripts":{"test":"mocha","build":"rollup -c","prepare":"npm run build","coverage":"nyc npm test","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"tslint 'src/**/*.ts'","prepub":"npm run lint && npm run test && npm run build","pub":"npm version patch && npm publish --access=public && git push"},"keywords":["webcrypto","crypto","sha","rsa","ec","aes","des","hmac","pbkdf2"],"author":{"name":"PeculiarVentures"},"contributors":[{"name":"Miroshin Stepan","email":"microshine@mail.ru"}],"license":"MIT","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","banner":"// Copyright (c) 2019, Peculiar Ventures, All rights reserved.","devDependencies":{"@types/mocha":"^5.2.5","@types/node":"^10.12.10","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.1.0","rollup":"^1.1.2","rollup-plugin-typescript":"^1.0.0","ts-node":"^7.0.1","typescript":"^3.1.6"},"dependencies":{"@peculiar/asn1-schema":"^1.0.1","@peculiar/json-schema":"^1.1.4","asn1js":"^2.0.21","pvtsutils":"^1.0.3","tslib":"^1.9.3","webcrypto-core":"^1.0.1"},"nyc":{"extension":[".ts",".tsx"],"include":["src/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"gitHead":"54edae5652bd1889aea780cc9ab1a048642cbd48","_id":"@peculiar/webcrypto@1.0.1","_nodeVersion":"10.13.0","_npmVersion":"6.7.0","dist":{"shasum":"13beff943a8485d5c47adb5f8a1caed70886057e","size":10343,"noattachment":false,"key":"/@peculiar/webcrypto/-/@peculiar/webcrypto-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@peculiar/webcrypto/download/@peculiar/webcrypto-1.0.1.tgz"},"maintainers":[{"name":"apilguk","email":""},{"name":"donskov","email":""},{"name":"microshine","email":""},{"name":"peculiarventures","email":""},{"name":"rmhrisk","email":""},{"name":"worldthirteen","email":""},{"name":"yury.strozhevsky","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webcrypto_1.0.1_1548426676330_0.4370021800638151"},"_hasShrinkwrap":false,"publish_time":1548426676590,"_cnpm_publish_time":1548426676590,"_cnpmcore_publish_time":"2021-12-16T12:03:52.685Z"}},"readme":"# @peculiar/webcrypto\n\n[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/PeculiarVentures/webcrypto/master/LICENSE.md)\n![test](https://github.com/PeculiarVentures/webcrypto/workflows/test/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/webcrypto/badge.svg?branch=master)](https://coveralls.io/github/PeculiarVentures/webcrypto?branch=master)\n[![npm version](https://badge.fury.io/js/%40peculiar%2Fwebcrypto.svg)](https://badge.fury.io/js/%40peculiar%2Fwebcrypto)\n\nWe wanted to be able to write Javascript that used crypto on both the client and the server but we did not want to rely on Javascript implementations of crypto. The only native cryptography available in browser is [Web Crypto](http://caniuse.com/#search=cryptography), this resulted in us creating a `@peculiar/webcrypto`.\n\n## Table Of Contents\n\n* [WARNING](#warning)\n* [Installing](#installing)\n* [Using](#using)\n* [Examples](#examples)\n* [Bug Reporting](#bug-reporting)\n* [Related](#related)\n\n## WARNING\n\n**At this time this solution should be considered suitable for research and experimentation, further code and security review is needed before utilization in a production application.**\n\n**Module is based on NodeJS v10 Crypto API. It would work only with Node v10 and higher.**\n\n## Installing\n\n```\nnpm install @peculiar/webcrypto\n```\n\n## Supported algorithms\n\n| Algorithm name    | generateKey | digest  | export/import | sign/verify | encrypt/decrypt | wrapKey/unwrapKey | derive  |\n|-------------------|-------------|---------|---------------|-------------|-----------------|-------------------|---------|\n| SHA-1             |             |    X    |               |             |                 |                   |         |\n| SHA-256           |             |    X    |               |             |                 |                   |         |\n| SHA-384           |             |    X    |               |             |                 |                   |         |\n| SHA-512           |             |    X    |               |             |                 |                   |         |\n| HMAC              |      X      |         |       X       |      X      |                 |                   |         |\n| RSASSA-PKCS1-v1_5 |      X      |         |       X       |      X      |                 |                   |         |\n| RSAES-PKCS1-v1_5<sup>2</sup>| X |         |       X       |             |        X        |         X         |         |\n| RSA-PSS           |      X      |         |       X       |      X      |                 |                   |         |\n| RSA-OAEP          |      X      |         |       X       |             |        X        |         X         |         |\n| AES-CMAC          |      X      |         |       X       |      X      |                 |                   |         |\n| AES-CBC           |      X      |         |       X       |             |        X        |         X         |         |\n| AES-CTR           |      X      |         |       X       |             |        X        |         X         |         |\n| AES-ECB           |      X      |         |       X       |             |        X        |         X         |         |\n| AES-GCM           |      X      |         |       X       |             |        X        |         X         |         |\n| AES-KW            |      X      |         |       X       |             |                 |         X         |         |\n| ECDSA<sup>1</sup> |      X      |         |       X       |      X      |                 |                   |         |\n| ECDH<sup>1</sup>  |      X      |         |       X       |             |                 |                   |    X    |\n| EdDSA<sup>2,3</sup> |      X      |         |       X       |      X      |                 |                   |         |\n| ECDH-ES<sup>2,4</sup>  |      X      |         |       X       |             |                 |                   |    X    |\n| HKDF              |             |         |       X       |             |                 |                   |    X    |\n| PBKDF2            |             |         |       X       |             |                 |                   |    X    |\n| DES-CBC<sup>2</sup>|      X      |         |       X       |             |        X        |         X         |         |\n| DES-EDE3-CBC<sup>2</sup>|      X      |         |       X       |             |        X        |         X         |         |\n| shake128<sup>2</sup>|             |    X    |               |             |                 |                   |         |\n| shake256<sup>2</sup>|             |    X    |               |             |                 |                   |         |\n\n<sup>1</sup> Mechanism supports extended list of named curves `P-256`, `P-384`, `P-521`, `K-256`, \n`brainpoolP160r1`, `brainpoolP160t1`, `brainpoolP192r1`, `brainpoolP192t1`, `brainpoolP224r1`, `brainpoolP224t1`, `brainpoolP256r1`, `brainpoolP256t1`, `brainpoolP320r1`, `brainpoolP320t1`, `brainpoolP384r1`, `brainpoolP384t1`, `brainpoolP512r1`, and `brainpoolP512t1`\n\n<sup>2</sup> Mechanism is not defined by the WebCrypto specifications. Use of mechanism in a safe way is hard, it was added for the purpose of enabling interoperability with an existing system. We recommend against its use unless needed for interoperability.\n\n<sup>3</sup> Mechanism supports extended list of named curves `Ed25519`, and `Ed448`\n\n<sup>4</sup> Mechanism supports extended list of named curves `X25519`, and `X448`\n\n## Using\n\n```javascript\nconst { Crypto } = require(\"@peculiar/webcrypto\");\n\nconst crypto = new Crypto();\n```\n\n## Examples\n\nSee [WebCrypto Docs](https://github.com/PeculiarVentures/webcrypto-docs/blob/master/README.md) for examples\n\n## Bug Reporting\nPlease report bugs either as pull requests or as issues in the issue tracker. `@peculiar/webcrypto` has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.\n\n\n## Related\n - [node-webcrypto-ossl](https://github.com/PeculiarVentures/node-webcrypto-ossl)\n - [node-webcrypto-p11](https://github.com/PeculiarVentures/node-webcrypto-p11)\n - [webcrypto-liner](https://github.com/PeculiarVentures/webcrypto-liner)\n","_attachments":{},"homepage":"https://github.com/PeculiarVentures/webcrypto#readme","bugs":{"url":"https://github.com/PeculiarVentures/webcrypto/issues"},"license":"MIT"}