pax_global_header00006660000000000000000000000064135575373370014534gustar00rootroot0000000000000052 comment=e21c52002967480e883b78d1475ab19c7ce62b86 node-lazy-cache-2.0.2/000077500000000000000000000000001355753733700145005ustar00rootroot00000000000000node-lazy-cache-2.0.2/.editorconfig000066400000000000000000000004051355753733700171540ustar00rootroot00000000000000root = true [*] indent_style = space end_of_line = lf charset = utf-8 indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true [{**/{actual,fixtures,expected,templates}/**,*.md}] trim_trailing_whitespace = false insert_final_newline = falsenode-lazy-cache-2.0.2/.eslintrc.json000066400000000000000000000071251355753733700173010ustar00rootroot00000000000000{ "ecmaFeatures": { "modules": true, "experimentalObjectRestSpread": true }, "env": { "browser": false, "es6": true, "node": true, "mocha": true }, "globals": { "document": false, "navigator": false, "window": false }, "rules": { "accessor-pairs": 2, "arrow-spacing": [2, { "before": true, "after": true }], "block-spacing": [2, "always"], "brace-style": [2, "1tbs", { "allowSingleLine": true }], "comma-dangle": [2, "never"], "comma-spacing": [2, { "before": false, "after": true }], "comma-style": [2, "last"], "constructor-super": 2, "curly": [2, "multi-line"], "dot-location": [2, "property"], "eol-last": 2, "eqeqeq": [2, "allow-null"], "generator-star-spacing": [2, { "before": true, "after": true }], "handle-callback-err": [2, "^(err|error)$" ], "indent": [2, 2, { "SwitchCase": 1 }], "key-spacing": [2, { "beforeColon": false, "afterColon": true }], "keyword-spacing": [2, { "before": true, "after": true }], "new-cap": [2, { "newIsCap": true, "capIsNew": false }], "new-parens": 2, "no-array-constructor": 2, "no-caller": 2, "no-class-assign": 2, "no-cond-assign": 2, "no-const-assign": 2, "no-control-regex": 2, "no-debugger": 2, "no-delete-var": 2, "no-dupe-args": 2, "no-dupe-class-members": 2, "no-dupe-keys": 2, "no-duplicate-case": 2, "no-empty-character-class": 2, "no-eval": 2, "no-ex-assign": 2, "no-extend-native": 2, "no-extra-bind": 2, "no-extra-boolean-cast": 2, "no-extra-parens": [2, "functions"], "no-fallthrough": 2, "no-floating-decimal": 2, "no-func-assign": 2, "no-implied-eval": 2, "no-inner-declarations": [2, "functions"], "no-invalid-regexp": 2, "no-irregular-whitespace": 2, "no-iterator": 2, "no-label-var": 2, "no-labels": 2, "no-lone-blocks": 2, "no-mixed-spaces-and-tabs": 2, "no-multi-spaces": 2, "no-multi-str": 2, "no-multiple-empty-lines": [2, { "max": 1 }], "no-native-reassign": 0, "no-negated-in-lhs": 2, "no-new": 2, "no-new-func": 2, "no-new-object": 2, "no-new-require": 2, "no-new-wrappers": 2, "no-obj-calls": 2, "no-octal": 2, "no-octal-escape": 2, "no-proto": 0, "no-redeclare": 2, "no-regex-spaces": 2, "no-return-assign": 2, "no-self-compare": 2, "no-sequences": 2, "no-shadow-restricted-names": 2, "no-spaced-func": 2, "no-sparse-arrays": 2, "no-this-before-super": 2, "no-throw-literal": 2, "no-trailing-spaces": 0, "no-undef": 2, "no-undef-init": 2, "no-unexpected-multiline": 2, "no-unneeded-ternary": [2, { "defaultAssignment": false }], "no-unreachable": 2, "no-unused-vars": [2, { "vars": "all", "args": "none" }], "no-useless-call": 0, "no-with": 2, "one-var": [0, { "initialized": "never" }], "operator-linebreak": [0, "after", { "overrides": { "?": "before", ":": "before" } }], "padded-blocks": [0, "never"], "quotes": [2, "single", "avoid-escape"], "radix": 2, "semi": [2, "always"], "semi-spacing": [2, { "before": false, "after": true }], "space-before-blocks": [2, "always"], "space-before-function-paren": [2, "never"], "space-in-parens": [2, "never"], "space-infix-ops": 2, "space-unary-ops": [2, { "words": true, "nonwords": false }], "spaced-comment": [0, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }], "use-isnan": 2, "valid-typeof": 2, "wrap-iife": [2, "any"], "yoda": [2, "never"] } } node-lazy-cache-2.0.2/.gitattributes000066400000000000000000000002001355753733700173630ustar00rootroot00000000000000# Enforce Unix newlines * text eol=lf # binaries *.ai binary *.psd binary *.jpg binary *.gif binary *.png binary *.jpeg binary node-lazy-cache-2.0.2/.gitignore000066400000000000000000000003311355753733700164650ustar00rootroot00000000000000# always ignore files *.DS_Store *.sublime-* # test related, or directories generated by tests test/actual actual coverage # npm node_modules npm-debug.log # misc _gh_pages bower_components vendor temp tmp TODO.md node-lazy-cache-2.0.2/.travis.yml000066400000000000000000000001541355753733700166110ustar00rootroot00000000000000sudo: false os: - linux - osx language: node_js node_js: - node - '6' - '4' - '0.12' - '0.10' node-lazy-cache-2.0.2/.verb.md000066400000000000000000000103071355753733700160370ustar00rootroot00000000000000## Heads up! It's suprising how many libraries are in the average dependency tree that don't belong there for one reason or another. Either because they were accidentally listed as `dependencies` instead of `devDepedencies`, or they are required in a file as variables, but the variable is never actually used (poor linting), and so on. Or because the maintainer made the decision to add the deps, even though they will never ([or can't ever](https://github.com/felixge/node-dateformat/issues/36)) be used by 99.9% of users. Worse, many libraries like chalk and [shelljs](https://github.com/eslint/eslint/issues/7316) actually execute code when `require()` is called!? (shelljs was modifying the `String.prototype`, and chalk loops over some objects to dynamically create methods). In other words, they do something like this: ```js // in the main export of a library, if you do this it will // automatically modify the String.prototype _globally_, // the moment node.js loads the dependency tree String.prototype.foo = function() {}; // same if you do something like this // (dont' do this, ever. wrap this kind of code in a function // and allow implementors to decide when to call it) while (foo) { // do stuff } ``` In any case, just having these libraries in your dependency tree somewhere means that their code will excecute the moment you run your application _even if the libraries are never called by your application or any other code anywhere in the tree_. **solution** lazy-cache doesn't use any "magic", it uses native, plain-vanilla, tried and true javascript getters to call node's `require()` system. **Faster, safer code** There main advantage to this, the main is that `require`s are loaded on demand, so only code that is actually used will ever be loaded. As a result, applications will load faster (sometimes much faster - we've seen load times drop from ~1 second to less than 50 milliseconds). Moreover, in some cases this also avoids inadvertently loading libraries that execute code or modifies globals, etc. **webpack users** If you use webpack and are experiencing issues with lazy-cache, this is a known bug caused by webpack, not lazy-cache. There is a solution though, you can use [unlazy-loader](https://github.com/doowb/unlazy-loader), a webpack loader that _fixes the webpack bug_. ## Usage ```js var utils = require('{%= name %}')(require); ``` **Use as a property on `lazy`** The module is also added as a property to the `lazy` function so it can be called without having to call a function first. ```js var utils = require('{%= name %}')(require); // `npm install glob` utils('glob'); // glob sync console.log(utils.glob.sync('*.js')); // glob async utils.glob('*.js', function (err, files) { console.log(files); }); ``` **Use as a function** ```js var utils = require('{%= name %}')(require); var glob = utils('glob'); // `glob` is a now a function that may be called when needed glob().sync('foo/*.js'); ``` ## Aliases An alias may be passed as the second argument if you don't want to use the automatically camel-cased variable name. **Example** ```js var utils = require('{%= name %}')(require); // alias `ansi-yellow` as `yellow` utils('ansi-yellow', 'yellow'); console.log(utils.yellow('foo')); ``` Dot notation may also be used in the alias to create an object hierarchy. **Example** ```js var utils = require('{%= name %}')(require); utils('ansi-cyan', 'color.cyan'); utils('ansi-yellow', 'color.yellow'); utils('ansi-magenta', 'color.magenta'); console.log(utils.color.cyan('foo')); console.log(utils.color.yellow('bar')); console.log(utils.color.magenta('baz')); ``` ## Browserify usage **Example** ```js var utils = require('{%= name %}')(require); // temporarily re-assign `require` to trick browserify var fn = require; require = utils; // list module dependencies (here, `require` is actually `lazy-cache`) require('glob'); require = fn; // restore the native `require` function /** * Now you can use glob with the `utils.glob` variable */ // sync console.log(utils.glob.sync('*.js')); // async utils.glob('*.js', function (err, files) { console.log(files.join('\n')); }); ``` ## Kill switch To force lazy-cache to immediately invoke all dependencies, do: ```js process.env.UNLAZY = true; ``` node-lazy-cache-2.0.2/LICENSE000066400000000000000000000021001355753733700154760ustar00rootroot00000000000000The MIT License (MIT) Copyright (c) 2015-2016, Jon Schlinkert. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. node-lazy-cache-2.0.2/README.md000066400000000000000000000152441355753733700157650ustar00rootroot00000000000000# lazy-cache [![NPM version](https://img.shields.io/npm/v/lazy-cache.svg?style=flat)](https://www.npmjs.com/package/lazy-cache) [![NPM monthly downloads](https://img.shields.io/npm/dm/lazy-cache.svg?style=flat)](https://npmjs.org/package/lazy-cache) [![NPM total downloads](https://img.shields.io/npm/dt/lazy-cache.svg?style=flat)](https://npmjs.org/package/lazy-cache) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/lazy-cache.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/lazy-cache) > Cache requires to be lazy-loaded when needed. ## Install Install with [npm](https://www.npmjs.com/): ```sh $ npm install --save lazy-cache ``` ## Heads up! It's suprising how many libraries are in the average dependency tree that don't belong there for one reason or another. Either because they were accidentally listed as `dependencies` instead of `devDepedencies`, or they are required in a file as variables, but the variable is never actually used (poor linting), and so on. Or because the maintainer made the decision to add the deps, even though they will never ([or can't ever](https://github.com/felixge/node-dateformat/issues/36)) be used by 99.9% of users. Worse, many libraries like chalk and [shelljs](https://github.com/eslint/eslint/issues/7316) actually execute code when `require()` is called!? (shelljs was modifying the `String.prototype`, and chalk loops over some objects to dynamically create methods). In other words, they do something like this: ```js // in the main export of a library, if you do this it will // automatically modify the String.prototype _globally_, // the moment node.js loads the dependency tree String.prototype.foo = function() {}; // same if you do something like this // (dont' do this, ever. wrap this kind of code in a function // and allow implementors to decide when to call it) while (foo) { // do stuff } ``` In any case, just having these libraries in your dependency tree somewhere means that their code will excecute the moment you run your application _even if the libraries are never called by your application or any other code anywhere in the tree_. **solution** lazy-cache doesn't use any "magic", it uses native, plain-vanilla, tried and true javascript getters to call node's `require()` system. **Faster, safer code** There main advantage to this, the main is that `require`s are loaded on demand, so only code that is actually used will ever be loaded. As a result, applications will load faster (sometimes much faster - we've seen load times drop from ~1 second to less than 50 milliseconds). Moreover, in some cases this also avoids inadvertently loading libraries that execute code or modifies globals, etc. **webpack users** If you use webpack and are experiencing issues with lazy-cache, this is a known bug caused by webpack, not lazy-cache. There is a solution though, you can use [unlazy-loader](https://github.com/doowb/unlazy-loader), a webpack loader that _fixes the webpack bug_. ## Usage ```js var utils = require('lazy-cache')(require); ``` **Use as a property on `lazy`** The module is also added as a property to the `lazy` function so it can be called without having to call a function first. ```js var utils = require('lazy-cache')(require); // `npm install glob` utils('glob'); // glob sync console.log(utils.glob.sync('*.js')); // glob async utils.glob('*.js', function (err, files) { console.log(files); }); ``` **Use as a function** ```js var utils = require('lazy-cache')(require); var glob = utils('glob'); // `glob` is a now a function that may be called when needed glob().sync('foo/*.js'); ``` ## Aliases An alias may be passed as the second argument if you don't want to use the automatically camel-cased variable name. **Example** ```js var utils = require('lazy-cache')(require); // alias `ansi-yellow` as `yellow` utils('ansi-yellow', 'yellow'); console.log(utils.yellow('foo')); ``` Dot notation may also be used in the alias to create an object hierarchy. **Example** ```js var utils = require('lazy-cache')(require); utils('ansi-cyan', 'color.cyan'); utils('ansi-yellow', 'color.yellow'); utils('ansi-magenta', 'color.magenta'); console.log(utils.color.cyan('foo')); console.log(utils.color.yellow('bar')); console.log(utils.color.magenta('baz')); ``` ## Browserify usage **Example** ```js var utils = require('lazy-cache')(require); // temporarily re-assign `require` to trick browserify var fn = require; require = utils; // list module dependencies (here, `require` is actually `lazy-cache`) require('glob'); require = fn; // restore the native `require` function /** * Now you can use glob with the `utils.glob` variable */ // sync console.log(utils.glob.sync('*.js')); // async utils.glob('*.js', function (err, files) { console.log(files.join('\n')); }); ``` ## Kill switch To force lazy-cache to immediately invoke all dependencies, do: ```js process.env.UNLAZY = true; ``` ## About ### Related projects [lint-deps](https://www.npmjs.com/package/lint-deps): CLI tool that tells you when dependencies are missing from package.json and offers you a… [more](https://github.com/jonschlinkert/lint-deps) | [homepage](https://github.com/jonschlinkert/lint-deps "CLI tool that tells you when dependencies are missing from package.json and offers you a choice to install them. Also tells you when dependencies are listed in package.json but are not being used anywhere in your project. Node.js command line tool and API") ### Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). ### Contributors | **Commits** | **Contributor**
| | --- | --- | | 31 | [jonschlinkert](https://github.com/jonschlinkert) | | 27 | [doowb](https://github.com/doowb) | ### Building docs _(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ To generate the readme and API documentation with [verb](https://github.com/verbose/verb): ```sh $ npm install -g verb verb-generate-readme && verb ``` ### Running tests Install dev dependencies: ```sh $ npm install -d && npm test ``` ### Author **Jon Schlinkert** * [github/jonschlinkert](https://github.com/jonschlinkert) * [twitter/jonschlinkert](http://twitter.com/jonschlinkert) ### License Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). Released under the [MIT license](https://github.com/jonschlinkert/lazy-cache/blob/master/LICENSE). *** _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on November 07, 2016._node-lazy-cache-2.0.2/example-utils.js000066400000000000000000000021201355753733700176220ustar00rootroot00000000000000/** * The easiest way to add this file is to do: * * ```sh * $ npm i -g lazy-cache-cli && lazy * ``` * To do it manually: * * 1. Add a file named `utils.js` to your project. * 2. Copy the contents of this file (below this comment) * into `utils.js` * 3. Change the dependencies where it says * "your dependencies here" your project's actual dependencies */ 'use strict'; /** * Module dependencies */ var utils = require('lazy-cache')(require); /** * Temporarily re-assign `require` to trick browserify and * webpack into reconizing lazy dependencies. * * This tiny bit of ugliness has the huge dual advantage of * only loading modules that are actually called at some * point in the lifecycle of the application, whilst also * allowing browserify and webpack to find modules that * are depended on but never actually called. */ var fn = require; require = utils; /** * Lazily required module dependencies */ // __(your dependencies here)__ require('ansi-yellow') /** * reset `require` */ require = fn; /** * Expose `utils` modules */ module.exports = utils; node-lazy-cache-2.0.2/example.js000066400000000000000000000010401355753733700164640ustar00rootroot00000000000000var utils = require('./')(require); utils('glob'); /** * `utils.glob` is a getter that when called * will require in `glob` */ console.log(utils.glob.sync('*.js')); utils.glob('*.js', function(err, files) { console.log(files.join('\n')); }); /** * Browserify-friendly example */ var utils = require('./')(require); var fn = require; require = utils; require('ansi-yellow', 'yellow'); require('glob'); require = fn; console.log(utils.glob.sync('*.js')); utils.glob('*.js', function(err, files) { console.log(files.join('\n')); }); node-lazy-cache-2.0.2/index.js000066400000000000000000000031211355753733700161420ustar00rootroot00000000000000'use strict'; var set = require('set-getter'); /** * Cache results of the first function call to ensure only calling once. * * ```js * var utils = require('lazy-cache')(require); * // cache the call to `require('ansi-yellow')` * utils('ansi-yellow', 'yellow'); * // use `ansi-yellow` * console.log(utils.yellow('this is yellow')); * ``` * * @param {Function} `fn` Function that will be called only once. * @return {Function} Function that can be called to get the cached function * @api public */ function lazyCache(requireFn) { var cache = {}; return function proxy(name, alias) { var key = alias; // camel-case the module `name` if `alias` is not defined if (typeof key !== 'string') { key = camelcase(name); } // create a getter to lazily invoke the module the first time it's called function getter() { return cache[key] || (cache[key] = requireFn(name)); } // trip the getter if `process.env.UNLAZY` is defined if (unlazy(process.env)) { getter(); } set(proxy, key, getter); return getter; }; } /** * Return true if `process.env.LAZY` is true, or travis is running. */ function unlazy(env) { return env.UNLAZY === 'true' || env.UNLAZY === true || env.TRAVIS; } /** * Camelcase the the given module `name`. */ function camelcase(str) { if (str.length === 1) { return str.toLowerCase(); } str = str.replace(/^[\W_]+|[\W_]+$/g, '').toLowerCase(); return str.replace(/[\W_]+(\w|$)/g, function(_, ch) { return ch.toUpperCase(); }); } /** * Expose `lazyCache` */ module.exports = lazyCache; node-lazy-cache-2.0.2/package.json000066400000000000000000000026311355753733700167700ustar00rootroot00000000000000{ "name": "lazy-cache", "description": "Cache requires to be lazy-loaded when needed.", "version": "2.0.2", "homepage": "https://github.com/jonschlinkert/lazy-cache", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Brian Woodward (https://github.com/doowb)", "Jon Schlinkert (http://twitter.com/jonschlinkert)" ], "repository": "jonschlinkert/lazy-cache", "bugs": { "url": "https://github.com/jonschlinkert/lazy-cache/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "set-getter": "^0.1.0" }, "devDependencies": { "ansi-cyan": "^0.1.1", "ansi-magenta": "^0.1.1", "ansi-yellow": "^0.1.1", "glob": "^7.0.3", "gulp-format-md": "^0.1.8", "mocha": "^2.4.5", "object.omit": "^2.0.0", "object.pick": "^1.1.2" }, "keywords": [ "cache", "caching", "dependencies", "dependency", "lazy", "require", "requires" ], "verb": { "related": { "list": [ "lint-deps" ] }, "plugins": [ "gulp-format-md" ], "toc": false, "layout": "default", "tasks": [ "readme" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] } } node-lazy-cache-2.0.2/test/000077500000000000000000000000001355753733700154575ustar00rootroot00000000000000node-lazy-cache-2.0.2/test/fixtures/000077500000000000000000000000001355753733700173305ustar00rootroot00000000000000node-lazy-cache-2.0.2/test/fixtures/utils.js000066400000000000000000000013241355753733700210260ustar00rootroot00000000000000'use strict'; /** * Module dependencies */ var utils = require('../../')(require); /** * Temporarily re-assign `require` to trick browserify and * webpack into reconizing lazy dependencies. * * This tiny bit of ugliness has the huge dual advantage of * only loading modules that are actually called at some * point in the lifecycle of the application, whilst also * allowing browserify and webpack to find modules that * are depended on but never actually called. */ var fn = require; require = utils; /** * Lazily required module dependencies */ // __(your dependencies here)__ require('ansi-yellow') /** * reset `require` */ require = fn; /** * Expose `utils` modules */ module.exports = utils; node-lazy-cache-2.0.2/test/test.js000066400000000000000000000143671355753733700170070ustar00rootroot00000000000000'use strict'; require('mocha'); var assert = require('assert'); var lazyCache = require('../'); describe('lazy-cache', function() { afterEach(function() { delete require.cache[require.resolve('../index.js')]; process.env.UNLAZY = false; lazyCache = require('../'); }); it('should return a function that lazyily requires a module', function() { var lazy = lazyCache(require); var yellow = lazy('ansi-yellow'); assert.deepEqual(typeof yellow, 'function'); assert.deepEqual(typeof yellow(), 'function'); }); it('should not invoke require until the module is used', function() { var calls = {}; var lazy = lazyCache(function(name) { calls[name] = (calls[name] || 0) + 1; return require(name); }); assert.deepEqual(calls, {}); var yellow = lazy('ansi-yellow'); if (process.env.TRAVIS) { assert.deepEqual(calls, {'ansi-yellow': 1}); } else { assert.deepEqual(calls, {}); } yellow('one'); assert.deepEqual(calls, {'ansi-yellow': 1}); yellow('two'); assert.deepEqual(calls, {'ansi-yellow': 1}); yellow('three'); assert.deepEqual(calls, {'ansi-yellow': 1}); yellow('four'); assert.deepEqual(calls, {'ansi-yellow': 1}); }); it('should add a property to the lazy function with the camelcased name', function() { var lazy = lazyCache(require); lazy('ansi-yellow'); assert.deepEqual(typeof lazy.ansiYellow, 'function'); }); it('should only require a dependency once', function() { var calls = {}; var lazy = lazyCache(function(name) { calls[name] = (calls[name] || 0) + 1; return require(name); }); assert.deepEqual(calls, {}); lazy('ansi-yellow'); if (process.env.TRAVIS) { assert.deepEqual(calls, {'ansi-yellow': 1}); } else { assert.deepEqual(calls, {}); } lazy.ansiYellow('one'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('two'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('three'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('four'); assert.deepEqual(calls, {'ansi-yellow': 1}); }); it('should allow loading a dependency immediately with `process.env.UNLAZY` setting', function() { process.env.UNLAZY = true; var calls = {}; var lazy = lazyCache(function(name) { calls[name] = (calls[name] || 0) + 1; return require(name); }); assert.deepEqual(calls, {}); lazy('ansi-yellow'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('one'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('two'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('three'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.ansiYellow('four'); assert.deepEqual(calls, {'ansi-yellow': 1}); }); it('should support an alias as the second argument:', function() { var calls = {}; var lazy = lazyCache(function(name) { calls[name] = (calls[name] || 0) + 1; return require(name); }); assert.deepEqual(calls, {}); lazy('ansi-yellow', 'yellow'); if (process.env.TRAVIS) { assert.deepEqual(calls, {'ansi-yellow': 1}); } else { assert.deepEqual(calls, {}); } lazy.yellow('one'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.yellow('two'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.yellow('three'); assert.deepEqual(calls, {'ansi-yellow': 1}); lazy.yellow('four'); assert.deepEqual(calls, {'ansi-yellow': 1}); }); it('should support dot-notation in aliases', function() { var lazy = lazyCache(require); lazy('ansi-cyan', 'color.cyan'); lazy('ansi-yellow', 'color.yellow'); lazy('ansi-magenta', 'color.magenta'); assert.deepEqual(typeof lazy.color, 'object'); assert.deepEqual(typeof lazy.color.cyan, 'function'); assert.deepEqual(typeof lazy.color.yellow, 'function'); assert.deepEqual(typeof lazy.color.magenta, 'function'); }); it('should not use dot-notation in non-aliases', function() { var lazy = lazyCache(require); lazy('object.omit'); lazy('object.pick'); assert.deepEqual(typeof lazy.objectOmit, 'function'); assert.deepEqual(typeof lazy.objectPick, 'function'); }); it('should load local files', function() { var lazy = lazyCache(require); lazy('./fixtures/utils'); assert.deepEqual(typeof lazy.fixturesUtils, 'function'); assert.deepEqual(typeof lazy.fixturesUtils.ansiYellow, 'function'); }); it('should load local files with an alias', function() { var lazy = lazyCache(require); lazy('./fixtures/utils', 'utils'); assert.deepEqual(typeof lazy.utils, 'function'); assert.deepEqual(typeof lazy.utils.ansiYellow, 'function'); }); it('should support dot-notation when `process.env.UNLAZY` is used', function() { process.env.UNLAZY = true; var calls = {}; var lazy = lazyCache(function(name) { calls[name] = (calls[name] || 0) + 1; return require(name); }); assert.deepEqual(calls, {}); lazy('ansi-cyan', 'color.cyan'); lazy('ansi-yellow', 'color.yellow'); lazy('ansi-magenta', 'color.magenta'); assert.deepEqual(calls, { 'ansi-cyan': 1, 'ansi-yellow': 1, 'ansi-magenta': 1 }); lazy.color.cyan('one'); lazy.color.yellow('one'); lazy.color.magenta('one'); assert.deepEqual(calls, { 'ansi-cyan': 1, 'ansi-yellow': 1, 'ansi-magenta': 1 }); lazy.color.cyan('two'); lazy.color.yellow('two'); lazy.color.magenta('two'); assert.deepEqual(calls, { 'ansi-cyan': 1, 'ansi-yellow': 1, 'ansi-magenta': 1 }); lazy.color.cyan('three'); lazy.color.yellow('three'); lazy.color.magenta('three'); assert.deepEqual(calls, { 'ansi-cyan': 1, 'ansi-yellow': 1, 'ansi-magenta': 1 }); lazy.color.cyan('four'); lazy.color.yellow('four'); lazy.color.magenta('four'); assert.deepEqual(calls, { 'ansi-cyan': 1, 'ansi-yellow': 1, 'ansi-magenta': 1 }); assert.deepEqual(typeof lazy.color, 'object'); assert.deepEqual(typeof lazy.color.cyan, 'function'); assert.deepEqual(typeof lazy.color.yellow, 'function'); assert.deepEqual(typeof lazy.color.magenta, 'function'); }); });