@common-fp/shared-internals 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/license.txt.bak +106 -0
- package/package.json +17 -4
- package/readme.md +4 -2
package/license.txt.bak
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
There are two sections in this file
|
|
2
|
+
|
|
3
|
+
1. The license for this package
|
|
4
|
+
2. The licenses for dependencies embedded in this package
|
|
5
|
+
|
|
6
|
+
#############
|
|
7
|
+
# Section 1 #
|
|
8
|
+
#############
|
|
9
|
+
|
|
10
|
+
You can choose between either of the two licenses listed below
|
|
11
|
+
|
|
12
|
+
WTFNMF
|
|
13
|
+
Zero-Clause BSD
|
|
14
|
+
|
|
15
|
+
This choice is offered since WTFNMF is not OSI approved.
|
|
16
|
+
|
|
17
|
+
--------------------
|
|
18
|
+
|
|
19
|
+
DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
|
|
20
|
+
Version 1, October 2013
|
|
21
|
+
|
|
22
|
+
Copyright Phil Olson <philip.olson@pm.me>
|
|
23
|
+
|
|
24
|
+
Everyone is permitted to copy and distribute verbatim or modified
|
|
25
|
+
copies of this license document, and changing it is allowed as long
|
|
26
|
+
as the name is changed.
|
|
27
|
+
|
|
28
|
+
DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
|
|
29
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
30
|
+
|
|
31
|
+
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
32
|
+
|
|
33
|
+
1. Do not hold the author(s), creator(s), developer(s) or
|
|
34
|
+
distributor(s) liable for anything that happens or goes wrong
|
|
35
|
+
with your use of the work.
|
|
36
|
+
|
|
37
|
+
--------------------
|
|
38
|
+
|
|
39
|
+
Copyright Phil Olson <philip.olson@pm.me>
|
|
40
|
+
|
|
41
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
42
|
+
with or without fee is hereby granted.
|
|
43
|
+
|
|
44
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
45
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
46
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
47
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
48
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
49
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
50
|
+
THIS SOFTWARE.
|
|
51
|
+
|
|
52
|
+
--------------------
|
|
53
|
+
|
|
54
|
+
#############
|
|
55
|
+
# Section 2 #
|
|
56
|
+
#############
|
|
57
|
+
|
|
58
|
+
license for type-detect embedded at ./src/deps/type-detect.mjs
|
|
59
|
+
from github.com/chaijs/type-detect#4415ced2c49007f097627515806553e7f649c293Z
|
|
60
|
+
|
|
61
|
+
Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
|
|
62
|
+
|
|
63
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
64
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
65
|
+
in the Software without restriction, including without limitation the rights
|
|
66
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
67
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
68
|
+
furnished to do so, subject to the following conditions:
|
|
69
|
+
|
|
70
|
+
The above copyright notice and this permission notice shall be included in
|
|
71
|
+
all copies or substantial portions of the Software.
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
75
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
76
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
77
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
78
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
79
|
+
THE SOFTWARE.
|
|
80
|
+
|
|
81
|
+
--------------------
|
|
82
|
+
|
|
83
|
+
license for universal-eol embedded at ./src/deps/universal-eol.mjs
|
|
84
|
+
from https://github.com/p2227/universal-eol#b3139118238f207a6ff38850b4134ebd4754ff07
|
|
85
|
+
|
|
86
|
+
MIT License
|
|
87
|
+
|
|
88
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
89
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
90
|
+
in the Software without restriction, including without limitation the rights
|
|
91
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
92
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
93
|
+
furnished to do so, subject to the following conditions:
|
|
94
|
+
|
|
95
|
+
The above copyright notice and this permission notice shall be included in all
|
|
96
|
+
copies or substantial portions of the Software.
|
|
97
|
+
|
|
98
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
99
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
100
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
101
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
102
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
103
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
104
|
+
SOFTWARE.
|
|
105
|
+
|
|
106
|
+
--------------------
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@common-fp/shared-internals",
|
|
3
3
|
"description": "Code used to build common-fp utilities",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.2",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"types": "./dist/index.d.cts",
|
|
8
8
|
"exports": {
|
|
@@ -20,20 +20,33 @@
|
|
|
20
20
|
"./package.json": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
|
+
"license.txt",
|
|
24
|
+
"readme.md",
|
|
23
25
|
"dist"
|
|
24
26
|
],
|
|
25
27
|
"keywords": [
|
|
26
|
-
"common-fp"
|
|
27
|
-
"shared-internals"
|
|
28
|
+
"common-fp"
|
|
28
29
|
],
|
|
29
30
|
"author": "Phil Olson",
|
|
30
31
|
"license": "SEE LICENSE IN license.txt",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/common-fp/common-fp/issues"
|
|
34
|
+
},
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "git+https://github.com/common-fp/common-fp.git",
|
|
38
|
+
"directory": "pkg/shared-internals"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://github.com/common-fp/common-fp/tree/dev/pkg/shared-internals",
|
|
31
41
|
"peerDependenciesMeta": {
|
|
32
42
|
"@common-fp/shared-internals-types": {
|
|
33
43
|
"optional": true
|
|
34
44
|
}
|
|
35
45
|
},
|
|
36
46
|
"peerDependencies": {
|
|
37
|
-
"@common-fp/shared-internals-types": "^0.1.
|
|
47
|
+
"@common-fp/shared-internals-types": "^0.1.1"
|
|
48
|
+
},
|
|
49
|
+
"engines": {
|
|
50
|
+
"node": ">=20"
|
|
38
51
|
}
|
|
39
52
|
}
|
package/readme.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
On npm: `@common-fp/shared-internals`
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
These are the functions used to build the `common-fp` utilities - things like
|
|
6
8
|
input assertions and determining the input type.
|
|
7
9
|
|
|
8
|
-
This package exists because originally
|
|
10
|
+
This package exists because I originally imagined sharing the internals for
|
|
9
11
|
other devs to build their own FP utilities. But I've decided to wait on that
|
|
10
12
|
because it would take time to refine the API and write documentation.
|