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>2014-05-15 04:06:22 +0400
committerisaacs <i@izs.me>2014-05-15 04:06:22 +0400
commit99a57f4157af76d581302fccac956eafac13c844 (patch)
tree5f16e476832f39a239c954c5b0f2e6811fec09aa
parent2799ecdba78cdf9d40a8dc0eee2ded84fed3d2c1 (diff)
Move npm-cache-filename to top level dep
-rw-r--r--node_modules/npm-cache-filename/LICENSE (renamed from node_modules/npm-registry-client/node_modules/npm-cache-filename/LICENSE)0
-rw-r--r--node_modules/npm-cache-filename/README.md (renamed from node_modules/npm-registry-client/node_modules/npm-cache-filename/README.md)0
-rw-r--r--node_modules/npm-cache-filename/index.js (renamed from node_modules/npm-registry-client/node_modules/npm-cache-filename/index.js)0
-rw-r--r--node_modules/npm-cache-filename/package.json (renamed from node_modules/npm-registry-client/node_modules/npm-cache-filename/package.json)2
-rw-r--r--node_modules/npm-cache-filename/test.js (renamed from node_modules/npm-registry-client/node_modules/npm-cache-filename/test.js)0
-rw-r--r--package.json4
6 files changed, 4 insertions, 2 deletions
diff --git a/node_modules/npm-registry-client/node_modules/npm-cache-filename/LICENSE b/node_modules/npm-cache-filename/LICENSE
index 20a476254..20a476254 100644
--- a/node_modules/npm-registry-client/node_modules/npm-cache-filename/LICENSE
+++ b/node_modules/npm-cache-filename/LICENSE
diff --git a/node_modules/npm-registry-client/node_modules/npm-cache-filename/README.md b/node_modules/npm-cache-filename/README.md
index 47bd08a49..47bd08a49 100644
--- a/node_modules/npm-registry-client/node_modules/npm-cache-filename/README.md
+++ b/node_modules/npm-cache-filename/README.md
diff --git a/node_modules/npm-registry-client/node_modules/npm-cache-filename/index.js b/node_modules/npm-cache-filename/index.js
index 9fd2488d4..9fd2488d4 100644
--- a/node_modules/npm-registry-client/node_modules/npm-cache-filename/index.js
+++ b/node_modules/npm-cache-filename/index.js
diff --git a/node_modules/npm-registry-client/node_modules/npm-cache-filename/package.json b/node_modules/npm-cache-filename/package.json
index c65c8ae29..979450bc6 100644
--- a/node_modules/npm-registry-client/node_modules/npm-cache-filename/package.json
+++ b/node_modules/npm-cache-filename/package.json
@@ -28,6 +28,6 @@
"readmeFilename": "README.md",
"_id": "npm-cache-filename@1.0.1",
"_shasum": "9b640f0c1a5ba1145659685372a9ff71f70c4323",
- "_from": "npm-cache-filename@^1.0.0",
+ "_from": "npm-cache-filename@latest",
"_resolved": "https://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.1.tgz"
}
diff --git a/node_modules/npm-registry-client/node_modules/npm-cache-filename/test.js b/node_modules/npm-cache-filename/test.js
index 5faecceb4..5faecceb4 100644
--- a/node_modules/npm-registry-client/node_modules/npm-cache-filename/test.js
+++ b/node_modules/npm-cache-filename/test.js
diff --git a/package.json b/package.json
index 78d432c5a..919066711 100644
--- a/package.json
+++ b/package.json
@@ -59,6 +59,7 @@
"mkdirp": "~0.3.5",
"node-gyp": "~0.13.0",
"nopt": "~2.2.1",
+ "npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.0",
"npm-registry-client": "~1.0.0",
"npm-user-validate": "~0.1.0",
@@ -134,7 +135,8 @@
"tar",
"text-table",
"uid-number",
- "which"
+ "which",
+ "npm-cache-filename"
],
"devDependencies": {
"marked": "~0.3.2",