Current Path: > > usr > lib > node_modules > npm
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
bin | Directory | - | - | |
changelogs | Directory | - | - | |
lib | Directory | - | - | |
man | Directory | - | - | |
node_modules | Directory | - | - | |
scripts | Directory | - | - | |
tap-snapshots | Directory | - | - | |
.licensee.json | File | 245 bytes | March 10 2021 14:36:40. | |
.mailmap | File | 3274 bytes | March 10 2021 14:36:35. | |
.npmignore | File | 368 bytes | March 10 2021 14:36:35. | |
.npmrc | File | 0 bytes | March 10 2021 14:36:40. | |
.travis.yml | File | 262 bytes | March 10 2021 14:36:35. | |
AUTHORS | File | 27076 bytes | March 10 2021 14:36:35. | |
CHANGELOG.md | File | 160063 bytes | March 10 2021 14:36:35. | |
CONTRIBUTING.md | File | 9515 bytes | March 10 2021 14:36:40. | |
LICENSE | File | 9742 bytes | March 10 2021 14:36:36. | |
Makefile | File | 4120 bytes | March 10 2021 14:36:35. | |
README.md | File | 4491 bytes | March 10 2021 14:36:36. | |
configure | File | 529 bytes | March 10 2021 14:36:35. | |
docs | File | bytes | January 01 1970 00:00:00. | |
make.bat | File | 156 bytes | March 10 2021 14:36:35. | |
package.json | File | 8030 bytes | March 10 2021 14:36:35. |
#!/usr/bin/env bash # set configurations that will be "sticky" on this system, # surviving npm self-updates. CONFIGS=() i=0 # get the location of this file. unset CDPATH CONFFILE=$(cd $(dirname "$0"); pwd -P)/npmrc while [ $# -gt 0 ]; do conf="$1" case $conf in --help) echo "./configure --param=value ..." exit 0 ;; --*) CONFIGS[$i]="${conf:2}" ;; *) CONFIGS[$i]="$conf" ;; esac let i++ shift done for c in "${CONFIGS[@]}"; do echo "$c" >> "$CONFFILE" done
SILENT KILLER Tool