pathchain 1.0.48 → 1.0.50
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/README.md +2 -2
- package/package.json +30 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# pathchain [](https://badge.fury.io/js/pathchain) [](https://badge.fury.io/js/pathchain) [](https://github.com/The-Dream-Operator-s-Garage/pathchain)
|
|
2
2
|

|
|
3
3
|
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ Pathchain is a tool to build path-shaped data structures that are chained one to
|
|
|
8
8
|
# Pathchain documentation
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
# Makers
|
|
13
13
|
Maker functions recieve new data to encode into the chain.
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"_from": "pathchain",
|
|
3
|
+
"_id": "pathchain@1.0.48",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-Hy79zNg//OJHMfQTjL910l6VdznFVnACVLN3qK1je15y35S/JF0bcRTaNrMNqA82U+Pj8IwrK5rQs1Hf2Kufsw==",
|
|
6
|
+
"_location": "/pathchain",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "tag",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "pathchain",
|
|
12
|
+
"name": "pathchain",
|
|
13
|
+
"escapedName": "pathchain",
|
|
14
|
+
"rawSpec": "",
|
|
15
|
+
"saveSpec": null,
|
|
16
|
+
"fetchSpec": "latest"
|
|
17
|
+
},
|
|
18
|
+
"_requiredBy": [
|
|
19
|
+
"#USER",
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/pathchain/-/pathchain-1.0.48.tgz",
|
|
23
|
+
"_shasum": "a629b6221ff1b3c4a96f6038f8849dd6d81c7731",
|
|
24
|
+
"_spec": "pathchain",
|
|
25
|
+
"_where": "C:\\xampp\\htdocs\\regenesis\\pathchain-testing",
|
|
26
|
+
"bundleDependencies": false,
|
|
4
27
|
"dependencies": {
|
|
5
28
|
"date-and-time": "^3.0.2",
|
|
6
29
|
"empty-dir": "^3.0.0",
|
|
7
30
|
"fs": "^0.0.1-security",
|
|
8
31
|
"js-sha256": "^0.9.0",
|
|
9
32
|
"protocol-buffers": "^5.0.0"
|
|
10
|
-
}
|
|
33
|
+
},
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"description": "",
|
|
36
|
+
"name": "pathchain",
|
|
37
|
+
"version": "1.0.50"
|
|
11
38
|
}
|