summaryrefslogtreecommitdiff
path: root/tests/registry/npm/supports-esm/registry.json
blob: 3faf44387901c4937aeaec25cb524472434a67c4 (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
{
  "name": "supports-esm",
  "dist-tags": {
    "latest": "1.0.0"
  },
  "versions": {
    "1.0.0": {
      "name": "supports-esm",
      "version": "1.0.0",
      "description": "Detect at runtime if Node.js supports ECMAScript modules",
      "main": "index.js",
      "exports": "./index.js",
      "dependencies": {
        "has-package-exports": "^1.1.0"
      },
      "devDependencies": {
        "semver": "^7.3.2"
      },
      "scripts": {
        "test": "node test.js"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/targos/supports-esm.git"
      },
      "author": {
        "name": "Michaël Zasso",
        "email": "targos@protonmail.com"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/targos/supports-esm/issues"
      },
      "gitHead": "433e6107ae208a642fdf27dc0862d79a7c8b9145",
      "_id": "supports-esm@1.0.0",
      "_nodeVersion": "14.2.0",
      "_npmVersion": "6.14.4",
      "dist": {
        "integrity": "sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==",
        "shasum": "7cc567747d0745e2b77b331c9b9cae13cf4dc60e",
        "tarball": "http://localhost:4260/supports-esm/supports-esm-1.0.0.tgz",
        "fileCount": 4,
        "unpackedSize": 3489
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "description": "Detect at runtime if Node.js supports ECMAScript modules",
  "homepage": "https://github.com/targos/supports-esm#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/targos/supports-esm.git"
  },
  "author": {
    "name": "Michaël Zasso",
    "email": "targos@protonmail.com"
  },
  "bugs": {
    "url": "https://github.com/targos/supports-esm/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}