summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js')
-rw-r--r--deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js b/deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js
deleted file mode 100644
index 7db1599461..0000000000
--- a/deps/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap/map.js
+++ /dev/null
@@ -1,9 +0,0 @@
-if (process.env.npm_package_name === 'pseudomap' &&
- process.env.npm_lifecycle_script === 'test')
- process.env.TEST_PSEUDOMAP = 'true'
-
-if (typeof Map === 'function' && !process.env.TEST_PSEUDOMAP) {
- module.exports = Map
-} else {
- module.exports = require('./pseudomap')
-}