github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/integration/testdata/fixtures/repo/npm/node_modules/z-lock/package.json (about)

     1  {
     2    "name": "z-lock",
     3    "version": "1.0.0",
     4    "description": "This CommonJS module can create a simple \"lock\" that can be checked, locked/unlocked.",
     5    "main": "lock.js",
     6    "scripts": {
     7      "test": "mocha test/*.js"
     8    },
     9    "repository": {
    10      "type": "git",
    11      "url": "https://github.com/ZeeCoder/z-lock.git"
    12    },
    13    "keywords": [
    14      "lock"
    15    ],
    16    "author": "Hubert Viktor",
    17    "license": "MIT",
    18    "bugs": {
    19      "url": "https://github.com/ZeeCoder/z-lock/issues"
    20    },
    21    "homepage": "https://github.com/ZeeCoder/z-lock",
    22    "devDependencies": {
    23      "clone": "^1.0.2",
    24      "mocha": "^2.2.5"
    25    }
    26  }