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:
authorRebecca Turner <me@re-becca.org>2017-03-16 00:52:44 +0300
committerRebecca Turner <me@re-becca.org>2017-03-16 03:54:30 +0300
commit6754dabb6bd3301504efb3b62f36d3fe70958c19 (patch)
tree1d9da65809b63bb2599931d1ac76ae851866dd10
parenta96eaf715dc716f3cd2ef8779f02cfaa3535ad6f (diff)
deps: Flatten out @npmcorp/move's deps for backwards compatibility reasons
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16040 Reviewed-By: @zkat
-rw-r--r--node_modules/@npmcorp/copy/LICENSE (renamed from node_modules/@npmcorp/move/node_modules/@npmcorp/copy/LICENSE)0
-rw-r--r--node_modules/@npmcorp/copy/README.md (renamed from node_modules/@npmcorp/move/node_modules/@npmcorp/copy/README.md)0
-rw-r--r--node_modules/@npmcorp/copy/copy.js (renamed from node_modules/@npmcorp/move/node_modules/@npmcorp/copy/copy.js)0
-rw-r--r--node_modules/@npmcorp/copy/is-windows.js (renamed from node_modules/@npmcorp/move/node_modules/@npmcorp/copy/is-windows.js)0
-rw-r--r--node_modules/@npmcorp/copy/package.json (renamed from node_modules/@npmcorp/move/node_modules/@npmcorp/copy/package.json)0
-rw-r--r--node_modules/run-queue/README.md (renamed from node_modules/@npmcorp/move/node_modules/run-queue/README.md)0
-rw-r--r--node_modules/run-queue/package.json (renamed from node_modules/@npmcorp/move/node_modules/run-queue/package.json)0
-rw-r--r--node_modules/run-queue/queue.js (renamed from node_modules/@npmcorp/move/node_modules/run-queue/queue.js)0
-rw-r--r--npm-shrinkwrap.json24
-rw-r--r--package.json2
10 files changed, 13 insertions, 13 deletions
diff --git a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/LICENSE b/node_modules/@npmcorp/copy/LICENSE
index e0040f665..e0040f665 100644
--- a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/LICENSE
+++ b/node_modules/@npmcorp/copy/LICENSE
diff --git a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/README.md b/node_modules/@npmcorp/copy/README.md
index 6e89dc647..6e89dc647 100644
--- a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/README.md
+++ b/node_modules/@npmcorp/copy/README.md
diff --git a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/copy.js b/node_modules/@npmcorp/copy/copy.js
index 7455928a9..7455928a9 100644
--- a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/copy.js
+++ b/node_modules/@npmcorp/copy/copy.js
diff --git a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/is-windows.js b/node_modules/@npmcorp/copy/is-windows.js
index 8a991d54f..8a991d54f 100644
--- a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/is-windows.js
+++ b/node_modules/@npmcorp/copy/is-windows.js
diff --git a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/package.json b/node_modules/@npmcorp/copy/package.json
index 75cb1d57c..75cb1d57c 100644
--- a/node_modules/@npmcorp/move/node_modules/@npmcorp/copy/package.json
+++ b/node_modules/@npmcorp/copy/package.json
diff --git a/node_modules/@npmcorp/move/node_modules/run-queue/README.md b/node_modules/run-queue/README.md
index e84214d1f..e84214d1f 100644
--- a/node_modules/@npmcorp/move/node_modules/run-queue/README.md
+++ b/node_modules/run-queue/README.md
diff --git a/node_modules/@npmcorp/move/node_modules/run-queue/package.json b/node_modules/run-queue/package.json
index 22aa34b53..22aa34b53 100644
--- a/node_modules/@npmcorp/move/node_modules/run-queue/package.json
+++ b/node_modules/run-queue/package.json
diff --git a/node_modules/@npmcorp/move/node_modules/run-queue/queue.js b/node_modules/run-queue/queue.js
index 500bf293d..500bf293d 100644
--- a/node_modules/@npmcorp/move/node_modules/run-queue/queue.js
+++ b/node_modules/run-queue/queue.js
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 91c10c7fd..552d61fdb 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -2,22 +2,15 @@
"name": "npm",
"version": "4.4.2",
"dependencies": {
+ "@npmcorp/copy": {
+ "version": "1.0.0",
+ "from": "@npmcorp/copy@>=1.0.0 <2.0.0",
+ "resolved": "https://registry.npmjs.org/@npmcorp/copy/-/copy-1.0.0.tgz"
+ },
"@npmcorp/move": {
"version": "1.0.0",
"from": "@npmcorp/move@>=1.0.0 <1.1.0",
- "resolved": "https://registry.npmjs.org/@npmcorp/move/-/move-1.0.0.tgz",
- "dependencies": {
- "@npmcorp/copy": {
- "version": "1.0.0",
- "from": "@npmcorp/copy@>=1.0.0 <2.0.0",
- "resolved": "https://registry.npmjs.org/@npmcorp/copy/-/copy-1.0.0.tgz"
- },
- "run-queue": {
- "version": "1.0.3",
- "from": "run-queue@>=1.0.3 <2.0.0",
- "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz"
- }
- }
+ "resolved": "https://registry.npmjs.org/@npmcorp/move/-/move-1.0.0.tgz"
},
"abbrev": {
"version": "1.1.0",
@@ -2101,6 +2094,11 @@
"from": "rimraf@latest",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz"
},
+ "run-queue": {
+ "version": "1.0.3",
+ "from": "run-queue@>=1.0.3 <2.0.0",
+ "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz"
+ },
"semver": {
"version": "5.3.0",
"from": "semver@5.3.0",
diff --git a/package.json b/package.json
index 757323f1f..cac9cee32 100644
--- a/package.json
+++ b/package.json
@@ -114,6 +114,7 @@
},
"bundleDependencies": [
"@npmcorp/move",
+ "@npmcorp/copy",
"abbrev",
"ansi-regex",
"ansicolors",
@@ -184,6 +185,7 @@
"request",
"retry",
"rimraf",
+ "run-queue",
"semver",
"sha",
"slide",