{"_id":"node-webcrypto-ossl","_rev":"4576406","name":"node-webcrypto-ossl","description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","dist-tags":{"beta":"1.0.11","latest":"2.1.3"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"time":{"modified":"2026-04-10T15:44:03.000Z","created":"2016-02-25T23:08:30.710Z","2.1.3":"2021-06-08T09:58:59.752Z","2.1.2":"2020-09-10T15:04:31.229Z","2.1.1":"2020-08-10T11:22:42.483Z","2.1.0":"2020-05-07T09:43:46.169Z","2.0.7":"2020-04-28T07:22:34.980Z","2.0.6":"2020-04-22T10:26:50.590Z","2.0.5":"2020-04-21T09:20:14.976Z","2.0.4":"2020-04-20T14:07:39.255Z","1.0.49":"2020-04-20T14:04:29.569Z","2.0.3":"2020-04-20T09:48:26.018Z","2.0.2":"2020-04-18T20:22:24.569Z","2.0.1":"2020-03-23T11:10:32.589Z","1.0.48":"2019-06-24T10:52:16.107Z","1.0.47":"2019-06-13T07:30:13.260Z","1.0.46":"2019-06-12T07:39:24.906Z","1.0.45":"2019-05-22T21:43:18.575Z","1.0.44":"2019-04-24T23:59:20.969Z","1.0.43":"2019-04-15T09:30:55.713Z","1.0.42":"2019-02-19T21:01:03.444Z","1.0.41":"2019-02-19T19:44:12.739Z","1.0.40":"2019-02-19T19:05:53.665Z","1.0.39":"2018-12-03T19:16:04.705Z","1.0.38":"2018-09-06T14:37:17.244Z","1.0.37":"2018-05-14T10:49:25.204Z","1.0.36":"2018-03-20T10:20:22.336Z","1.0.35":"2018-02-14T08:16:31.466Z","1.0.34":"2018-02-06T19:47:58.218Z","1.0.33":"2018-01-01T08:30:37.076Z","1.0.32":"2017-11-25T10:31:30.395Z","1.0.31":"2017-09-01T10:15:39.316Z","1.0.30":"2017-07-03T14:33:57.653Z","1.0.29":"2017-07-03T13:30:05.115Z","1.0.28":"2017-07-01T12:42:10.297Z","1.0.27":"2017-06-28T20:02:35.633Z","1.0.26":"2017-06-19T00:00:40.076Z","1.0.25":"2017-06-01T09:32:12.706Z","1.0.24":"2017-05-28T13:20:43.014Z","1.0.23":"2017-05-12T18:48:46.690Z","1.0.21":"2017-03-14T09:53:24.699Z","1.0.20":"2017-02-27T08:54:04.204Z","1.0.19":"2017-02-16T08:40:35.960Z","1.0.18":"2017-02-16T08:31:42.556Z","1.0.17":"2017-02-02T23:59:49.275Z","1.0.16":"2016-12-27T18:01:33.673Z","1.0.15":"2016-12-18T09:47:15.822Z","1.0.14":"2016-12-10T19:25:26.133Z","1.0.13":"2016-11-23T21:16:45.121Z","1.0.12":"2016-11-20T20:39:50.180Z","1.0.10":"2016-11-15T06:42:18.961Z","1.0.9":"2016-11-14T21:40:45.548Z","1.0.8":"2016-11-14T21:28:06.490Z","1.0.7":"2016-08-22T20:30:59.931Z","1.0.6":"2016-08-17T22:33:03.921Z","1.0.5":"2016-08-15T00:48:08.734Z","1.0.4":"2016-08-07T02:35:57.595Z","1.0.3":"2016-08-06T06:11:59.664Z","1.0.2":"2016-05-09T20:11:22.008Z","1.0.11":"2016-05-07T00:21:45.315Z","1.0.1":"2016-05-05T23:35:07.875Z","1.0.0":"2016-02-25T23:08:30.710Z"},"users":{},"author":{"name":"PeculiarVentures"},"repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"versions":{"2.1.3":{"name":"node-webcrypto-ossl","version":"2.1.3","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"@peculiar/asn1-schema":"^2.0.36","mkdirp":"^1.0.4","nan":"^2.14.2","pvtsutils":"^1.1.7","tslib":"^2.2.0","webcrypto-core":"^1.2.0"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.7","@rollup/plugin-alias":"^3.1.2","@rollup/plugin-typescript":"^8.2.1","@types/mkdirp":"^1.0.1","@types/mocha":"^8.2.0","@types/node":"^12.19.12","@types/rimraf":"^3.0.0","coveralls":"^3.1.0","mocha":"^9.0.0","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.51.1","ts-node":"^10.0.0","tsconfig-paths":"^3.9.0","tslint":"^6.1.3","typescript":"^4.3.2"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html","lcov"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"ff655f31740eda36bbe4cb6879334a4fa98ecf44","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.1.3","_nodeVersion":"14.15.4","_npmVersion":"7.5.3","dist":{"shasum":"8bba57fd74a2d501c7617cc1926acdc1c062bd08","size":2313010,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.1.3.tgz"},"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.1.3_1623146339508_0.7603672267684973"},"_hasShrinkwrap":false,"publish_time":1623146339752,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1623146339752,"_cnpmcore_publish_time":"2021-12-16T18:24:45.676Z","hasInstallScript":true},"2.1.2":{"name":"node-webcrypto-ossl","version":"2.1.2","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.1","pvtsutils":"^1.0.11","tslib":"^2.0.1","webcrypto-core":"^1.1.6"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-typescript":"^4.1.2","@types/mkdirp":"^1.0.1","@types/mocha":"^8.0.1","@types/node":"^12.12.54","@types/rimraf":"^2.0.4","coveralls":"^3.1.0","mocha":"^8.1.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.23.1","ts-node":"^8.10.2","tsconfig-paths":"^3.9.0","tslint":"^6.1.3","typescript":"^3.9.7"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"c7b9b28178e173a11e6d7d388ed70a93ae87015e","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.1.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"f7bd052867ec1e995a346e5694e3e05308069fd1","size":45975,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.1.2.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.1.2_1599750271099_0.3229783205669341"},"_hasShrinkwrap":false,"publish_time":1599750271229,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1599750271229,"_cnpmcore_publish_time":"2021-12-16T18:24:46.157Z","hasInstallScript":true},"2.1.1":{"name":"node-webcrypto-ossl","version":"2.1.1","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.1","pvtsutils":"^1.0.11","tslib":"^2.0.1","webcrypto-core":"^1.1.6"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-typescript":"^4.1.2","@types/mkdirp":"^1.0.1","@types/mocha":"^8.0.1","@types/node":"^12.12.54","@types/rimraf":"^2.0.4","coveralls":"^3.1.0","mocha":"^8.1.1","nyc":"^15.1.0","rimraf":"^3.0.2","rollup":"^2.23.1","ts-node":"^8.10.2","tsconfig-paths":"^3.9.0","tslint":"^6.1.3","typescript":"^3.9.7"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"10a6ea20f7f3ae3a830a9da1634fb9d11ee59277","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.1.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"3bc9a01b5ec5296f43b694ff20f4e723f2e29bdf","size":45938,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.1.1.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.1.1_1597058562343_0.9389027277822242"},"_hasShrinkwrap":false,"publish_time":1597058562483,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1597058562483,"_cnpmcore_publish_time":"2021-12-16T18:24:46.490Z","hasInstallScript":true},"2.1.0":{"name":"node-webcrypto-ossl","version":"2.1.0","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.1","pvtsutils":"^1.0.10","tslib":"^1.11.2","webcrypto-core":"^1.1.0"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.38","@types/rimraf":"^2.0.4","coveralls":"^3.1.0","mocha":"^7.1.2","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.8.2","ts-node":"^8.10.1","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"06406b9b68338be4da468e511705d7554eb91be2","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.1.0","_nodeVersion":"12.13.1","_npmVersion":"6.14.5","dist":{"shasum":"cee0e22fa9d9325a19f260539d0854ba143595db","size":45992,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.1.0.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.1.0_1588844626019_0.5014181280093934"},"_hasShrinkwrap":false,"publish_time":1588844626169,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1588844626169,"_cnpmcore_publish_time":"2021-12-16T18:24:46.733Z","hasInstallScript":true},"2.0.7":{"name":"node-webcrypto-ossl","version":"2.0.7","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.1","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.21"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.37","@types/rimraf":"^2.0.4","coveralls":"^3.1.0","mocha":"^7.1.2","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.7.3","ts-node":"^8.9.1","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"2daf334d0ef492756bc14dfeaba153b18709672d","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.7","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"d315920ff7642c1d4b586b9d8964388d5e9f0175","size":45995,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.7.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.7_1588058554864_0.42492778337822545"},"_hasShrinkwrap":false,"publish_time":1588058554980,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1588058554980,"_cnpmcore_publish_time":"2021-12-16T18:24:47.220Z","hasInstallScript":true},"2.0.6":{"name":"node-webcrypto-ossl","version":"2.0.6","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.21"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.6.1","ts-node":"^8.8.2","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"d1fb47d5859336993219fff4443320f91b5ed6f1","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.6","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"1b5969bce8970cda32091db041f957d9891f85fe","size":46093,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.6.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.6_1587551210433_0.9849042863561561"},"_hasShrinkwrap":false,"publish_time":1587551210590,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587551210590,"_cnpmcore_publish_time":"2021-12-16T18:24:47.464Z","hasInstallScript":true},"2.0.5":{"name":"node-webcrypto-ossl","version":"2.0.5","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.21"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.6.1","ts-node":"^8.8.2","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"bc9d41e3b7cd46d432619c9ea99695eec67a00cf","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.5","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"c5e4f64473731a7e400ca8b57f57b587a9a363e2","size":47736,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.5.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.5_1587460814775_0.5612907204295254"},"_hasShrinkwrap":false,"publish_time":1587460814976,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587460814976,"_cnpmcore_publish_time":"2021-12-16T18:24:47.706Z","hasInstallScript":true},"2.0.4":{"name":"node-webcrypto-ossl","version":"2.0.4","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.21"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.6.1","ts-node":"^8.8.2","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"fd30c1b59e9dcde991db84486e262b33a4e9e48b","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.4","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"564f601f5903205fba01a8d9b573325641fca2cf","size":47729,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.4.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.4_1587391659051_0.5802619491521166"},"_hasShrinkwrap":false,"publish_time":1587391659255,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587391659255,"_cnpmcore_publish_time":"2021-12-16T18:24:48.001Z","hasInstallScript":true},"1.0.49":{"name":"node-webcrypto-ossl","version":"1.0.49","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.5","nan":"^2.14.0","tslib":"^1.11.1","webcrypto-core":"^0.1.27"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.17.20","coveralls":"^3.0.11","mocha":"^6.2.3","nyc":"^14.1.1","pvtsutils":"^1.0.10","typescript":"^3.8.3"},"gypfile":true,"gitHead":"b992810d44656f8c14a7c0d893cfec32bb0526bf","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.49","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"28061e962a19e197fd793baf4fa10ff814de16d7","size":105044,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.49.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.49.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.49_1587391469467_0.22500876645852386"},"_hasShrinkwrap":false,"publish_time":1587391469569,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587391469569,"_cnpmcore_publish_time":"2021-12-16T18:24:48.402Z","hasInstallScript":true},"2.0.3":{"name":"node-webcrypto-ossl","version":"2.0.3","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.20"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.6.1","ts-node":"^8.8.2","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"21a3ecf5addeec573adf2a686fbc086179ea12e1","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.3","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"63fdef82879d1ffe8f14722040727bbc8145a65d","size":47731,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.3.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.3_1587376105759_0.9457107077062274"},"_hasShrinkwrap":false,"publish_time":1587376106018,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587376106018,"_cnpmcore_publish_time":"2021-12-16T18:24:49.510Z","hasInstallScript":true},"2.0.2":{"name":"node-webcrypto-ossl","version":"2.0.2","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.4","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.20"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.6","@rollup/plugin-alias":"^3.1.0","@rollup/plugin-typescript":"^4.1.1","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.36","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.1","rimraf":"^3.0.2","rollup":"^2.6.1","ts-node":"^8.8.2","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"f13f313a362cd2dd4c495a2799d21bf5664ab7c1","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.2","_nodeVersion":"12.13.1","_npmVersion":"6.14.4","dist":{"shasum":"0205b5aac7e941e7d972b54111a725b41330631d","size":47779,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.2.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.2_1587241344390_0.1111820332228648"},"_hasShrinkwrap":false,"publish_time":1587241344569,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1587241344569,"_cnpmcore_publish_time":"2021-12-16T18:24:49.766Z","hasInstallScript":true},"2.0.1":{"name":"node-webcrypto-ossl","version":"2.0.1","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/index.js","module":"buildjs/index.es.js","types":"index.d.ts","scripts":{"prepare":"npm run build","test":"mocha","clear":"rimraf buildjs","build":"rollup -c","rebuild":"npm run clear && npm run build","lint":"tslint -p .","lint:fix":"tslint -p . --fix","prepub":"npm run lint && npm run rebuild","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^1.0.3","nan":"^2.14.0","pvtsutils":"^1.0.10","tslib":"^1.11.1","webcrypto-core":"^1.0.18"},"devDependencies":{"@peculiar/webcrypto-test":"^1.0.1","@rollup/plugin-alias":"^3.0.1","@rollup/plugin-typescript":"^4.0.0","@types/mkdirp":"^1.0.0","@types/mocha":"^7.0.2","@types/node":"^12.12.30","@types/rimraf":"^2.0.4","coveralls":"^3.0.11","mocha":"^7.1.1","nyc":"^15.0.0","rimraf":"^3.0.2","rollup":"^2.1.0","ts-node":"^8.8.1","tsconfig-paths":"^3.9.0","typescript":"^3.8.3"},"nyc":{"extension":[".ts",".tsx"],"include":["lib/**/*.ts"],"exclude":["**/*.d.ts"],"reporter":["text-summary","html"]},"mocha":{"require":["ts-node/register","tsconfig-paths/register"],"extension":["ts"],"watch-files":["test/**/*.ts"]},"gypfile":true,"gitHead":"f19ab550bbbb8d8dd76b2043c72f384cb84fc350","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@2.0.1","_nodeVersion":"12.13.1","_npmVersion":"6.14.3","dist":{"shasum":"28aaa66a540419ce9c6882329fa58cd9b79be13b","size":47728,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-2.0.1.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_2.0.1_1584961832432_0.8973161174203408"},"_hasShrinkwrap":false,"publish_time":1584961832589,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1584961832589,"_cnpmcore_publish_time":"2021-12-16T18:24:49.989Z","hasInstallScript":true},"1.0.48":{"name":"node-webcrypto-ossl","version":"1.0.48","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.13.2","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.0.0","pvtsutils":"^1.0.4","typescript":"^3.4.5"},"gypfile":true,"gitHead":"233a2913e9eed178b1b747314f76a08bf4c33fca","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.48","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"640e9547f8ae1d0becc8374a65e1d0e11ab385ea","size":89258,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.48.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.48.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.48_1561373535939_0.4701590985230031"},"_hasShrinkwrap":false,"publish_time":1561373536107,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1561373536107,"_cnpmcore_publish_time":"2021-12-16T18:24:50.432Z","hasInstallScript":true},"1.0.47":{"name":"node-webcrypto-ossl","version":"1.0.47","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.13.2","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.0.0","pvtsutils":"^1.0.4","typescript":"^3.4.5"},"gypfile":true,"gitHead":"ea0569fd0af15df23794757a6770c7717d3e5ea4","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.47","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"fa68e0b4cce8ac9464b9c6f5b15a917f7bdc3662","size":87881,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.47.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.47.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.47_1560411012489_0.34003664731828653"},"_hasShrinkwrap":false,"publish_time":1560411013260,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1560411013260,"_cnpmcore_publish_time":"2021-12-16T18:24:50.925Z","hasInstallScript":true},"1.0.46":{"name":"node-webcrypto-ossl","version":"1.0.46","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.13.2","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.0.0","pvtsutils":"^1.0.4","typescript":"^3.4.5"},"gypfile":true,"gitHead":"2cb8e9796fad3e7e5ddb6ff4ed6c26c0930cccc5","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.46","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"e6e40d98e09284b5fe487c9d1e43520bcc5b503e","size":89227,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.46.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.46.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.46_1560325164705_0.9055921557785973"},"_hasShrinkwrap":false,"publish_time":1560325164906,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1560325164906,"_cnpmcore_publish_time":"2021-12-16T18:24:51.288Z","hasInstallScript":true},"1.0.45":{"name":"node-webcrypto-ossl","version":"1.0.45","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.13.2","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.0.0","pvtsutils":"^1.0.4","typescript":"^3.4.5"},"gypfile":true,"gitHead":"c71edc70aaac61530b11cf334ba8b449be24ac55","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.45","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"8705698666fa6c577e885ad4e017d2d5cc0ab1a2","size":89187,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.45.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.45.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.45_1558561398433_0.5557624231540201"},"_hasShrinkwrap":false,"publish_time":1558561398575,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1558561398575,"_cnpmcore_publish_time":"2021-12-16T18:24:51.640Z","hasInstallScript":true},"1.0.44":{"name":"node-webcrypto-ossl","version":"1.0.44","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.13.2","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.3","mocha":"^6.1.4","nyc":"^14.0.0","pvtsutils":"^1.0.4","typescript":"^3.4.5"},"gypfile":true,"gitHead":"eb407d3e0eb1419d10e2b6a93ba42055972344c5","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.44","_nodeVersion":"12.0.0","_npmVersion":"6.9.0","dist":{"shasum":"9dd4d6716943f97cb4e6a3f7d2063e1f2ede749e","size":89172,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.44.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.44.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.44_1556150360779_0.14933277649535714"},"_hasShrinkwrap":false,"publish_time":1556150360969,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1556150360969,"_cnpmcore_publish_time":"2021-12-16T18:24:51.989Z","hasInstallScript":true},"1.0.43":{"name":"node-webcrypto-ossl","version":"1.0.43","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.12.1","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.1.0","pvtsutils":"^1.0.3","typescript":"^3.2.2"},"gypfile":true,"gitHead":"9f8d75b22182df2f8bc48137a75191f952ab7175","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.43","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"51ac6a411725d78eaf935fb727ec848b6478235b","size":87701,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.43.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.43.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.43_1555320655558_0.36680118111693316"},"_hasShrinkwrap":false,"publish_time":1555320655713,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1555320655713,"_cnpmcore_publish_time":"2021-12-16T18:24:52.340Z","hasInstallScript":true},"1.0.42":{"name":"node-webcrypto-ossl","version":"1.0.42","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.12.1","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.1.0","pvtsutils":"^1.0.3","typescript":"^3.2.2"},"gypfile":true,"gitHead":"81e98004ba6115a5fa6410d32c870084fafeb5fe","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.42","_npmVersion":"5.10.0","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"d1c46d90e21786d878819ae38ed90efa877506f5","size":85199,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.42.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.42.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.42_1550610063302_0.4064808275802576"},"_hasShrinkwrap":false,"publish_time":1550610063444,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1550610063444,"_cnpmcore_publish_time":"2021-12-16T18:24:52.795Z","hasInstallScript":true},"1.0.41":{"name":"node-webcrypto-ossl","version":"1.0.41","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.12.1","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.1.0","pvtsutils":"^1.0.3","typescript":"^3.2.2"},"gypfile":true,"gitHead":"2158c195cc6bd2e87eeb67338ca4adb812dbd9eb","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.41","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"4fa836c88eb3adfbb2de27557eb958356dbd1cc3","size":81544,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.41.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.41.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.41_1550605452519_0.5251502027169455"},"_hasShrinkwrap":false,"publish_time":1550605452739,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1550605452739,"_cnpmcore_publish_time":"2021-12-16T18:24:53.206Z","hasInstallScript":true},"1.0.40":{"name":"node-webcrypto-ossl","version":"1.0.40","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.12.1","tslib":"^1.9.3","webcrypto-core":"^0.1.26"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.18","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^13.1.0","pvtsutils":"^1.0.3","typescript":"^3.2.2"},"gypfile":true,"gitHead":"39feffdef036b18cf1c1bdc0a3a87322b3054280","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.40","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"685b24cf4e5afbb28be829dec8816783b6238726","size":81544,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.40.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.40.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.40_1550603153452_0.09980821298571207"},"_hasShrinkwrap":false,"publish_time":1550603153665,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1550603153665,"_cnpmcore_publish_time":"2021-12-16T18:24:53.572Z","hasInstallScript":true},"1.0.39":{"name":"node-webcrypto-ossl","version":"1.0.39","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.11.1","tslib":"^1.9.3","webcrypto-core":"^0.1.25"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.12.11","coveralls":"^3.0.2","mocha":"^5.2.0","nyc":"^11.9.0","pvtsutils":"^1.0.2","typescript":"3.0.3"},"gypfile":true,"gitHead":"6c98828c1a5cfa76c40cc7bf53275a9e3ddea11e","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.39","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"527473d4a0647e97a3954591f209f688b8f694d5","size":85147,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.39.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.39.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.39_1543864564530_0.6953426314010829"},"_hasShrinkwrap":false,"publish_time":1543864564705,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1543864564705,"_cnpmcore_publish_time":"2021-12-16T18:24:53.947Z","hasInstallScript":true},"1.0.38":{"name":"node-webcrypto-ossl","version":"1.0.38","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.10.0","tslib":"^1.9.0","webcrypto-core":"^0.1.22"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.0.8","coveralls":"^3.0.1","mocha":"^5.1.1","nyc":"^11.7.3","pvtsutils":"^1.0.2","typescript":"^2.8.3"},"gypfile":true,"gitHead":"b63dd28bba7265c3afa8548a08238c87b1857a81","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.38","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"5b281e020ee90879b995fb2c9232db1eea0fda63","size":85106,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.38.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.38.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.38_1536244637020_0.9098922730151544"},"_hasShrinkwrap":false,"publish_time":1536244637244,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1536244637244,"_cnpmcore_publish_time":"2021-12-16T18:24:54.241Z","hasInstallScript":true},"1.0.37":{"name":"node-webcrypto-ossl","version":"1.0.37","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.10.0","tslib":"^1.9.0","webcrypto-core":"^0.1.22"},"devDependencies":{"@types/mkdirp":"^0.5.2","@types/node":"^10.0.8","coveralls":"^3.0.1","mocha":"^5.1.1","nyc":"^11.7.3","pvtsutils":"^1.0.2","typescript":"^2.8.3"},"gypfile":true,"gitHead":"76066a6d1a319e07f2f93a2f41bbeefdc66975d2","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.37","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"9adde3ea5629f4a88a6d98043564767e910ac41c","size":85131,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.37.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.37.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.37_1526294965102_0.7433878400794076"},"_hasShrinkwrap":false,"publish_time":1526294965204,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1526294965204,"_cnpmcore_publish_time":"2021-12-16T18:24:54.574Z","hasInstallScript":true},"1.0.36":{"name":"node-webcrypto-ossl","version":"1.0.36","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.10.0","tslib":"^1.9.0","webcrypto-core":"^0.1.19"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8.9.5","coveralls":"^2.13.3","mocha":"^3.5.3","nyc":"^10.1.2","pvtsutils":"^1.0.2","typescript":"^2.7.2"},"gypfile":true,"gitHead":"509add06277a0cd8fd67c17c889cb3ab7435b217","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.36","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"025bd0f8a80510e2336e034dde93fd73f5e9fcf8","size":84654,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.36.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.36.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.36_1521541222284_0.6077680100610519"},"_hasShrinkwrap":false,"publish_time":1521541222336,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1521541222336,"_cnpmcore_publish_time":"2021-12-16T18:24:54.941Z","hasInstallScript":true},"1.0.35":{"name":"node-webcrypto-ossl","version":"1.0.35","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.8.0","tslib":"^1.8.1","webcrypto-core":"^0.1.19"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8.5.2","coveralls":"^2.13.3","mocha":"^3.5.3","nyc":"^10.1.2","pvtsutils":"^1.0.2","typescript":"^2.6.2"},"gypfile":true,"gitHead":"37377ecd73637a959546234091da39ce50f1b4f5","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.35","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"14225579bd09f5d63b0ad6cee0ba800f8c6a060d","size":84544,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.35.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.35.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl_1.0.35_1518596190678_0.5760395861575855"},"_hasShrinkwrap":false,"publish_time":1518596191466,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1518596191466,"_cnpmcore_publish_time":"2021-12-16T18:24:55.255Z","hasInstallScript":true},"1.0.34":{"name":"node-webcrypto-ossl","version":"1.0.34","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill","secp256k1"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.8.0","tslib":"^1.8.1","webcrypto-core":"^0.1.19"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8.5.2","coveralls":"^2.13.3","mocha":"^3.5.3","nyc":"^10.1.2","pvtsutils":"^1.0.2","typescript":"^2.6.2"},"gypfile":true,"gitHead":"34c18cd328329d0f4aabe4fb1b2db0a258090919","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.34","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"3ca84eff2f5f6eaf5fa834ebf0305ec11efb6056","size":84443,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.34.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.34.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.34.tgz_1517946475147_0.7089910458307713"},"directories":{},"publish_time":1517946478218,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1517946478218,"_cnpmcore_publish_time":"2021-12-16T18:24:55.657Z","hasInstallScript":true},"1.0.33":{"name":"node-webcrypto-ossl","version":"1.0.33","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.8.0","tslib":"^1.8.1","webcrypto-core":"^0.1.18"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8.5.2","coveralls":"^2.13.3","mocha":"^3.5.3","nyc":"^10.1.2","typescript":"^2.6.2"},"gypfile":true,"gitHead":"19d482e4161914668470ff69947f57323d6692d3","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.33","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"b0548ef0cb31c58edf5924a1a3ae80f03c0fe786","size":78789,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.33.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.33.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.33.tgz_1514795435763_0.08858243376016617"},"directories":{},"publish_time":1514795437076,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1514795437076,"_cnpmcore_publish_time":"2021-12-16T18:24:55.982Z","hasInstallScript":true},"1.0.32":{"name":"node-webcrypto-ossl","version":"1.0.32","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.7.0","tslib":"^1.7.1","webcrypto-core":"^0.1.17"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8","coveralls":"^2.13.1","mocha":"^3.4.2","nyc":"^10.1.2","typescript":"^2.5.2"},"gypfile":true,"gitHead":"ff8ccd34bec541dc43d40529a1aad04bd90c1c94","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.32","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"4f913eb920057f137b0e58f31d0074613ecad3ac","size":78741,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.32.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.32.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.32.tgz_1511605889157_0.018388074589893222"},"directories":{},"publish_time":1511605890395,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1511605890395,"_cnpmcore_publish_time":"2021-12-16T18:24:56.363Z","hasInstallScript":true},"1.0.31":{"name":"node-webcrypto-ossl","version":"1.0.31","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.7.0","tslib":"^1.7.1","webcrypto-core":"^0.1.17"},"devDependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^8","coveralls":"^2.13.1","mocha":"^3.4.2","nyc":"^10.1.2","typescript":"^2.5.2"},"gypfile":true,"gitHead":"e80b3c245353c12f57be52453f1a19340fdd35c5","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.31","_npmVersion":"5.3.0","_nodeVersion":"6.11.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"0a200dafaedd9a2be18f51b0288a7f9807eba891","size":77790,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.31.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.31.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.31.tgz_1504260937704_0.39399086381308734"},"directories":{},"publish_time":1504260939316,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1504260939316,"_cnpmcore_publish_time":"2021-12-16T18:24:56.694Z","hasInstallScript":true},"1.0.30":{"name":"node-webcrypto-ossl","version":"1.0.30","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.7.1","webcrypto-core":"^0.1.16"},"devDependencies":{"@types/mkdirp":"^0.3.29","live-server":"^1","mocha":"^3.4.2","npm-run-all":"^3","nyc":"^10.1.2","typescript":"^2.4.1","watch":"^1.0.1"},"gypfile":true,"gitHead":"4d4359a62e6782ab44f09c4c91ee3b961b908053","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.30","_npmVersion":"5.0.4","_nodeVersion":"6.10.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"a43567f66ebd7ab41d94f73edb2346bde9297d28","size":77875,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.30.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.30.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.30.tgz_1499092436407_0.6729681997094303"},"directories":{},"publish_time":1499092437653,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1499092437653,"_cnpmcore_publish_time":"2021-12-16T18:24:57.021Z","hasInstallScript":true},"1.0.29":{"name":"node-webcrypto-ossl","version":"1.0.29","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","prepare":"npm run build","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.7.1","webcrypto-core":"^0.1.16"},"devDependencies":{"@types/mkdirp":"^0.3.29","live-server":"^1","mocha":"^3.4.2","npm-run-all":"^3","nyc":"^10.1.2","typescript":"^2.4.1","watch":"^1.0.1"},"gypfile":true,"gitHead":"baf1629d769de3764fabc5f2f533b33cdacf17d1","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.29","_npmVersion":"5.0.4","_nodeVersion":"6.10.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"a70951894c3429d229626d14df782074d7603721","size":85724,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.29.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.29.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.29.tgz_1499088603920_0.1281265215948224"},"directories":{},"publish_time":1499088605115,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1499088605115,"_cnpmcore_publish_time":"2021-12-16T18:24:57.431Z","hasInstallScript":true},"1.0.28":{"name":"node-webcrypto-ossl","version":"1.0.28","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.78","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.7.1","typescript":"^2.4.1","webcrypto-core":"^0.1.16"},"devDependencies":{"live-server":"^1","mocha":"^3.4.2","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"a18a0af223e5598af34e039fb79f4fdb417bef76","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.28","_npmVersion":"5.0.4","_nodeVersion":"6.10.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"6e1b8ff3fed8c03e0e5946e5ee8cb733465c686f","size":81564,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.28.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.28.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.28.tgz_1498912929053_0.6060533220879734"},"directories":{},"publish_time":1498912930297,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1498912930297,"_cnpmcore_publish_time":"2021-12-16T18:24:57.772Z","hasInstallScript":true},"1.0.27":{"name":"node-webcrypto-ossl","version":"1.0.27","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.78","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.7.1","typescript":"^2.4.1","webcrypto-core":"^0.1.16"},"devDependencies":{"live-server":"^1","mocha":"^3.4.2","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"4bf797de55e8f086812b743227399438b4facdce","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.27","_npmVersion":"5.0.4","_nodeVersion":"6.10.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"e7282007d471d96193dc97953095b135385e2a27","size":81547,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.27.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.27.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.27.tgz_1498680154334_0.3359183103311807"},"directories":{},"publish_time":1498680155633,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1498680155633,"_cnpmcore_publish_time":"2021-12-16T18:24:58.094Z","hasInstallScript":true},"1.0.26":{"name":"node-webcrypto-ossl","version":"1.0.26","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0.1.16"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"cc97f8162bef4afd0e8241155746495c4f146b64","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.26","_npmVersion":"5.0.3","_nodeVersion":"6.10.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"c5e48d1dc25c87efd394f6edbe6fc33fe6fd5aed","size":81504,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.26.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.26.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.26.tgz_1497830438809_0.9911585494410247"},"directories":{},"publish_time":1497830440076,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1497830440076,"_cnpmcore_publish_time":"2021-12-16T18:24:58.416Z","hasInstallScript":true},"1.0.25":{"name":"node-webcrypto-ossl","version":"1.0.25","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0.1.16"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"740ca4777320b7cca264d67fcab81d6268afdb62","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.25","_shasum":"fcb48c25cea1f127b1efe9a2d7a2b847611b8c16","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"fcb48c25cea1f127b1efe9a2d7a2b847611b8c16","size":78768,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.25.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.25.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.25.tgz_1496309531526_0.7408893085084856"},"directories":{},"publish_time":1496309532706,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1496309532706,"_cnpmcore_publish_time":"2021-12-16T18:24:58.745Z","hasInstallScript":true},"1.0.24":{"name":"node-webcrypto-ossl","version":"1.0.24","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0.1.16"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"e025b68ba5e1ed34fc0ab086e9f5ce10e56c7e71","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.24","_shasum":"1ee31d6c7643b86fb49a09188f02b49afe436769","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"1ee31d6c7643b86fb49a09188f02b49afe436769","size":78626,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.24.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.24.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-webcrypto-ossl-1.0.24.tgz_1495977641695_0.6540057912934572"},"directories":{},"publish_time":1495977643014,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1495977643014,"_cnpmcore_publish_time":"2021-12-16T18:24:59.034Z","hasInstallScript":true},"1.0.23":{"name":"node-webcrypto-ossl","version":"1.0.23","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0.1.15"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"59e8ad01521ffbd4f39f47f84b52299affb36454","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.23","_shasum":"7dc0b96f1bf3ad375abcda6d2a365de9964c0436","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"7dc0b96f1bf3ad375abcda6d2a365de9964c0436","size":79565,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.23.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.23.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.23.tgz_1494614925955_0.39413278130814433"},"directories":{},"publish_time":1494614926690,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1494614926690,"_cnpmcore_publish_time":"2021-12-16T18:24:59.440Z","hasInstallScript":true},"1.0.21":{"name":"node-webcrypto-ossl","version":"1.0.21","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"e8bd691e6cdbddca1c8a3771bf82f1bcd7911bff","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.21","_shasum":"70567a5dc09f36bd78682eb72c7e1437a137b6bf","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"70567a5dc09f36bd78682eb72c7e1437a137b6bf","size":78555,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.21.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.21.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.21.tgz_1489485204040_0.4441464019473642"},"directories":{},"publish_time":1489485204699,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1489485204699,"_cnpmcore_publish_time":"2021-12-16T18:24:59.812Z","hasInstallScript":true},"1.0.20":{"name":"node-webcrypto-ossl","version":"1.0.20","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"04f7d7a18e36b321d02392ef9876e5f329a32670","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.20","_shasum":"dab63a2835203f2a179f18047fb0b82bd4fc4b8c","_from":".","_npmVersion":"4.1.1","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"dab63a2835203f2a179f18047fb0b82bd4fc4b8c","size":77855,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.20.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.20.tgz_1488185641932_0.5458262313622981"},"directories":{},"publish_time":1488185644204,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1488185644204,"_cnpmcore_publish_time":"2021-12-16T18:25:00.110Z","hasInstallScript":true},"1.0.19":{"name":"node-webcrypto-ossl","version":"1.0.19","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","typescript":"^2","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","watch":"^1.0.1"},"gypfile":true,"gitHead":"61dd1fc23dad2fe99664c60019e78c4768a9e4b6","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.19","_shasum":"053b089ce8be988e130483259792fb5eca16da48","_from":".","_npmVersion":"4.1.1","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"053b089ce8be988e130483259792fb5eca16da48","size":138254,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.19.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.19.tgz_1487234433695_0.7346308242995292"},"directories":{},"publish_time":1487234435960,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1487234435960,"_cnpmcore_publish_time":"2021-12-16T18:25:00.472Z","hasInstallScript":true},"1.0.18":{"name":"node-webcrypto-ossl","version":"1.0.18","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.5.1","tslib":"^1.5.0","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^10.1.2","typescript":"^2","watch":"^1.0.1"},"gypfile":true,"gitHead":"0cc8aa71a94ef616bfe1262516b3d16ba9771426","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.18","_shasum":"1e3baf2befd006d72befa009cceb7fd07db4e87d","_from":".","_npmVersion":"4.1.1","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"1e3baf2befd006d72befa009cceb7fd07db4e87d","size":138241,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.18.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.18.tgz_1487233901910_0.03469128906726837"},"directories":{},"publish_time":1487233902556,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1487233902556,"_cnpmcore_publish_time":"2021-12-16T18:25:00.936Z","hasInstallScript":true},"1.0.17":{"name":"node-webcrypto-ossl","version":"1.0.17","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2","watch":"^0"},"gypfile":true,"gitHead":"7086d50a3da0d48c59dfdb6a704e2b43d5dc0e82","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.17","_shasum":"1cbe5aeffbccaa08459e83fccd5b9cc7205ac87a","_from":".","_npmVersion":"4.1.1","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"1cbe5aeffbccaa08459e83fccd5b9cc7205ac87a","size":133779,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.17.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.17.tgz_1486079988555_0.20701611484400928"},"directories":{},"publish_time":1486079989275,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1486079989275,"_cnpmcore_publish_time":"2021-12-16T18:25:01.474Z","hasInstallScript":true},"1.0.16":{"name":"node-webcrypto-ossl","version":"1.0.16","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"^0"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2","watch":"^0"},"gypfile":true,"gitHead":"cdf9f6cbf1a0499d804a667ddef3528463b3f12c","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.16","_shasum":"b536347c26d78efecad6fab91862dcd0985524d6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"b536347c26d78efecad6fab91862dcd0985524d6","size":132683,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.16.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.16.tgz_1482861692939_0.21629642928019166"},"directories":{},"publish_time":1482861693673,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1482861693673,"_cnpmcore_publish_time":"2021-12-16T18:25:01.951Z","hasInstallScript":true},"1.0.15":{"name":"node-webcrypto-ossl","version":"1.0.15","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"^0.1.3"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"b5fb7ce6e691c4fd170a564e5568c286a3b1de67","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.15","_shasum":"293ab361afb1ee45b52e66f91993b6c9481ebd58","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"293ab361afb1ee45b52e66f91993b6c9481ebd58","size":48077,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.15.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.15.tgz_1482054435187_0.023583547677844763"},"directories":{},"publish_time":1482054435822,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1482054435822,"_cnpmcore_publish_time":"2021-12-16T18:25:02.223Z","hasInstallScript":true},"1.0.14":{"name":"node-webcrypto-ossl","version":"1.0.14","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"^0.1.3"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"a080c77d9bab81ae259ce406d44cf67c7c5d1b7a","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.14","_shasum":"48678ab35323696bbb879b0d389c5943b44ca1ba","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"48678ab35323696bbb879b0d389c5943b44ca1ba","size":65695,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.14.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.14.tgz_1481397925518_0.4710302602034062"},"directories":{},"publish_time":1481397926133,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1481397926133,"_cnpmcore_publish_time":"2021-12-16T18:25:02.548Z","hasInstallScript":true},"1.0.13":{"name":"node-webcrypto-ossl","version":"1.0.13","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/mkdirp":"^0.3.29","@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"^0.1.3"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"7356ae21f86c2ec1a9c119d2116bf7690d84b82e","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.13","_shasum":"788d3b2501df274f0e226312084ff67540d3795b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"788d3b2501df274f0e226312084ff67540d3795b","size":65230,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.13.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.13.tgz_1479935804572_0.8482560117263347"},"directories":{},"publish_time":1479935805121,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1479935805121,"_cnpmcore_publish_time":"2021-12-16T18:25:02.906Z","hasInstallScript":true},"1.0.12":{"name":"node-webcrypto-ossl","version":"1.0.12","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6.0.45","@types/mkdirp":"^0.3.29","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"git+https://github.com/PeculiarVentures/webcrypto-core.git#types"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"6269a8ed6decbcc4f995483318d7a14d086f57d2","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.12","_shasum":"b75b5c34638793141c2ce12f60c10a3e6a5d9909","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"b75b5c34638793141c2ce12f60c10a3e6a5d9909","size":59919,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.12.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.12.tgz_1479674388161_0.31770805828273296"},"directories":{},"publish_time":1479674390180,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1479674390180,"_cnpmcore_publish_time":"2021-12-16T18:25:03.517Z","hasInstallScript":true},"1.0.10":{"name":"node-webcrypto-ossl","version":"1.0.10","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6.0.45","@types/mkdirp":"^0.3.29","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"git+https://github.com/PeculiarVentures/webcrypto-core.git#types"},"devDependencies":{"live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"7ccd64d0e680cd2167dceefa03507f7223c43a92","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.10","_shasum":"54e35df7d68513254bcc0fa6a62318e4b3404482","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"54e35df7d68513254bcc0fa6a62318e4b3404482","size":59637,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.10.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.10.tgz_1479192138453_0.9058396096806973"},"directories":{},"publish_time":1479192138961,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1479192138961,"_cnpmcore_publish_time":"2021-12-16T18:25:04.050Z","hasInstallScript":true},"1.0.9":{"name":"node-webcrypto-ossl","version":"1.0.9","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","install":"npm run build","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"git+https://github.com/PeculiarVentures/webcrypto-core.git#types"},"devDependencies":{"@types/mkdirp":"^0.3.29","live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gitHead":"361cb74cc7117476c952ccae100b1c8badca8176","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.9","_shasum":"d01a8376b4765007b3ec287749b8ad133b0a208f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"d01a8376b4765007b3ec287749b8ad133b0a208f","size":66302,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.9.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.9.tgz_1479159644981_0.06267089978791773"},"directories":{},"publish_time":1479159645548,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1479159645548,"_cnpmcore_publish_time":"2021-12-16T18:25:04.454Z","hasInstallScript":true},"1.0.8":{"name":"node-webcrypto-ossl","version":"1.0.8","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","types":"index.d.ts","scripts":{"clean":"rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*","prepublish":"npm run build","postinstall":"npm run build","pretest":"npm run build:source","test":"mocha","build":"npm run build:es5","build:es5":"tsc","build:source":"tsc --sourceMap","build:es2015":"tsc --module es2015 --target es2015","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","coverage":"nyc npm test","precoveragehtml":"npm run coverage","coveragehtml":"nyc report -r html","watch":"watch 'npm run coveragehtml' lib/ src/ test/","live":"live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"@types/node":"^6.0.45","mkdirp":"^0.5.1","nan":"^2.4.0","webcrypto-core":"git+https://github.com/PeculiarVentures/webcrypto-core.git#types"},"devDependencies":{"@types/mkdirp":"^0.3.29","live-server":"^1","mocha":"^3","npm-run-all":"^3","nyc":"^8","typescript":"^2.0.3","watch":"^0"},"gypfile":true,"gitHead":"767059c804b31522d6b31877bb58081be6046042","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.8","_shasum":"bf5e9fbcbc1836213b401ac84134e9f8d5ecaebb","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.7","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"bf5e9fbcbc1836213b401ac84134e9f8d5ecaebb","size":66298,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.8.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.8.tgz_1479158885947_0.03711346769705415"},"directories":{},"publish_time":1479158886490,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1479158886490,"_cnpmcore_publish_time":"2021-12-16T18:25:04.719Z","hasInstallScript":true},"1.0.7":{"name":"node-webcrypto-ossl","version":"1.0.7","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.4.0"},"gypfile":true,"gitHead":"9d9cf492730d752ef4a9ef200b0b207afbf1a7eb","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.7","_shasum":"bf16a3fd9fc540e6cff2001122a8bf57792dfbd7","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"bf16a3fd9fc540e6cff2001122a8bf57792dfbd7","size":44979,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.7.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.7.tgz_1471897858293_0.3146800890099257"},"directories":{},"publish_time":1471897859931,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1471897859931,"_cnpmcore_publish_time":"2021-12-16T18:25:04.999Z","hasInstallScript":true},"1.0.6":{"name":"node-webcrypto-ossl","version":"1.0.6","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","build":"typings install && tsc","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"mkdirp":"^0.5.1","nan":"^2.4.0"},"gypfile":true,"gitHead":"499b4333475dee083b202df291207190eb95cc2a","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.6","_shasum":"ca1d40d648aaa473d19d10597173abc514aa2106","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"microshine","email":"microshine@mail.ru"},"dist":{"shasum":"ca1d40d648aaa473d19d10597173abc514aa2106","size":45031,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.6.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.6.tgz_1471473181769_0.2669993706513196"},"directories":{},"publish_time":1471473183921,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1471473183921,"_cnpmcore_publish_time":"2021-12-16T18:25:05.656Z","hasInstallScript":true},"1.0.5":{"name":"node-webcrypto-ossl","version":"1.0.5","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"node-gyp rebuild && tsd install && tsc","pub":"npm version patch && npm publish && git push","sync":"git ac && git pull --rebase && git push"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mkdirp":"^0.5.1","nan":"2.3.x","typescript":"latest","tsd":"latest","node-gyp":"latest"},"devDependencies":{"mocha":"latest"},"gitHead":"9b37a01108884d5a0b090cf3df9cfab0aa295755","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.5","_shasum":"ab0e2297b3a2ba4cdd806be7576dd8c604a4cfdd","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"ab0e2297b3a2ba4cdd806be7576dd8c604a4cfdd","size":65074,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.5.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.5.tgz_1471222088501_0.06745454715564847"},"directories":{},"publish_time":1471222088734,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1471222088734,"_cnpmcore_publish_time":"2021-12-16T18:25:06.018Z","hasInstallScript":true},"1.0.4":{"name":"node-webcrypto-ossl","version":"1.0.4","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"node-gyp rebuild && tsd install && tsc"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mkdirp":"^0.5.1","nan":"2.3.x"},"devDependencies":{"mocha":"^2.3.4"},"gitHead":"f64d648ca077fae034cb2718ef352c2a3a270912","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.4","_shasum":"8491d129775852adcd3b46c7f6a3338c6babb3b5","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"8491d129775852adcd3b46c7f6a3338c6babb3b5","size":46164,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.4.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.4.tgz_1470537354366_0.3972063616383821"},"directories":{},"publish_time":1470537357595,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1470537357595,"_cnpmcore_publish_time":"2021-12-16T18:25:06.587Z","hasInstallScript":true},"1.0.3":{"name":"node-webcrypto-ossl","version":"1.0.3","repository":{"type":"git","url":"git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"},"description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mkdirp":"^0.5.1","mocha":"^2.3.4","nan":"2.3.x"},"gitHead":"9f58ec80388b006cbe916f5eb8fa10b17e82d045","gypfile":true,"bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","_id":"node-webcrypto-ossl@1.0.3","_shasum":"d4d430f9c43016bff76c59e8668de92d1155ca42","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"d4d430f9c43016bff76c59e8668de92d1155ca42","size":46047,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.3.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.3.tgz_1470463916530_0.7984066766221076"},"directories":{},"publish_time":1470463919664,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1470463919664,"_cnpmcore_publish_time":"2021-12-16T18:25:06.853Z","hasInstallScript":true},"1.0.2":{"name":"node-webcrypto-ossl","version":"1.0.2","description":"[![license](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/PeculiarVentures/node-webcrypto-ossl/master/LICENSE)","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mocha":"^2.3.4","nan":"2.1.0"},"gitHead":"9d7a96e62030499379dde14c9a3143776c12a1d2","gypfile":true,"_id":"node-webcrypto-ossl@1.0.2","_shasum":"5c43ea56a5f882d3e00c6c361ed9a93d79e21c1e","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"5c43ea56a5f882d3e00c6c361ed9a93d79e21c1e","size":52103,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.2.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.2.tgz_1462824679502_0.3882885342463851"},"directories":{},"publish_time":1462824682008,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1462824682008,"_cnpmcore_publish_time":"2021-12-16T18:25:07.231Z","hasInstallScript":true},"1.0.11":{"name":"node-webcrypto-ossl","version":"1.0.11","description":"[![license](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/PeculiarVentures/node-webcrypto-ossl/master/LICENSE)","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"tsd install && tsc && node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mocha":"^2.3.4","nan":"2.1.0"},"gitHead":"18ed10a0a8537a2066f12cc8b7a44b8177f5c31d","_id":"node-webcrypto-ossl@1.0.11","_shasum":"93c48bb6fcdb430c32ef58dcfbb39fdc442e68d2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"93c48bb6fcdb430c32ef58dcfbb39fdc442e68d2","size":42921,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.11.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.11.tgz_1462580504779_0.9410301870666444"},"directories":{},"publish_time":1462580505315,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1462580505315,"_cnpmcore_publish_time":"2021-12-16T18:25:07.540Z","hasInstallScript":true},"1.0.1":{"name":"node-webcrypto-ossl","version":"1.0.1","description":"[![license](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/PeculiarVentures/node-webcrypto-ossl/master/LICENSE)","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"tsd install && tsc && node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mocha":"^2.3.4","nan":"2.1.0"},"gitHead":"18ed10a0a8537a2066f12cc8b7a44b8177f5c31d","_id":"node-webcrypto-ossl@1.0.1","_shasum":"ed72002d6c2e009c512c702d7863b299ead29889","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"ed72002d6c2e009c512c702d7863b299ead29889","size":42944,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.1.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.1.tgz_1462491304657_0.905841485131532"},"directories":{},"publish_time":1462491307875,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1462491307875,"_cnpmcore_publish_time":"2021-12-16T18:25:07.841Z","hasInstallScript":true},"1.0.0":{"name":"node-webcrypto-ossl","version":"1.0.0","description":"A WebCrypto Polyfill for Node in TypeScript built on OpenSSL","main":"buildjs/webcrypto.js","scripts":{"test":"mocha","install":"tsd install && tsc && node-gyp rebuild"},"author":{"name":"PeculiarVentures"},"license":"MIT","keywords":["crypto","openssl","webcrypto","rsa","aes","ec","jwk","polyfill"],"dependencies":{"base64url":"^1.0.5","mocha":"^2.3.4","nan":"^2.1.0"},"gitHead":"20cdee2c1bfab1b46ac1fab1e9d5e24f9848584b","_id":"node-webcrypto-ossl@1.0.0","_shasum":"eeff723976612d8ef98c63790fba3a727e8a7c58","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"peculiarventures","email":"info@peculiarventures.com"},"dist":{"shasum":"eeff723976612d8ef98c63790fba3a727e8a7c58","size":40703,"noattachment":false,"key":"/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-webcrypto-ossl/download/node-webcrypto-ossl-1.0.0.tgz"},"maintainers":[{"name":"microshine","email":""},{"name":"peculiarventures","email":""}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/node-webcrypto-ossl-1.0.0.tgz_1456441708194_0.5159109043888748"},"directories":{},"publish_time":1456441710710,"_hasShrinkwrap":false,"deprecated":"node-webcrypto-ossl has been deprecated. This module was created in 2015 because at the time the Node team did not feel the need to have two crypto interfaces and they already had one before WebCrypto was defined","_cnpm_publish_time":1456441710710,"_cnpmcore_publish_time":"2021-12-16T18:25:08.115Z","hasInstallScript":true}},"readme":"# node-webcrypto-ossl\r\n\r\n[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/PeculiarVentures/node-webcrypto-ossl/master/LICENSE)\r\n![test](https://github.com/PeculiarVentures/node-webcrypto-ossl/workflows/test/badge.svg)\r\n[![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/node-webcrypto-ossl/badge.svg?branch=master)](https://coveralls.io/github/PeculiarVentures/node-webcrypto-ossl?branch=master)\r\n[![npm version](https://badge.fury.io/js/node-webcrypto-ossl.svg)](https://badge.fury.io/js/node-webcrypto-ossl)\r\n\r\n[![NPM](https://nodei.co/npm/node-webcrypto-ossl.png)](https://nodei.co/npm/node-webcrypto-ossl/)\r\n\r\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 `node-webcrypto-ossl` a native polyfill for WebCrypto based on OpenSSL since at the time Node did not have a native WebCrypto implementation. As of [Node 15](https://nodejs.org/api/webcrypto.html) however they have added such a interface so you may not need this module any longer.\r\n\r\n## Table Of Contents\r\n\r\n* [WARNING](#warning)\r\n* [Installing](#installing)\r\n  * [Clone Repo](#clone-repo)\r\n  * [Install Dependencies](#install-dependencies)\r\n  * [Install](#install)\r\n  * [Test](#test)\r\n* [Threat Model](#threat-model)\r\n  * [Assumptions](#assumptions)\r\n  * [Threats From Weak Cryptography](#threats-from-weak-cryptography)\r\n  * [Threats From Improper Use Of Cryptography](#threats-from-improper-use-of-cryptography)\r\n* [Bug Reporting](#bug-reporting)\r\n* [Related](#related)\r\n\r\n## WARNING\r\n\r\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.**\r\n\r\n## Installation\r\n\r\n### npm\r\n\r\n```\r\nnpm install node-webcrypto-ossl;\r\n```\r\n\r\n### Clone Repo\r\n\r\n```\r\ngit clone https://github.com/PeculiarVentures/node-webcrypto-ossl\r\ncd node-webcrypto-ossl\r\n```\r\n\r\n### Install \r\n\r\n```                          \r\nnpm install\r\n```\r\n\r\n### Test\r\n\r\n```\r\nmocha\r\n```\r\n\r\n## Supported algorithms\r\n\r\n| Algorithm name    | generateKey | digest  | export/import | sign/verify | encrypt/decrypt | wrapKey/unwrapKey | derive  |\r\n|-------------------|-------------|---------|---------------|-------------|-----------------|-------------------|---------|\r\n| SHA-1             |             |    X    |               |             |                 |                   |         |\r\n| SHA-256           |             |    X    |               |             |                 |                   |         |\r\n| SHA-384           |             |    X    |               |             |                 |                   |         |\r\n| SHA-512           |             |    X    |               |             |                 |                   |         |\r\n| RSASSA-PKCS1-v1_5 |      X      |         |       X       |      X      |                 |                   |         |\r\n| RSA-PSS           |      X      |         |       X       |      X      |                 |                   |         |\r\n| RSA-OAEP          |      X      |         |       X       |             |        X        |         X         |         |\r\n| AES-CBC           |      X      |         |       X       |             |        X        |         X         |         |\r\n| AES-CTR           |      X      |         |       X       |             |        X        |         X         |         |\r\n| AES-ECB <sub>2</sub> |      X      |         |       X       |             |        X        |         X         |         |\r\n| AES-GCM           |      X      |         |       X       |             |        X        |         X         |         |\r\n| AES-KW            |      X      |         |       X       |             |                 |         X         |         |\r\n| AES-CMAC          |      X      |         |       X       |      X      |                 |                   |         |\r\n| ECDSA             |      X      |         |       X       |      X      |                 |                   |         |\r\n| ECDH              |      X      |         |       X       |             |                 |                   |    X    |\r\n| HMAC              |      X      |         |       X       |      X      |                 |                   |         |\r\n| PBKDF2            |             |         |       X       |             |                 |                   |    X    |\r\n| DES-CBC           |      X      |         |       X       |             |        X        |         X         |         |\r\n| DES-EDE3-CBC      |      X      |         |       X       |             |        X        |         X         |         |\r\n\r\n<sub>2 ECB support is not defined by the WebCrypto specifications. Use of ECB 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.</sub>\r\n\r\n## Using\r\n\r\n```js\r\nimport { Crypto } from \"node-webcrypto-ossl\";\r\n\r\nconst crypto = new Crypto();\r\n```\r\n\r\n## Elliptic curve secp256k1\r\n\r\n`secp256k1` curve is not defined by the WebCrypto specifications. This module implements `K-256` curve for ECDSA algorithm.\r\n\r\n[K-256 curve examples](https://github.com/PeculiarVentures/webcrypto-core/blob/master/spec/EC_K_256.md)\r\n\r\n## KeyStorage\r\n\r\nTo use KeyStorage you should init WebCrypto with `directory` option. If `directory` option is missing then `keyStorage` is `null`\r\n\r\n```javascript\r\nconst { Crypto } = require(\"node-webcrypto-ossl\");\r\n\r\nconst crypto = new Crypto({\r\n  directory: \"key_storage\"\r\n})\r\n```\r\n\r\nKeyStorage implements interface of [W3 Storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage)\r\n\r\n```js\r\n// generating RSA key\r\nconst keys = await crypto.subtle.generateKey({\r\n    name: \"RSASSA-PKCS1-v1_5\",\r\n    modulusLength: 1024,\r\n    publicExponent: new Uint8Array([1, 0, 1]),\r\n    hash: {\r\n      name: \"SHA-1\"\r\n    }\r\n  },\r\n    false,\r\n    [\"sign\", \"verify\"]\r\n  );\r\n\r\n/** \r\n * saving private RSA key to KeyStorage\r\n * creates file ./key_storage/prvRSA-1024\r\n */\r\nawait crypto.keyStorage.setItem(keyPairs.privateKey, \"prvRSA-1024\");\r\n```\r\n\r\nTo get key from KeyStorage\r\n```js\r\nvar rsaKey = await webcrypto.keyStorage.getItem(\"prvRSA-1024\");\r\n```\r\n\r\n## Threat Model\r\n\r\nThe threat model is defined in terms of what each possible attacker can achieve. \r\n\r\n### Assumptions\r\n\r\nTODO: ADD ASSUMPTIONS\r\n\r\n### Threats From A node-webcrypto-ossl Defect\r\n\r\nTODO: ADD THREATS FROM NODE-WEBCRYPTO-OSSL DEFECT\r\n\r\n### Threats From Weak Cryptography\r\n\r\nTODO: ADD THREATS FROM WEAK CRYPTOGRAPHY\r\n\r\n### Threats From Improper Use Of Cryptography\r\n\r\nTODO: ADD THREATS FOR IMPROPER USE OF CRYPTOGRAPHY\r\n\r\n\r\n## Bug Reporting\r\nPlease report bugs either as pull requests or as issues in the issue tracker. node-webcrypto-ossl has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.\r\n\r\n\r\n## Related\r\n - [node-webcrypto-p11](https://github.com/PeculiarVentures/node-webcrypto-p11)\r\n - [webcrypto-liner](https://github.com/PeculiarVentures/webcrypto-liner)\r\n - [WebCrypto Examples](https://github.com/diafygi/webcrypto-examples)\r\n - [OpenSSL](https://github.com/openssl/openssl)\r\n - [OpenSSL AES GCM encrypt/decrypt](https://wiki.openssl.org/index.php/EVP_Authenticated_Encryption_and_Decryption)\r\n","_attachments":{},"homepage":"https://github.com/PeculiarVentures/node-webcrypto-ossl#readme","bugs":{"url":"https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"},"license":"MIT"}