summaryrefslogtreecommitdiff
path: root/tests/registry/npm/react/registry.json
blob: c64d0ac674b8b0149bd9934360801384c2fe6777 (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
68
{
  "name": "react",
  "description": "React is a JavaScript library for building user interfaces.",
  "dist-tags": {
    "latest": "18.2.0"
  },
  "versions": {
    "18.2.0": {
      "name": "react",
      "description": "React is a JavaScript library for building user interfaces.",
      "version": "18.2.0",
      "bugs": {
        "url": "https://github.com/facebook/react/issues"
      },
      "license": "MIT",
      "main": "index.js",
      "exports": {
        ".": {
          "react-server": "./react.shared-subset.js",
          "default": "./index.js"
        },
        "./package.json": "./package.json",
        "./jsx-runtime": "./jsx-runtime.js",
        "./jsx-dev-runtime": "./jsx-dev-runtime.js"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/facebook/react.git",
        "directory": "packages/react"
      },
      "engines": {
        "node": ">=0.10.0"
      },
      "dependencies": {
        "loose-envify": "^1.1.0"
      },
      "browserify": {
        "transform": [
          "loose-envify"
        ]
      },
      "gitHead": "be229c5655074642ee664f532f2e7411dd7dccc7",
      "_id": "react@18.2.0",
      "_nodeVersion": "17.1.0",
      "_npmVersion": "8.1.2",
      "dist": {
        "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
        "shasum": "555bd98592883255fa00de14f1151a917b5d77d5",
        "tarball": "http://localhost:4260/react/react-18.2.0.tgz",
        "fileCount": 20,
        "unpackedSize": 316108
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/react.git",
    "directory": "packages/react"
  },
  "readmeFilename": "",
  "homepage": "https://reactjs.org/",
  "bugs": {
    "url": "https://github.com/facebook/react/issues"
  },
  "license": "MIT"
}