SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > libnpm


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/libnpm

NameTypeSizeLast ModifiedActions
CHANGELOG.md File 2787 bytes March 10 2021 14:36:38.
LICENSE.md File 755 bytes March 10 2021 14:36:38.
README.md File 2032 bytes March 10 2021 14:36:38.
access.js File 55 bytes March 10 2021 14:36:38.
adduser.js File 62 bytes March 10 2021 14:36:38.
config.js File 55 bytes March 10 2021 14:36:38.
extract.js File 57 bytes March 10 2021 14:36:38.
fetch.js File 61 bytes March 10 2021 14:36:38.
get-prefix.js File 58 bytes March 10 2021 14:36:38.
hook.js File 53 bytes March 10 2021 14:36:38.
index.js File 954 bytes March 10 2021 14:36:38.
link-bin.js File 52 bytes March 10 2021 14:36:38.
log.js File 49 bytes March 10 2021 14:36:38.
logical-tree.js File 59 bytes March 10 2021 14:36:38.
login.js File 60 bytes March 10 2021 14:36:38.
manifest.js File 58 bytes March 10 2021 14:36:38.
org.js File 52 bytes March 10 2021 14:36:38.
package.json File 2608 bytes March 10 2021 14:36:38.
packument.js File 59 bytes March 10 2021 14:36:38.
parse-arg.js File 58 bytes March 10 2021 14:36:38.
profile.js File 54 bytes March 10 2021 14:36:38.
publish.js File 64 bytes March 10 2021 14:36:38.
read-json.js File 91 bytes March 10 2021 14:36:38.
run-script.js File 56 bytes March 10 2021 14:36:38.
search.js File 55 bytes March 10 2021 14:36:38.
stringify-package.js File 60 bytes March 10 2021 14:36:38.
tarball.js File 57 bytes March 10 2021 14:36:38.
team.js File 53 bytes March 10 2021 14:36:38.
unpublish.js File 66 bytes March 10 2021 14:36:38.
verify-lock.js File 54 bytes March 10 2021 14:36:38.

Reading File: //lib/node_modules/npm/node_modules/libnpm/package.json

{
  "_from": "libnpm@3.0.1",
  "_id": "libnpm@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-d7jU5ZcMiTfBqTUJVZ3xid44fE5ERBm9vBnmhp2ECD2Ls+FNXWxHSkO7gtvrnbLO78gwPdNPz1HpsF3W4rjkBQ==",
  "_location": "/libnpm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libnpm@3.0.1",
    "name": "libnpm",
    "escapedName": "libnpm",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/libnpm/-/libnpm-3.0.1.tgz",
  "_shasum": "0be11b4c9dd4d1ffd7d95c786e92e55d65be77a2",
  "_spec": "libnpm@3.0.1",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/libnpm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bin-links": "^1.1.2",
    "bluebird": "^3.5.3",
    "find-npm-prefix": "^1.0.2",
    "libnpmaccess": "^3.0.2",
    "libnpmconfig": "^1.2.1",
    "libnpmhook": "^5.0.3",
    "libnpmorg": "^1.0.1",
    "libnpmpublish": "^1.1.2",
    "libnpmsearch": "^2.0.2",
    "libnpmteam": "^1.0.2",
    "lock-verify": "^2.0.2",
    "npm-lifecycle": "^3.0.0",
    "npm-logical-tree": "^1.2.1",
    "npm-package-arg": "^6.1.0",
    "npm-profile": "^4.0.2",
    "npm-registry-fetch": "^4.0.0",
    "npmlog": "^4.1.2",
    "pacote": "^9.5.3",
    "read-package-json": "^2.0.13",
    "stringify-package": "^1.0.0"
  },
  "deprecated": false,
  "description": "Collection of programmatic APIs for the npm CLI",
  "devDependencies": {
    "nock": "^9.2.3",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tap": "^12.0.1",
    "weallbehave": "^1.2.0",
    "weallcontribute": "^1.0.8"
  },
  "files": [
    "*.js",
    "lib"
  ],
  "homepage": "https://github.com/npm/libnpm#readme",
  "keywords": [
    "npm",
    "api",
    "package manager",
    "lib"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "libnpm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/libnpm.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap -J --coverage test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "3.0.1"
}

SILENT KILLER Tool