Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

feat(view): add 'view' command #27

Merged
merged 14 commits into from
Nov 13, 2018
Merged

feat(view): add 'view' command #27

merged 14 commits into from
Nov 13, 2018

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    62cae1f View commit details
    Browse the repository at this point in the history
  2. fix(view): move to jsx, register command

    Move to use JSX and use register command.
    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    b9c5471 View commit details
    Browse the repository at this point in the history
  3. fix(view): use common opts

    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    60b1171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c7a057 View commit details
    Browse the repository at this point in the history
  5. fix(view): fix error handling

    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    52d4be6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95ff9bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52b7416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b59497e View commit details
    Browse the repository at this point in the history
  9. feat(view): allow unlimited items for specified fields

    Allow unlimited items when field is specified.
    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    7f80b08 View commit details
    Browse the repository at this point in the history
  10. feat(view): add packument info

    Add packument info to outputted JSON, as is custom in `npm view`. It's a 
    bit double if multiple versions are queried, but that's just how it is. 
    Also allows packument-specific props to be queried.
    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6e5010e View commit details
    Browse the repository at this point in the history
  11. feat(view): allow dots in props

    Allow dots (.) in props with a special prop syntax:
    
    Data:
        { foo: {
          'bar.baz': 1,
          bar: { baz: 2 }
        } }
    
    Query:
        foo[bar.baz] // -> 1
    
    Useful to query versions, deps:
    
        time[0.10.1]
        dependencies[lodash.uniq]
    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8481a64 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9461d5a View commit details
    Browse the repository at this point in the history
  13. feat(view): show deps as columns

    Show dependencies in columns, matching the old behaviour.
    larsgw committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4de4f2e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41aa8c2 View commit details
    Browse the repository at this point in the history