Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « incorrect_main « resolver « test « resolve « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc1fb0a6f4ede17ec05e767ca8ccacbc3015ff70 (plain)
1
2
// this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate
module.exports = 1;