crash-js 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/libcrash-js.1 +119 -0
  2. package/package.json +2 -2
package/libcrash-js.1 ADDED
@@ -0,0 +1,119 @@
1
+ .\" Man page generated from reStructuredText.
2
+ .
3
+ .
4
+ .nr rst2man-indent-level 0
5
+ .
6
+ .de1 rstReportMargin
7
+ \\$1 \\n[an-margin]
8
+ level \\n[rst2man-indent-level]
9
+ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10
+ -
11
+ \\n[rst2man-indent0]
12
+ \\n[rst2man-indent1]
13
+ \\n[rst2man-indent2]
14
+ ..
15
+ .de1 INDENT
16
+ .\" .rstReportMargin pre:
17
+ . RS \\$1
18
+ . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19
+ . nr rst2man-indent-level +1
20
+ .\" .rstReportMargin post:
21
+ ..
22
+ .de UNINDENT
23
+ . RE
24
+ .\" indent \\n[an-margin]
25
+ .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26
+ .nr rst2man-indent-level -1
27
+ .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
+ .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
+ ..
30
+ .TH "LIBCRASH-JS" "1" "" "libcrash-js insert.version.here"
31
+ .SH NAME
32
+ libcrash-js \- Crash JavaScript Library
33
+ .\" SPDX-License-Identifier: AGPL-3.0-or-later
34
+ .\"
35
+ .\" ----------------------------------------------------------------------
36
+ .\" Copyright © 2024, 2025 Pellegrino Prevete
37
+ .\"
38
+ .\" All rights reserved
39
+ .\" ----------------------------------------------------------------------
40
+ .\"
41
+ .\" This program is free software: you can redistribute it and/or modify
42
+ .\" it under the terms of the GNU Affero General Public License as published by
43
+ .\" the Free Software Foundation, either version 3 of the License, or
44
+ .\" (at your option) any later version.
45
+ .\"
46
+ .\" This program is distributed in the hope that it will be useful,
47
+ .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
48
+ .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49
+ .\" GNU Affero General Public License for more details.
50
+ .\"
51
+ .\" You should have received a copy of the GNU Affero General Public License
52
+ .\" along with this program. If not, see <https://www.gnu.org/licenses/>.
53
+ .
54
+ .SH SYNOPSIS
55
+ .INDENT 0.0
56
+ .INDENT 3.5
57
+ .sp
58
+ .EX
59
+ const
60
+ _libcrash =
61
+ require(
62
+ \(aqcrash\-js\(aq) ||
63
+ require(
64
+ \(aq../libcrash\-js/crash\-js\(aq);
65
+ .EE
66
+ .UNINDENT
67
+ .UNINDENT
68
+ .SH DESCRIPTION
69
+ .sp
70
+ JavaScript library providing useful functions
71
+ to write easy to read, easy to extend
72
+ JavaScript applications.
73
+ .sp
74
+ Most The Martian Company\(aqs JavaScript applications
75
+ use the Crash JavaScript library.
76
+ .sp
77
+ Significant applications developed using the library are
78
+ the Ethereum Virtual Machine File System (EVMFS) [1],
79
+ the Ur [2] uncensorable Life and DogeOS user repository
80
+ and application store, its reference
81
+ pub [3] publishing tool and source retrieval tool aspe [4],
82
+ EVM OpenPGP Key Server [5], the uncensorable, undeletable,
83
+ distributed, network\-neutral, decentralized Twitter
84
+ (whose sources are entirely hosted on
85
+ the EVMFS) and many others currently in development.
86
+ .sp
87
+ Crash JavaScript is a core component of the
88
+ Human Instrumentality Project (HIP).
89
+ .SH BUGS
90
+ .sp
91
+ <https://github.com/themartiancompany/crash\-js/\-/issues>
92
+ .SH COPYRIGHT
93
+ .sp
94
+ Copyright Pellegrino Prevete. AGPL\-3.0.
95
+ .SH SEE ALSO
96
+ .INDENT 0.0
97
+ .IP \(bu 2
98
+ libcrash\-gpg
99
+ .IP \(bu 2
100
+ libcrash\-bash
101
+ .UNINDENT
102
+ .SH EXTERNAL RESOURCES
103
+ .IP [1] 5
104
+ Ethereum Virtual Machine File System <https://github.com/themartiancompany/evmfs>
105
+
106
+ .IP [2] 5
107
+ Ur <https://github.com/themartiancompany/ur>
108
+
109
+ .IP [3] 5
110
+ Pub <https://github.com/themartiancompany/pub>
111
+
112
+ .IP [4] 5
113
+ Aspe <https://github.com/themartiancompany/aspe>
114
+
115
+ .IP [5] 5
116
+ EVM OpenPGP Key Server <https://github.com/themartiancompany/evm-openpgp-keyserver>
117
+
118
+ .\" Generated by docutils manpage writer.
119
+ .
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",
7
7
  "url": "https://patreon.com/tallero"
8
8
  },
9
- "man": "./man/crash-js.1",
9
+ "man": "./man/libcrash-js.1",
10
10
  "keywords": [
11
11
  "ur",
12
12
  "themartiancompany",