Created
May 1, 2013 16:44
-
-
Save mcculloughsean/5496468 to your computer and use it in GitHub Desktop.
This file contains 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
☁ ~ npm show cache | |
npm http GET https://registry.npmjs.org/cache | |
^C% ☁ ~ npm show cached | |
{ name: 'cached', | |
description: 'Simple access to a cache', | |
'dist-tags': { latest: '0.4.1' }, | |
versions: [ '0.0.1', '0.4.1' ], | |
maintainers: 'jkrems <[email protected]>', | |
time: | |
{ '0.0.1': '2013-02-01T10:01:35.392Z', | |
'0.4.1': '2013-04-24T21:13:03.149Z' }, | |
author: 'Jan Krems <[email protected]>', | |
version: '0.4.1', | |
main: 'lib/cached.js', | |
scripts: { test: './node_modules/.bin/jasmine-node --coffee --verbose spec' }, | |
repository: '', | |
dependencies: | |
{ underscore: '~1.4.4', | |
q: '~0.8.12', | |
memcached: '~0.2.0' }, | |
devDependencies: | |
{ 'coffee-script': '~1.4.0', | |
'jasmine-node': '~1.0.28' }, | |
publishConfig: { registry: 'http://npm-registry.snc1' }, | |
readmeFilename: 'README.md', | |
dist: | |
{ shasum: 'f14f92b05c9b8b7c606be03e775058301e8dd8f4', | |
tarball: 'http://npm-registry.snc1/cached/-/cached-0.4.1.tgz' }, | |
directories: {} } | |
☁ ~ m -rf ~ | |
☁ ~ rm -rf ~/.npm/cached | |
☁ ~ npm show cached | |
npm http GET https://registry.npmjs.org/cached | |
npm http 200 https://registry.npmjs.org/cached | |
{ name: 'cached', | |
description: 'Simple access to a cache', | |
'dist-tags': { latest: '0.0.1' }, | |
versions: '0.0.1', | |
maintainers: 'jkrems <[email protected]>', | |
time: { '0.0.1': '2013-02-01T10:01:35.392Z' }, | |
author: 'Jan Krems <[email protected]>', | |
version: '0.0.1', | |
main: 'lib/cached.js', | |
scripts: { test: 'echo "Error: no test specified" && exit 1' }, | |
repository: '', | |
license: 'BSD', | |
readmeFilename: 'README.md', | |
dist: | |
{ shasum: 'c8a615256edf95571d70af95a3becbfc9753302d', | |
tarball: 'http://registry.npmjs.org/cached/-/cached-0.0.1.tgz' }, | |
directories: {} } | |
☁ ~ npmrc work | |
Removing old .npmrc (/Users/mccullough/.npmrcs/public) | |
Activating .npmrc 'work' | |
☁ ~ npmrc work | |
☁ ~ rm -rf ~/.npm/cached | |
☁ ~ npm show cached | |
npm http GET http://npm-registry.snc1/cached | |
npm http 200 http://npm-registry.snc1/cached | |
{ name: 'cached', | |
description: 'Simple access to a cache', | |
'dist-tags': { latest: '0.4.1' }, | |
versions: [ '0.0.1', '0.4.1' ], | |
maintainers: 'jkrems <[email protected]>', | |
time: | |
{ '0.0.1': '2013-02-01T10:01:35.392Z', | |
'0.4.1': '2013-04-24T21:13:03.149Z' }, | |
author: 'Jan Krems <[email protected]>', | |
version: '0.4.1', | |
main: 'lib/cached.js', | |
scripts: { test: './node_modules/.bin/jasmine-node --coffee --verbose spec' }, | |
repository: '', | |
dependencies: | |
{ underscore: '~1.4.4', | |
q: '~0.8.12', | |
memcached: '~0.2.0' }, | |
devDependencies: | |
{ 'coffee-script': '~1.4.0', | |
'jasmine-node': '~1.0.28' }, | |
publishConfig: { registry: 'http://npm-registry.snc1' }, | |
readmeFilename: 'README.md', | |
dist: | |
{ shasum: 'f14f92b05c9b8b7c606be03e775058301e8dd8f4', | |
tarball: 'http://npm-registry.snc1/cached/-/cached-0.4.1.tgz' }, | |
directories: {} } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment