HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/package.json
{
  "name": "sigstore",
  "version": "1.2.0",
  "description": "code-signing for npm packages",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --maxWorkers=2 --coverage",
    "lint": "eslint --fix --ext .ts src/**",
    "lint:check": "eslint --max-warnings 0 --ext .ts src/**",
    "format": "prettier --write \"src/**/*\"",
    "release": "npm run build && changeset publish",
    "codegen:rekor": "./hack/generate-rekor-types"
  },
  "bin": {
    "sigstore": "bin/sigstore.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigstore/sigstore-js.git"
  },
  "publishConfig": {
    "provenance": true
  },
  "files": [
    "dist",
    "store"
  ],
  "author": "[email protected]",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sigstore/sigstore-js/issues"
  },
  "homepage": "https://github.com/sigstore/sigstore-js#readme",
  "devDependencies": {
    "@changesets/cli": "^2.26.0",
    "@tsconfig/node14": "^1.0.3",
    "@types/jest": "^29.4.0",
    "@types/make-fetch-happen": "^10.0.0",
    "@types/node": "^18.6.5",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.4.1",
    "json-schema-to-typescript": "^12.0.0",
    "nock": "^13.2.4",
    "prettier": "^2.6.2",
    "ts-jest": "^29.0.5",
    "typescript": "^5.0.2"
  },
  "dependencies": {
    "@sigstore/protobuf-specs": "^0.1.0",
    "make-fetch-happen": "^11.0.1",
    "tuf-js": "^1.0.0"
  },
  "engines": {
    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  }
}