summaryrefslogtreecommitdiff
path: root/node_modules/mdurl/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-20 13:43:34 +0100
committerMinteck <contact@minteck.org>2022-01-20 13:43:34 +0100
commitc2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1 (patch)
tree226598e8d17d20e3721358f7c60b1cc6b851163a /node_modules/mdurl/package.json
downloadcobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.tar.gz
cobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.tar.bz2
cobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.zip
Initial commit
Diffstat (limited to 'node_modules/mdurl/package.json')
-rw-r--r--node_modules/mdurl/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/mdurl/package.json b/node_modules/mdurl/package.json
new file mode 100644
index 0000000..017d740
--- /dev/null
+++ b/node_modules/mdurl/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "mdurl",
+ "version": "1.0.1",
+ "description": "URL utilities for markdown-it",
+ "repository": "markdown-it/mdurl",
+ "license": "MIT",
+ "scripts": {
+ "test": "make test"
+ },
+ "devDependencies": {
+ "mocha": "*",
+ "eslint": "0.13.0",
+ "eslint-plugin-nodeca": "^1.0.0",
+ "istanbul": "*"
+ }
+}