Last active
August 29, 2015 13:56
-
-
Save dominykas/9102104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dominykas@patti ~/.npm/lodash/0.5.2 $ tail -n 6 /Users/dominykas/devel/projects/iw-insidewarehouse/apps/os-run/node_modules/buster/node_modules/buster-test-cli/node_modules/ramp/node_modules/ramp-resources/node_modules/lodash/package.json | |
"dist": { | |
"shasum": "0809fb891235993d6497dd6b526fb92cefa01768" | |
}, | |
"_from": "lodash@~0.5", | |
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-0.5.2.tgz" | |
} | |
dominykas@patti ~/.npm/lodash/0.5.2 $ shasum package.tgz | |
0809fb891235993d6497dd6b526fb92cefa01768 package.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dominykas@patti ~/.npm/lodash/0.5.2 $ tail -n 6 /Users/dominykas/devel/projects/iw-insidewarehouse/apps/os-run/node_modules/buster/node_modules/buster-test-cli/node_modules/ramp/node_modules/ramp-resources/node_modules/lodash/package.json | |
"dist": { | |
"shasum": "0809fb891235993d6497dd6b526fb92cefa01768" | |
}, | |
"_from": "lodash@~0.5", | |
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-0.5.2.tgz" | |
} | |
dominykas@patti ~/.npm/lodash/0.5.2 $ shasum package.tgz | |
f3fbec50f0e0d51673c2237a6bb6be677469ed20 package.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist: | |
{ shasum: '4c873f93bdddeaa07401a675f8e17ded5af9a827', | |
tarball: 'http://registry.npmjs.org/lodash/-/lodash-0.5.2.tgz' } } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dominykas@patti ~/devel/projects/iw-insidewarehouse/apps/os-run $ rm -rf ~/.npm | |
dominykas@patti ~/devel/projects/iw-insidewarehouse/apps/os-run $ rm -rf node_modules/ | |
dominykas@patti ~/devel/projects/iw-insidewarehouse/apps/os-run $ npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment