@peculiar/webcrypto
Advanced tools
Comparing version
MIT License | ||
Copyright Peculiar Ventures, Inc. (c) 2019 | ||
Copyright (c) 2020 Peculiar Ventures, LLC | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@peculiar/webcrypto", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A WebCrypto Polyfill for NodeJS", | ||
@@ -9,2 +9,8 @@ "repository": { | ||
}, | ||
"files": [ | ||
"build/**/*.{ts,js}", | ||
"index.d.ts", | ||
"README.md", | ||
"LICENSE.md" | ||
], | ||
"main": "build/webcrypto.js", | ||
@@ -53,24 +59,24 @@ "module": "build/webcrypto.es.js", | ||
"devDependencies": { | ||
"@peculiar/webcrypto-test": "^1.0.6", | ||
"@types/mocha": "^8.0.1", | ||
"@types/node": "^12.12.54", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"@peculiar/webcrypto-test": "^1.0.7", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^12.19.7", | ||
"@typescript-eslint/eslint-plugin": "^4.8.2", | ||
"@typescript-eslint/parser": "^4.8.2", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"mocha": "^8.1.1", | ||
"eslint": "^7.14.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"ts-node": "^8.10.2", | ||
"rollup": "^2.33.3", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.0.13", | ||
"@peculiar/asn1-schema": "^2.0.26", | ||
"@peculiar/json-schema": "^1.1.12", | ||
"pvtsutils": "^1.0.11", | ||
"tslib": "^2.0.1", | ||
"webcrypto-core": "^1.1.6" | ||
"pvtsutils": "^1.1.1", | ||
"tslib": "^2.0.3", | ||
"webcrypto-core": "^1.1.8" | ||
}, | ||
@@ -89,2 +95,3 @@ "nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"text-summary", | ||
@@ -91,0 +98,0 @@ "html" |
# @peculiar/webcrypto | ||
[](https://raw.githubusercontent.com/PeculiarVentures/webcrypto/master/LICENSE.md) | ||
[](https://circleci.com/gh/PeculiarVentures/webcrypto) | ||
 | ||
[](https://coveralls.io/github/PeculiarVentures/webcrypto?branch=master) | ||
@@ -6,0 +6,0 @@ [](https://badge.fury.io/js/%40peculiar%2Fwebcrypto) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
160130
0.07%Updated
Updated
Updated