update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

View File

@@ -0,0 +1,66 @@
{
"_from": "webidl-conversions@^5.0.0",
"_id": "webidl-conversions@5.0.0",
"_inBundle": false,
"_integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
"_location": "/domexception/webidl-conversions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webidl-conversions@^5.0.0",
"name": "webidl-conversions",
"escapedName": "webidl-conversions",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/domexception"
],
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
"_shasum": "ae59c8a00b121543a2acc65c0434f57b0fc11aff",
"_spec": "webidl-conversions@^5.0.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\domexception",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/webidl-conversions/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
"devDependencies": {
"eslint": "^6.7.2",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"engines": {
"node": ">=8"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
"keywords": [
"webidl",
"web",
"types"
],
"license": "BSD-2-Clause",
"main": "lib/index.js",
"name": "webidl-conversions",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/webidl-conversions.git"
},
"scripts": {
"coverage": "nyc mocha test/*.js",
"lint": "eslint .",
"test": "mocha test/*.js"
},
"version": "5.0.0"
}