summaryrefslogtreecommitdiff
path: root/deps/npm/test/packages/npm-test-peer-deps-invalid/npm-ls.json
blob: 285bce7d205bd8a0b2e0508291cc613fe5a117a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "npm-test-peer-deps-file": {
    "version": "1.2.3",
    "from": "https://raw.github.com/gist/3971128/3f6aa37b4fa1186c2f47da9b77dcc4ec496e3483/index.js",
    "resolved": "https://raw.github.com/gist/3971128/3f6aa37b4fa1186c2f47da9b77dcc4ec496e3483/index.js",
    "dependencies": {
      "opener": {
        "version": "1.3.0",
        "from": "opener@1.3.0"
      }
    }
  },
  "npm-test-peer-deps-file-invalid": {
    "version": "1.2.3",
    "from": "https://gist.github.com/raw/4303335/861f8d3213061826ab31591840c3cb0ac737f4fc/index.js",
    "resolved": "https://gist.github.com/raw/4303335/861f8d3213061826ab31591840c3cb0ac737f4fc/index.js"
  },
  "dict": {
    "peerInvalid": true
  }
}