summaryrefslogtreecommitdiff
path: root/tests/registry/npm/graceful-fs/registry.json
blob: 13d546033aa9e91e90ca03830c0eb7f1a4b1e9e1 (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
{
  "name": "graceful-fs",
  "description": "A drop-in replacement for fs, making various improvements.",
  "dist-tags": {
    "latest": "4.2.10"
  },
  "versions": {
    "4.2.10": {
      "name": "graceful-fs",
      "description": "A drop-in replacement for fs, making various improvements.",
      "version": "4.2.10",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/isaacs/node-graceful-fs.git"
      },
      "main": "graceful-fs.js",
      "directories": {
        "test": "test"
      },
      "scripts": {
        "preversion": "npm test",
        "postversion": "npm publish",
        "postpublish": "git push origin --follow-tags",
        "test": "nyc --silent node test.js | tap -c -",
        "posttest": "nyc report"
      },
      "license": "ISC",
      "devDependencies": {
        "import-fresh": "^2.0.0",
        "mkdirp": "^0.5.0",
        "rimraf": "^2.2.8",
        "tap": "^12.7.0"
      },
      "gitHead": "1f19b0b467e4144260b397343cd60f37c5bdcfda",
      "bugs": {
        "url": "https://github.com/isaacs/node-graceful-fs/issues"
      },
      "_id": "graceful-fs@4.2.10",
      "_nodeVersion": "17.6.0",
      "_npmVersion": "8.5.3",
      "dist": {
        "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
        "shasum": "147d3a006da4ca3ce14728c7aefc287c367d7a6c",
        "tarball": "http://localhost:4260/graceful-fs/graceful-fs-4.2.10.tgz",
        "fileCount": 7,
        "unpackedSize": 32470
      },
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  "bugs": {
    "url": "https://github.com/isaacs/node-graceful-fs/issues"
  },
  "license": "ISC"
}