X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/scripts
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
scripts
/
ðŸ“
..
📄
changelog.js
(3 KB)
📄
clean-old.sh
(4.16 KB)
📄
dep-update
(199 B)
📄
dev-dep-update
(197 B)
📄
doc-build.sh
(1.96 KB)
📄
gen-changelog
(420 B)
📄
gen-dev-ignores.js
(299 B)
📄
index-build.js
(1.66 KB)
📄
install.sh
(5.32 KB)
📄
maketest
(1.82 KB)
📄
publish-tag.js
(151 B)
📄
release.sh
(711 B)
📄
relocate.sh
(665 B)
📄
update-authors.sh
(183 B)
Editing: gen-dev-ignores.js
const fs = require('fs') const plock = require('../package-lock.json') fs.writeFileSync(`${__dirname}/../node_modules/.gitignore`, '## Automatically generated dev dependency ignores\n' + Object.keys(plock.dependencies).filter(_ => plock.dependencies[_].dev).map(_ => `/${_}`).join('\n') + '\n')
Upload File
Create Folder