@optify/config-linux-x64-gnu 1.1.7 → 1.3.0
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/config.linux-x64-gnu.node +0 -0
- package/package.json +18 -18
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optify/config-linux-x64-gnu",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"os": [
|
|
5
|
-
"linux"
|
|
6
|
-
],
|
|
7
|
-
"cpu": [
|
|
8
|
-
"x64"
|
|
9
|
-
],
|
|
10
|
-
"main": "config.linux-x64-gnu.node",
|
|
11
|
-
"files": [
|
|
12
|
-
"config.linux-x64-gnu.node"
|
|
13
|
-
],
|
|
3
|
+
"version": "1.3.0",
|
|
14
4
|
"description": "Simplifies **configuration driven development**: getting the right configuration options for a process or request using pre-loaded configurations from files (JSON, YAML, etc.) to manage options for feature flags, experiments, or flights.",
|
|
15
5
|
"keywords": [
|
|
16
6
|
"configuration"
|
|
17
7
|
],
|
|
18
|
-
"author": "Justin D. Harris <juharris@users.noreply.github.com>",
|
|
19
8
|
"homepage": "https://github.com/juharris/optify",
|
|
20
|
-
"license": "MIT",
|
|
21
|
-
"engines": {
|
|
22
|
-
"node": ">= 10"
|
|
23
|
-
},
|
|
24
|
-
"repository": "https://github.com/juharris/optify",
|
|
25
9
|
"bugs": {
|
|
26
10
|
"url": "https://github.com/juharris/optify/issues"
|
|
27
11
|
},
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": "Justin D. Harris <juharris@users.noreply.github.com>",
|
|
14
|
+
"repository": "https://github.com/juharris/optify",
|
|
15
|
+
"files": [
|
|
16
|
+
"config.linux-x64-gnu.node"
|
|
17
|
+
],
|
|
18
|
+
"os": [
|
|
19
|
+
"linux"
|
|
20
|
+
],
|
|
21
|
+
"cpu": [
|
|
22
|
+
"x64"
|
|
23
|
+
],
|
|
28
24
|
"libc": [
|
|
29
25
|
"glibc"
|
|
30
|
-
]
|
|
26
|
+
],
|
|
27
|
+
"main": "config.linux-x64-gnu.node",
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">= 10"
|
|
30
|
+
}
|
|
31
31
|
}
|