HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: //lib/node_modules/npm/node_modules/init-package-json/package.json
{
  "name": "init-package-json",
  "version": "3.0.1",
  "main": "lib/init-package-json.js",
  "scripts": {
    "test": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "lint": "eslint '**/*.js'",
    "postlint": "npm-template-check",
    "lintfix": "npm run lint -- --fix",
    "snap": "tap",
    "posttest": "npm run lint",
    "template-copy": "npm-template-copy --force"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/init-package-json.git"
  },
  "author": "GitHub Inc.",
  "license": "ISC",
  "description": "A node module to get your node module started",
  "dependencies": {
    "npm-package-arg": "^9.0.0",
    "promzard": "^0.3.0",
    "read": "^1.0.7",
    "read-package-json": "^5.0.0",
    "semver": "^7.3.5",
    "validate-npm-package-license": "^3.0.4",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@npmcli/config": "^4.0.1",
    "@npmcli/template-oss": "^2.9.2",
    "tap": "^15.1.6"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "tap": {
    "statements": "94",
    "branches": "83",
    "lines": "94"
  },
  "keywords": [
    "init",
    "package.json",
    "package",
    "helper",
    "wizard",
    "wizerd",
    "prompt",
    "start"
  ],
  "files": [
    "bin",
    "lib"
  ],
  "templateOSS": {
    "version": "2.9.2"
  }
}