github.com/ishita82/trivy-gitaction@v0.0.0-20240206054925-e937cc05f8e3/integration/testdata/fixtures/repo/npm/node_modules/react/package.json (about)

     1  {
     2    "name": "react",
     3    "description": "React is a JavaScript library for building user interfaces.",
     4    "keywords": [
     5      "react"
     6    ],
     7    "version": "16.8.6",
     8    "homepage": "https://reactjs.org/",
     9    "bugs": "https://github.com/facebook/react/issues",
    10    "license": "MIT",
    11    "files": [
    12      "LICENSE",
    13      "README.md",
    14      "build-info.json",
    15      "index.js",
    16      "cjs/",
    17      "umd/"
    18    ],
    19    "main": "index.js",
    20    "repository": {
    21      "type": "git",
    22      "url": "https://github.com/facebook/react.git",
    23      "directory": "packages/react"
    24    },
    25    "engines": {
    26      "node": ">=0.10.0"
    27    },
    28    "dependencies": {
    29      "loose-envify": "^1.1.0",
    30      "object-assign": "^4.1.1",
    31      "prop-types": "^15.6.2",
    32      "scheduler": "^0.13.6"
    33    },
    34    "browserify": {
    35      "transform": [
    36        "loose-envify"
    37      ]
    38    }
    39  }