Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8397139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:42:57+00:00 2026-06-09T20:42:57+00:00

Lets say I’ve run the following code: var toType = function(obj){ return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase(); };

  • 0

Lets say I’ve run the following code:

var toType = function(obj){
    return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
};
var someModule = require("./path/to/name");
console.log(toType(require.cache["./path/to/name"]));
someModule();

in the location ./path/to/name.js I have the following code:

module.exports = function (){
    console.log("Hell World!");
};

These two snippets don’t run, so I figured I’m missing something here. The output is as following:

node: no process found
undefined
Hell World!
[Finished in 0.1s]
  • how does require("./path/to/name"); gets mapped to require.cache; ?
  • how can I retrieve a module, delete it and check it’s type?

Answers with code will be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T20:42:58+00:00Added an answer on June 9, 2026 at 8:42 pm

    Running the following works for non-system exports, at least on node 0.8.2:

    var http = require ('http');
    var util = require ('util');
    var b = require('./b');
    
    util.inspect(require.cache);
    
    var loaded = require.cache;
    

    Note that require.cache is correct; require.cache() is not (it is a property; 0.8.2 won’t compile it.) For this I see:

    { '/home/user/node/a.js':
       { id: '.',
         exports: {},
         parent: null,
         filename: '/home/user/node/a.js',
         loaded: false,
         children: [ [Object] ],
         paths:
          [ '/home/user/node/node_modules',
            '/home/user/node_modules',
            '/home/node_modules',
            '/node_modules' ] },
      '/home/user/node/b.js':
       { id: '/home/user/node/b.js',
         exports: [Function],
         parent:
          { id: '.',
            exports: {},
            parent: null,
            filename: '/home/user/node/a.js',
            loaded: false,
            children: [Object],
            paths: [Object] },
         filename: '/home/user/node/b.js',
         loaded: true,
         children: [],
         paths:
          [ '/home/user/node/node_modules',
            '/home/user/node_modules',
            '/home/node_modules',
            '/node_modules' ] } }
    

    I’m not sure why a module like ‘http’ doesn’t show up…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say when I run the following query, SELECT NAME FROM EMP; It return
Lets say that I have this code $(document).ready(function() { $(#changeText).click(function() { $(#textBox).html(My<br><br><br>text<br><br><br>is<br><br><br>changed!); }); });
Lets say we have the following code: class C t where g :: t
Lets say I have the following code: abstract class Animal case class Dog(name:String) extends
Lets say i have the following function in my DLL: void TestFunction(int type, void*
Lets say we have a table here, populated with the following data: acc_id1 acc_id2
Lets say that I have 4 view controllers (call them FirstView,SecondView,ThirdView,FourthView) which are created
Lets say we have this code: <div id='m1'> <div class=c></div> <div class=c></div> <div class=c></div>
Lets say i have a table: <table> <tr></tr> </table> $(function(){ $('#btn').click(function(){ $('table').append('<tr><input class=remove value=remove></tr>');
Lets say in a file I have some code in two files part of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.