Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-shrinkwrap.json « npm-test-shrinkwrap « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4f7fbf815c49b223162e9b57b4319699e0fa161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "npm-test-shrinkwrap",
  "version": "0.0.0",
  "dependencies": {
    "npm-test-single-file": {
      "version": "1.2.3",
      "from": "https://raw.github.com/gist/1837112/index.js"
    },
    "glob": {
      "version": "3.1.4",
      "from": "git://github.com/isaacs/node-glob.git",
      "dependencies": {
        "minimatch": {
          "version": "0.2.0",
          "dependencies": {
            "lru-cache": {
              "version": "1.0.5"
            }
          }
        },
        "graceful-fs": {
          "version": "1.1.5",
          "dependencies": {
            "fast-list": {
              "version": "1.0.2"
            }
          }
        },
        "inherits": {
          "version": "1.0.0"
        }
      }
    },
    "minimatch": {
      "version": "0.1.5",
      "dependencies": {
        "lru-cache": {
          "version": "1.0.5"
        }
      }
    }
  }
}