@jarkkojs/readseek 0.1.6 → 0.2.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/README.md +8 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# readseek
|
|
2
2
|
|
|
3
|
-
`readseek` is a structural
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
`readseek`
|
|
7
|
-
[`pi-hashline-readmap`](https://github.com/coctostan/pi-hashline-readmap).
|
|
3
|
+
- `readseek` is a structural source reader with stable line hashes.
|
|
4
|
+
- `readseek` is inspired by and based on the ideas of
|
|
5
|
+
[`pi-hashline-readmap`](https://github.com/coctostan/pi-hashline-readmap).
|
|
6
|
+
- `man man/man1/readseek.1` provides further information on its usage.
|
|
8
7
|
|
|
9
8
|
## Licensing
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
The JavaScript npm wrapper is licensed under `Apache-2.0`. The Rust source and
|
|
11
|
+
native binaries are licensed under `LGPL-2.1-or-later`. Corresponding source
|
|
12
|
+
for each published native binary is available from the GitHub repository tag
|
|
13
|
+
that matches the package version.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/readseek",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "A structural read command",
|
|
5
5
|
"license": "Apache-2.0 AND LGPL-2.1-or-later",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/readseek#readme",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"LICENSE-LGPL-2.1"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@jarkkojs/readseek-darwin-arm64": "0.
|
|
25
|
-
"@jarkkojs/readseek-linux-x64": "0.
|
|
26
|
-
"@jarkkojs/readseek-win32-x64": "0.
|
|
24
|
+
"@jarkkojs/readseek-darwin-arm64": "0.2.2",
|
|
25
|
+
"@jarkkojs/readseek-linux-x64": "0.2.2",
|
|
26
|
+
"@jarkkojs/readseek-win32-x64": "0.2.2"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|