Skip to content

Commit e087429

Browse files
committed
Update dependency license metadata cache for typed-rest-client bump
1 parent 01c85ef commit e087429

File tree

5 files changed

+118
-1
lines changed

5 files changed

+118
-1
lines changed

.licenses/npm/des.js.dep.yml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: des.js
3+
version: 1.1.0
4+
type: npm
5+
summary: DES implementation
6+
homepage: https://github.com/indutny/des.js#readme
7+
license: mit
8+
licenses:
9+
- sources: README.md
10+
text: |-
11+
This software is licensed under the MIT License.
12+
13+
Copyright Fedor Indutny, 2015.
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a
16+
copy of this software and associated documentation files (the
17+
"Software"), to deal in the Software without restriction, including
18+
without limitation the rights to use, copy, modify, merge, publish,
19+
distribute, sublicense, and/or sell copies of the Software, and to permit
20+
persons to whom the Software is furnished to do so, subject to the
21+
following conditions:
22+
23+
The above copyright notice and this permission notice shall be included
24+
in all copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
27+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
29+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
30+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
31+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
32+
USE OR OTHER DEALINGS IN THE SOFTWARE.
33+
notices: []

.licenses/npm/inherits.dep.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: inherits
3+
version: 2.0.4
4+
type: npm
5+
summary: Browser-friendly inheritance fully compatible with standard node.js inherits()
6+
homepage:
7+
license: isc
8+
licenses:
9+
- sources: LICENSE
10+
text: |+
11+
The ISC License
12+
13+
Copyright (c) Isaac Z. Schlueter
14+
15+
Permission to use, copy, modify, and/or distribute this software for any
16+
purpose with or without fee is hereby granted, provided that the above
17+
copyright notice and this permission notice appear in all copies.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25+
PERFORMANCE OF THIS SOFTWARE.
26+
27+
notices: []

.licenses/npm/js-md4.dep.yml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: js-md4
3+
version: 0.3.2
4+
type: npm
5+
summary: A simple MD4 hash function for JavaScript supports UTF-8 encoding.
6+
homepage: https://github.com/emn178/js-md4
7+
license: mit
8+
licenses:
9+
- sources: LICENSE.txt
10+
text: |
11+
Copyright 2015-2017 Yi-Cyuan Chen
12+
13+
Permission is hereby granted, free of charge, to any person obtaining
14+
a copy of this software and associated documentation files (the
15+
"Software"), to deal in the Software without restriction, including
16+
without limitation the rights to use, copy, modify, merge, publish,
17+
distribute, sublicense, and/or sell copies of the Software, and to
18+
permit persons to whom the Software is furnished to do so, subject to
19+
the following conditions:
20+
21+
The above copyright notice and this permission notice shall be
22+
included in all copies or substantial portions of the Software.
23+
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
27+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
28+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
30+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31+
- sources: README.md
32+
text: The project is released under the [MIT license](http://www.opensource.org/licenses/MIT).
33+
notices: []
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: minimalistic-assert
3+
version: 1.0.1
4+
type: npm
5+
summary: minimalistic-assert ===
6+
homepage: https://github.com/calvinmetcalf/minimalistic-assert
7+
license: isc
8+
licenses:
9+
- sources: LICENSE
10+
text: |-
11+
Copyright 2015 Calvin Metcalf
12+
13+
Permission to use, copy, modify, and/or distribute this software for any purpose
14+
with or without fee is hereby granted, provided that the above copyright notice
15+
and this permission notice appear in all copies.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
18+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
20+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
21+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22+
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23+
PERFORMANCE OF THIS SOFTWARE.
24+
notices: []

.licenses/npm/typed-rest-client.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: typed-rest-client
3-
version: 1.8.11
3+
version: 2.0.0
44
type: npm
55
summary: Node Rest and Http Clients for use with TypeScript
66
homepage: https://github.com/Microsoft/typed-rest-client#readme

0 commit comments

Comments
 (0)