• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

npm / npm-package-arg / 35
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: nlf/catch-more-git-styles
DEFAULT BRANCH: master
Ran 20 Mar 2017 01:01AM UTC
Jobs 3
Files 1
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
35

push

travis-ci

iarna
npa: Update to npm@5 semantics per the local-specifier RFC

There are also a number of other changes to improve the experience of using
this library. `realize-package-specifier` should no longer be needed.

* New properties:
  * `from` indicates how we parsed this specifier, values are:
    localArgument, local, hosted, url and registry.

    _localArgument_ differs from _local_ in that it means the argument
    parsing rules were used instead of the dependency parsing rules. That is, the
    rules for `npm install /foo` instead of those for `"dependencies":
    {"foo": "file:/foo"}`.

* Changed properties:
  * `type` indicates what sort of specifier this is, values are: file,
    directory, git, remote, version, range, tag.

* Local specifiers:
  * Trailing spaces on local specifiers are no longer trimmed.
  * The `spec` field for local specifiers is now a fully resolved path.
  * The type is now _file_ or _directory, never _local_.
* Git specifiers:
  * The leading `git+` is no longer stripped. This makes the behavior match
    `hosted-git-info`.
* Hosted git specifiers:
  * The `type` is now _git_.  You can check if something is hosted by
    looking at the `hosted` property or checking to see if `from` is
    _hosted_.

99 of 102 branches covered (97.06%)

115 of 115 new or added lines in 1 file covered. (100.0%)

123 of 123 relevant lines covered (100.0%)

84.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35.1 20 Mar 2017 01:01AM UTC 0
100.0
Travis Job 35.1
2 35.2 20 Mar 2017 01:01AM UTC 0
100.0
Travis Job 35.2
3 35.3 20 Mar 2017 01:01AM UTC 0
100.0
Travis Job 35.3
Source Files on build 35
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #35
  • 3610e6bb on github
  • Prev Build on new-semantics (#34)
  • Next Build on new-semantics (#43)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc