Created
September 2, 2016 15:33
-
-
Save sam-github/bb41fab25711c0a044aff9cc39fe0503 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 view [email protected] .dependencies .optionalDependencies | |
.dependencies = | |
{ compress: '^0.99.0', | |
debug: '~0.7.4', | |
ejs: '~2.3.4', | |
lodash: '3.x.x', | |
'node-uuid': '~1.4.3', | |
optional: '^0.1.3', | |
request: '>=2.9.0', | |
sax: '>=0.6', | |
selectn: '^0.9.6', | |
'strip-bom': '~0.3.1', | |
'xml-crypto': '~0.8.0', | |
ursa: '0.8.5 || >=0.9.3' } | |
.optionalDependencies = { ursa: '0.8.5 || >=0.9.3' } | |
% npm view soap@latest .dependencies .optionalDependencies | |
.dependencies = | |
{ compress: '^0.99.0', | |
debug: '~0.7.4', | |
ejs: '~2.3.4', | |
lodash: '3.x.x', | |
'node-uuid': '~1.4.3', | |
optional: '^0.1.3', | |
request: '>=2.9.0', | |
sax: '>=0.6', | |
selectn: '^0.9.6', | |
'strip-bom': '~0.3.1', | |
'xml-crypto': '~0.8.0', | |
ursa: '0.8.5 || >=0.9.4' } | |
.optionalDependencies = { ursa: '0.8.5 || >=0.9.4' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment