diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 65f81b006..ca23071a8 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -749,6 +749,16 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, + "node_modules/@types/long": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", + "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", + "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed.", + "dev": true, + "dependencies": { + "long": "*" + } + }, "node_modules/@types/node": { "version": "12.12.70", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.70.tgz", diff --git a/node_modules/@types/long/LICENSE b/node_modules/@types/long/LICENSE new file mode 100755 index 000000000..9e841e7a2 --- /dev/null +++ b/node_modules/@types/long/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/long/README.md b/node_modules/@types/long/README.md new file mode 100755 index 000000000..7e4466fd6 --- /dev/null +++ b/node_modules/@types/long/README.md @@ -0,0 +1,3 @@ +This is a stub types definition for @types/long (https://github.com/dcodeIO/long.js#readme). + +long provides its own type definitions, so you don't need @types/long installed! \ No newline at end of file diff --git a/node_modules/@types/long/package.json b/node_modules/@types/long/package.json new file mode 100755 index 000000000..3ac402dd7 --- /dev/null +++ b/node_modules/@types/long/package.json @@ -0,0 +1,12 @@ +{ + "name": "@types/long", + "version": "5.0.0", + "description": "Stub TypeScript definitions entry for long, which provides its own types definitions", + "main": "", + "scripts": {}, + "license": "MIT", + "dependencies": { + "long": "*" + }, + "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed." +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9a14356e1..4a585c507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -806,6 +806,16 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, + "node_modules/@types/long": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", + "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", + "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed.", + "dev": true, + "dependencies": { + "long": "*" + } + }, "node_modules/@types/node": { "version": "12.12.70", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.70.tgz", @@ -6604,6 +6614,15 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, + "@types/long": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", + "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", + "dev": true, + "requires": { + "long": "*" + } + }, "@types/node": { "version": "12.12.70", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.70.tgz",