disarm 0.0.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # disarm (placeholder)
2
+
3
+ Name reserved for a forthcoming library: secure text transliteration, Unicode
4
+ normalization, and safe key/slug generation (formerly `translit`).
5
+
6
+ This `0.0.0` release is an intentional placeholder and has no functional API.
7
+
8
+ Project: https://github.com/raeq/disarm
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "disarm",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder — name reserved for the forthcoming 'disarm' library (secure text transliteration, normalization, and safe key/slug generation; formerly 'translit'). Not yet functional.",
5
+ "license": "MIT",
6
+ "author": "Richard Quinn",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/raeq/disarm.git"
10
+ },
11
+ "homepage": "https://github.com/raeq/disarm",
12
+ "keywords": ["transliteration", "unicode", "normalization", "security", "slug"],
13
+ "files": ["README.md"]
14
+ }