Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-10-23 22:03:54 +0300
committerisaacs <i@izs.me>2020-10-23 22:03:54 +0300
commit77ad86b5eedf139dda3329a6686d5f104dc233bb (patch)
tree85d8f519a482938e358f824e92a1481c20d4287f /package.json
parentab22c43a6a5ddcd9b59eb3df3db4e1a0dffdcaaa (diff)
Merge docs deps with main project
This also reduces the publish file size rather considerably.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 121f46478..cb0a336d3 100644
--- a/package.json
+++ b/package.json
@@ -180,14 +180,17 @@
"write-file-atomic"
],
"devDependencies": {
+ "cmark-gfm": "^0.8.3",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
+ "jsdom": "^16.4.0",
"marked-man": "^0.7.0",
"require-inject": "^1.4.4",
- "tap": "^14.10.8"
+ "tap": "^14.10.8",
+ "yaml": "^1.10.0"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",