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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/package.json b/package.json
index b60de377b..88a10f9d8 100644
--- a/package.json
+++ b/package.json
@@ -100,6 +100,7 @@
},
"bundleDependencies": [
"abbrev",
+ "ansi-regex",
"ansicolors",
"ansistyles",
"aproba",
@@ -109,6 +110,7 @@
"cmd-shim",
"columnify",
"config-chain",
+ "debuglog",
"dezalgo",
"editor",
"fs-vacuum",
@@ -125,7 +127,17 @@
"ini",
"init-package-json",
"lockfile",
+ "lodash._baseindexof",
+ "lodash._baseuniq",
+ "lodash._bindcallback",
+ "lodash._cacheindexof",
+ "lodash._createcache",
+ "lodash._getnative",
"lodash.clonedeep",
+ "lodash.isarguments",
+ "lodash.isarray",
+ "lodash.keys",
+ "lodash.restparam",
"lodash.union",
"lodash.uniq",
"lodash.without",
@@ -149,19 +161,23 @@
"read-installed",
"read-package-json",
"read-package-tree",
+ "readdir-scoped-modules",
"realize-package-specifier",
+ "request",
"retry",
"rimraf",
"semver",
"sha",
"slide",
"sorted-object",
+ "strip-ansi",
"tar",
"text-table",
"uid-number",
"umask",
"unique-filename",
"unpipe",
+ "validate-npm-package-license",
"validate-npm-package-name",
"which",
"wrappy",
@@ -169,19 +185,20 @@
],
"devDependencies": {
"deep-equal": "~1.0.1",
- "estraverse": "~4.1.0",
"marked": "~0.3.5",
"marked-man": "~0.1.5",
"nock": "~2.15.0",
"npm-registry-couchapp": "~2.6.11",
"npm-registry-mock": "~1.0.1",
+ "readable-stream": "~2.0.2",
"require-inject": "~1.2.1",
+ "sprintf-js": "~1.0.3",
"standard": "~4.5.4",
"tap": "~2.1.1"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
- "prepublish": "bash scripts/installable.sh && node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
+ "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"tap": "tap --timeout 240",
"test": "standard && npm run test-tap",