diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md index fffdb5f..1683abf 100644 --- a/THIRD_PARTY_NOTICES.md +++ b/THIRD_PARTY_NOTICES.md @@ -1,6 +1,6 @@ # Third Party Notices -This app uses source code from third party libraries which carry +The nr-user-flows uses source code from third party libraries which carry their own copyright notices and license terms. These notices are provided below. @@ -14,20 +14,13 @@ code, the source code can be found at [https://github.com/newrelic/nr-user-flows **[dependencies](#dependencies)** +* [@ant-design/graphs](#ant-designgraphs) * [@mantine/hooks](#mantinehooks) -* [async](#async) -* [graphql-tag](#graphql-tag) -* [graphql](#graphql) -* [js-base64](#js-base64) -* [lodash](#lodash) * [prop-types](#prop-types) -* [react-json-to-csv](#react-json-to-csv) +* [react-copy-to-clipboard](#react-copy-to-clipboard) +* [react-dom](#react-dom) * [react-modal](#react-modal) -* [react-select](#react-select) -* [react-toastify](#react-toastify) -* [semantic-ui-react](#semantic-ui-react) -* [semver](#semver) -* [uuid](#uuid) +* [react](#react) **[devDependencies](#devDependencies)** @@ -42,9 +35,9 @@ code, the source code can be found at [https://github.com/newrelic/nr-user-flows ## dependencies -### @mantine/hooks +### @ant-design/graphs -This product includes source derived from [@mantine/hooks](https://github.com/mantinedev/mantine) ([v5.9.4](https://github.com/mantinedev/mantine/tree/v5.9.4)), distributed under the [MIT License](https://github.com/mantinedev/mantine/blob/v5.9.4/README.md): +This product includes source derived from [@ant-design/graphs](https://github.com/ant-design/ant-design-charts) ([v1.4.0](https://github.com/ant-design/ant-design-charts/tree/v1.4.0)), distributed under the [MIT License](https://github.com/ant-design/ant-design-charts/blob/v1.4.0/README.md): ``` MIT License @@ -58,41 +51,30 @@ The above copyright notice and this permission notice shall be included in all c 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. ``` -### async +### @mantine/hooks -This product includes source derived from [async](https://github.com/caolan/async) ([v3.2.4](https://github.com/caolan/async/tree/v3.2.4)), distributed under the [MIT License](https://github.com/caolan/async/blob/v3.2.4/LICENSE): +This product includes source derived from [@mantine/hooks](https://github.com/mantinedev/mantine) ([v5.10.5](https://github.com/mantinedev/mantine/tree/v5.10.5)), distributed under the [MIT License](https://github.com/mantinedev/mantine/blob/v5.10.5/README.md): ``` -Copyright (c) 2010-2018 Caolan McMahon +MIT License -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: +Copyright (c) -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +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 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. +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. ``` -### graphql-tag +### prop-types -This product includes source derived from [graphql-tag](https://github.com/apollographql/graphql-tag) ([v2.12.6](https://github.com/apollographql/graphql-tag/tree/v2.12.6)), distributed under the [MIT License](https://github.com/apollographql/graphql-tag/blob/v2.12.6/LICENSE): +This product includes source derived from [prop-types](https://github.com/facebook/prop-types) ([v15.7.2](https://github.com/facebook/prop-types/tree/v15.7.2)), distributed under the [MIT License](https://github.com/facebook/prop-types/blob/v15.7.2/LICENSE): ``` -The MIT License (MIT) +MIT License -Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.) +Copyright (c) 2013-present, Facebook, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -114,14 +96,14 @@ SOFTWARE. ``` -### graphql +### react-copy-to-clipboard -This product includes source derived from [graphql](https://github.com/graphql/graphql-js) ([v14.7.0](https://github.com/graphql/graphql-js/tree/v14.7.0)), distributed under the [MIT License](https://github.com/graphql/graphql-js/blob/v14.7.0/LICENSE): +This product includes source derived from [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) ([v5.1.0](https://github.com/nkbt/react-copy-to-clipboard/tree/v5.1.0)), distributed under the [MIT License](https://github.com/nkbt/react-copy-to-clipboard/blob/v5.1.0/LICENSE): ``` -MIT License +The MIT License (MIT) -Copyright (c) 2019 GraphQL Contributors +Copyright (c) 2016 Nik Butenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -141,106 +123,17 @@ 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. -``` - -### js-base64 - -This product includes source derived from [js-base64](https://github.com/dankogai/js-base64) ([v2.6.4](https://github.com/dankogai/js-base64/tree/v2.6.4)), distributed under the [BSD-3-Clause License](https://github.com/dankogai/js-base64/blob/v2.6.4/LICENSE.md): ``` -Copyright (c) 2014, Dan Kogai -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of {{{project}}} nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -``` - -### lodash - -This product includes source derived from [lodash](https://github.com/lodash/lodash) ([v4.17.21](https://github.com/lodash/lodash/tree/v4.17.21)), distributed under the [MIT License](https://github.com/lodash/lodash/blob/v4.17.21/LICENSE): - -``` -Copyright OpenJS Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -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. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - -``` - -### prop-types +### react-dom -This product includes source derived from [prop-types](https://github.com/facebook/prop-types) ([v15.8.1](https://github.com/facebook/prop-types/tree/v15.8.1)), distributed under the [MIT License](https://github.com/facebook/prop-types/blob/v15.8.1/LICENSE): +This product includes source derived from [react-dom](https://github.com/facebook/react) ([v17.0.2](https://github.com/facebook/react/tree/v17.0.2)), distributed under the [MIT License](https://github.com/facebook/react/blob/v17.0.2/LICENSE): ``` MIT License -Copyright (c) 2013-present, Facebook, Inc. +Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -262,37 +155,9 @@ SOFTWARE. ``` -### react-json-to-csv - -This product includes source derived from [react-json-to-csv](https://github.com/coston/react-json-to-csv) ([v1.0.4](https://github.com/coston/react-json-to-csv/tree/v1.0.4)), distributed under the [MIT License](https://github.com/coston/react-json-to-csv/blob/v1.0.4/LICENSE): - -``` -MIT License - -Copyright (c) 2019 Coston Perkins - -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. -``` - ### react-modal -This product includes source derived from [react-modal](https://github.com/reactjs/react-modal) ([v3.15.1](https://github.com/reactjs/react-modal/tree/v3.15.1)), distributed under the [MIT License](https://github.com/reactjs/react-modal/blob/v3.15.1/LICENSE): +This product includes source derived from [react-modal](https://github.com/reactjs/react-modal) ([v3.16.1](https://github.com/reactjs/react-modal/tree/v3.16.1)), distributed under the [MIT License](https://github.com/reactjs/react-modal/blob/v3.16.1/LICENSE): ``` Copyright (c) 2017 Ryan Florence @@ -317,58 +182,14 @@ SOFTWARE. ``` -### react-select - -This product includes source derived from [react-select](https://github.com/JedWatson/react-select/tree/master/packages/react-select) ([v3.2.0](https://github.com/JedWatson/react-select/tree/master/packages/react-select/tree/v3.2.0)), distributed under the [MIT License](https://github.com/JedWatson/react-select/tree/master/packages/react-select/blob/v3.2.0/README.md): - -``` -MIT License - -Copyright (c) - -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. -``` - -### react-toastify - -This product includes source derived from [react-toastify](https://github.com/fkhadra/react-toastify) ([v5.5.0](https://github.com/fkhadra/react-toastify/tree/v5.5.0)), distributed under the [MIT License](https://github.com/fkhadra/react-toastify/blob/v5.5.0/LICENSE): - -``` -MIT License - -Copyright (c) 2019 Fadi Khadra - -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. -``` - -### semantic-ui-react +### react -This product includes source derived from [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React) ([v0.88.2](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.88.2)), distributed under the [MIT License](https://github.com/Semantic-Org/Semantic-UI-React/blob/v0.88.2/LICENSE.md): +This product includes source derived from [react](https://github.com/facebook/react) ([v17.0.2](https://github.com/facebook/react/tree/v17.0.2)), distributed under the [MIT License](https://github.com/facebook/react/blob/v17.0.2/LICENSE): ``` MIT License -Copyright (c) 2016 TechnologyAdvice +Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -390,46 +211,6 @@ SOFTWARE. ``` -### semver - -This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.3.7](https://github.com/npm/node-semver/tree/v7.3.7)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.3.7/LICENSE): - -``` -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -``` - -### uuid - -This product includes source derived from [uuid](https://github.com/uuidjs/uuid) ([v8.3.2](https://github.com/uuidjs/uuid/tree/v8.3.2)), distributed under the [MIT License](https://github.com/uuidjs/uuid/blob/v8.3.2/LICENSE.md): - -``` -The MIT License (MIT) - -Copyright (c) 2010-2020 Robert Kieffer and other contributors - -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. - -``` - ## devDependencies @@ -799,3 +580,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` + diff --git a/third_party_manifest.json b/third_party_manifest.json new file mode 100644 index 0000000..937c122 --- /dev/null +++ b/third_party_manifest.json @@ -0,0 +1,177 @@ +{ + "lastUpdated": "Tue Apr 16 2024 13:11:59 GMT+0000 (Coordinated Universal Time)", + "projectName": "nr-user-flows", + "projectUrl": "https://github.com/newrelic/nr-user-flows", + "includeOptDeps": false, + "includeDev": true, + "dependencies": { + "@ant-design/graphs@1.4.0": { + "name": "@ant-design/graphs", + "version": "1.4.0", + "range": "^1.4.0", + "licenses": "MIT", + "repoUrl": "https://github.com/ant-design/ant-design-charts", + "versionedRepoUrl": "https://github.com/ant-design/ant-design-charts/tree/v1.4.0", + "licenseFile": "node_modules/@ant-design/graphs/README.md", + "licenseUrl": "https://github.com/ant-design/ant-design-charts/blob/v1.4.0/README.md", + "licenseTextSource": "spdx" + }, + "@mantine/hooks@5.10.5": { + "name": "@mantine/hooks", + "version": "5.10.5", + "range": "^5.9.4", + "licenses": "MIT", + "repoUrl": "https://github.com/mantinedev/mantine", + "versionedRepoUrl": "https://github.com/mantinedev/mantine/tree/v5.10.5", + "licenseFile": "node_modules/@mantine/hooks/README.md", + "licenseUrl": "https://github.com/mantinedev/mantine/blob/v5.10.5/README.md", + "licenseTextSource": "spdx", + "publisher": "Vitaly Rtishchev", + "email": "rtivital@gmail.com" + }, + "prop-types@15.7.2": { + "name": "prop-types", + "version": "15.7.2", + "range": "15.7.2", + "licenses": "MIT", + "repoUrl": "https://github.com/facebook/prop-types", + "versionedRepoUrl": "https://github.com/facebook/prop-types/tree/v15.7.2", + "licenseFile": "node_modules/prop-types/LICENSE", + "licenseUrl": "https://github.com/facebook/prop-types/blob/v15.7.2/LICENSE", + "licenseTextSource": "file" + }, + "react-copy-to-clipboard@5.1.0": { + "name": "react-copy-to-clipboard", + "version": "5.1.0", + "range": "^5.1.0", + "licenses": "MIT", + "repoUrl": "https://github.com/nkbt/react-copy-to-clipboard", + "versionedRepoUrl": "https://github.com/nkbt/react-copy-to-clipboard/tree/v5.1.0", + "licenseFile": "node_modules/react-copy-to-clipboard/LICENSE", + "licenseUrl": "https://github.com/nkbt/react-copy-to-clipboard/blob/v5.1.0/LICENSE", + "licenseTextSource": "file", + "publisher": "Nik Butenko", + "email": "nik@butenko.me" + }, + "react-dom@17.0.2": { + "name": "react-dom", + "version": "17.0.2", + "range": "17.0.2", + "licenses": "MIT", + "repoUrl": "https://github.com/facebook/react", + "versionedRepoUrl": "https://github.com/facebook/react/tree/v17.0.2", + "licenseFile": "node_modules/react-dom/LICENSE", + "licenseUrl": "https://github.com/facebook/react/blob/v17.0.2/LICENSE", + "licenseTextSource": "file" + }, + "react-modal@3.16.1": { + "name": "react-modal", + "version": "3.16.1", + "range": "^3.16.1", + "licenses": "MIT", + "repoUrl": "https://github.com/reactjs/react-modal", + "versionedRepoUrl": "https://github.com/reactjs/react-modal/tree/v3.16.1", + "licenseFile": "node_modules/react-modal/LICENSE", + "licenseUrl": "https://github.com/reactjs/react-modal/blob/v3.16.1/LICENSE", + "licenseTextSource": "file" + }, + "react@17.0.2": { + "name": "react", + "version": "17.0.2", + "range": "17.0.2", + "licenses": "MIT", + "repoUrl": "https://github.com/facebook/react", + "versionedRepoUrl": "https://github.com/facebook/react/tree/v17.0.2", + "licenseFile": "node_modules/react/LICENSE", + "licenseUrl": "https://github.com/facebook/react/blob/v17.0.2/LICENSE", + "licenseTextSource": "file" + } + }, + "devDependencies": { + "@newrelic/eslint-plugin-newrelic@0.3.1": { + "name": "@newrelic/eslint-plugin-newrelic", + "version": "0.3.1", + "range": "^0.3.1", + "licenses": "Apache-2.0", + "repoUrl": "https://github.com/NewRelic/eslint-plugin-newrelic", + "versionedRepoUrl": "https://github.com/NewRelic/eslint-plugin-newrelic/tree/v0.3.1", + "licenseFile": "node_modules/@newrelic/eslint-plugin-newrelic/LICENSE", + "licenseUrl": "https://github.com/NewRelic/eslint-plugin-newrelic/blob/v0.3.1/LICENSE", + "licenseTextSource": "file", + "publisher": "New Relic" + }, + "@semantic-release/changelog@5.0.1": { + "name": "@semantic-release/changelog", + "version": "5.0.1", + "range": "^5.0.1", + "licenses": "MIT", + "repoUrl": "https://github.com/semantic-release/changelog", + "versionedRepoUrl": "https://github.com/semantic-release/changelog/tree/v5.0.1", + "licenseFile": "node_modules/@semantic-release/changelog/LICENSE", + "licenseUrl": "https://github.com/semantic-release/changelog/blob/v5.0.1/LICENSE", + "licenseTextSource": "file", + "publisher": "Pierre Vanduynslager", + "url": "https://github.com/pvdlg" + }, + "@semantic-release/git@9.0.1": { + "name": "@semantic-release/git", + "version": "9.0.1", + "range": "^9.0.0", + "licenses": "MIT", + "repoUrl": "https://github.com/semantic-release/git", + "versionedRepoUrl": "https://github.com/semantic-release/git/tree/v9.0.1", + "licenseFile": "node_modules/@semantic-release/git/LICENSE", + "licenseUrl": "https://github.com/semantic-release/git/blob/v9.0.1/LICENSE", + "licenseTextSource": "file", + "publisher": "Pierre Vanduynslager", + "url": "https://github.com/pvdlg" + }, + "eslint@6.8.0": { + "name": "eslint", + "version": "6.8.0", + "range": "^6.8.0", + "licenses": "MIT", + "repoUrl": "https://github.com/eslint/eslint", + "versionedRepoUrl": "https://github.com/eslint/eslint/tree/v6.8.0", + "licenseFile": "node_modules/eslint/LICENSE", + "licenseUrl": "https://github.com/eslint/eslint/blob/v6.8.0/LICENSE", + "licenseTextSource": "file", + "publisher": "Nicholas C. Zakas", + "email": "nicholas+npm@nczconsulting.com" + }, + "prettier@1.19.1": { + "name": "prettier", + "version": "1.19.1", + "range": "^1.19.1", + "licenses": "MIT", + "repoUrl": "https://github.com/prettier/prettier", + "versionedRepoUrl": "https://github.com/prettier/prettier/tree/v1.19.1", + "licenseFile": "node_modules/prettier/LICENSE", + "licenseUrl": "https://github.com/prettier/prettier/blob/v1.19.1/LICENSE", + "licenseTextSource": "file", + "publisher": "James Long" + }, + "react-dom@17.0.2": { + "name": "react-dom", + "version": "17.0.2", + "range": "^17.0.2", + "licenses": "MIT", + "repoUrl": "https://github.com/facebook/react", + "versionedRepoUrl": "https://github.com/facebook/react/tree/v17.0.2", + "licenseFile": "node_modules/react-dom/LICENSE", + "licenseUrl": "https://github.com/facebook/react/blob/v17.0.2/LICENSE", + "licenseTextSource": "file" + }, + "react@17.0.2": { + "name": "react", + "version": "17.0.2", + "range": "^17.0.2", + "licenses": "MIT", + "repoUrl": "https://github.com/facebook/react", + "versionedRepoUrl": "https://github.com/facebook/react/tree/v17.0.2", + "licenseFile": "node_modules/react/LICENSE", + "licenseUrl": "https://github.com/facebook/react/blob/v17.0.2/LICENSE", + "licenseTextSource": "file" + } + } +}