Skip to content

thescientist13/npm-query-registry-only-deps-rfc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm-query-registry-only-deps-rfc-demo

Overview

Test repo for npm RFC for Registry Only Deps and testing with a locally linked version of npm with npm query command.

npm query RFC for reference.

It comes pre-installed with these dependencies, so that query can be tested in order to come up with an appropriate API and recommendation for the RFC.

{
  "...": "",
  
  "dependencies": {
    "@babel/cli": "^7.4.0",
    "eslint": "git+https://github.com/eslint/eslint.git"
  }
}

Testing

  1. Clone the npm CLI repo and follow these steps to get it running locally
  2. Run npm . link
  3. Clone this repo and run npm ci

You should now be able to run the query command in this repo, e.g.

$ npm query ":root > *"

About

Test bench repo for npm RRFC issue #593

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published