summaryrefslogtreecommitdiff
path: root/tests/registry/npm/mkdirp/registry.json
blob: d6bccdd9ca91a0f2e8d00be420726cd22060aacb (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "name": "mkdirp",
  "description": "Recursively mkdir, like `mkdir -p`",
  "dist-tags": {
    "latest": "1.0.4"
  },
  "versions": {
    "1.0.4": {
      "name": "mkdirp",
      "description": "Recursively mkdir, like `mkdir -p`",
      "version": "1.0.4",
      "main": "index.js",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/isaacs/node-mkdirp.git"
      },
      "scripts": {
        "test": "tap",
        "snap": "tap",
        "preversion": "npm test",
        "postversion": "npm publish",
        "postpublish": "git push origin --follow-tags"
      },
      "tap": {
        "check-coverage": true,
        "coverage-map": "map.js"
      },
      "devDependencies": {
        "require-inject": "^1.4.4",
        "tap": "^14.10.7"
      },
      "bin": {
        "mkdirp": "bin/cmd.js"
      },
      "license": "MIT",
      "engines": {
        "node": ">=10"
      },
      "gitHead": "b694079b54a0a59ef150c54b29c7c24e90d642f5",
      "bugs": {
        "url": "https://github.com/isaacs/node-mkdirp/issues"
      },
      "_id": "mkdirp@1.0.4",
      "_nodeVersion": "13.10.1",
      "_npmVersion": "6.14.4",
      "dist": {
        "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
        "shasum": "3eb5ed62622756d79a5f0e2a221dfebad75c2f7e",
        "tarball": "http://localhost:4260/mkdirp/mkdirp-1.0.4.tgz",
        "fileCount": 12,
        "unpackedSize": 19088
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/node-mkdirp.git"
  },
  "license": "MIT",
  "readmeFilename": "",
  "homepage": "https://github.com/isaacs/node-mkdirp#readme",
  "bugs": {
    "url": "https://github.com/isaacs/node-mkdirp/issues"
  }
}