We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a06abb commit 8ec7544Copy full SHA for 8ec7544
package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "composable-normalize",
3
+ "description": "Normalize URLs w/ functional programming ",
4
+ "version": "1.0.0",
5
+ "author": "David Chase <davidchase03@gmail.com>",
6
+ "bugs": {
7
+ "url": "https://github.com/davidchase/composable-normalize/issues"
8
+ },
9
+ "homepage": "https://github.com/davidchase/composable-normalize#readme",
10
+ "keywords": [
11
+ "canonical",
12
+ "normalize",
13
+ "uri",
14
+ "url"
15
+ ],
16
+ "license": "MIT",
17
+ "main": "index.js",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/davidchase/composable-normalize.git"
21
22
+ "scripts": {
23
+ "test": "n/a"
24
+ }
25
+}
0 commit comments