paradiego
This commit is contained in:
21
node_modules/@mui/core-downloads-tracker/LICENSE
generated
vendored
Normal file
21
node_modules/@mui/core-downloads-tracker/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Call-Em-All
|
||||
|
||||
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.
|
||||
5
node_modules/@mui/core-downloads-tracker/README.md
generated
vendored
Normal file
5
node_modules/@mui/core-downloads-tracker/README.md
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# @mui/core-downloads-tracker
|
||||
|
||||
This package does not contain any code.
|
||||
It is used solely to track number of downloads of @mui/material and @mui/joy (the only packages that depend on it) and help us determine the number of users of @mui/base.
|
||||
Counting downloads is done by npm (as for every other package).
|
||||
26
node_modules/@mui/core-downloads-tracker/package.json
generated
vendored
Normal file
26
node_modules/@mui/core-downloads-tracker/package.json
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@mui/core-downloads-tracker",
|
||||
"version": "6.1.0",
|
||||
"private": false,
|
||||
"author": "MUI Team",
|
||||
"description": "Internal package to track number of downloads of our design system libraries",
|
||||
"files": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mui/material-ui.git",
|
||||
"directory": "packages/core-downloads-tracker"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mui/material-ui/issues"
|
||||
},
|
||||
"homepage": "https://mui.com/",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mui-org"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"directory": "build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user