Currently, I am working on a small project utilizing npm, bower, and grunt. Upon executing "npm install" on my personal computer, it seems to be loading an excessive amount of peculiar items (refer to attached screenshot). However, when performing the same action on my MBA, only the packages that I have declared are being loaded:
{
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-grunticon": "^2.2.2"
}
}