fuxa-proof-frbwtm
v1.0.0
Published
Harmless FUXA legacy plugin proof package
Downloads
303
Readme
Harmless FUXA Proof Package
Package: fuxa-proof-frbwtm
Version: 1.0.0
Callback URL: http://194.165.16.11:8080/collect
This package is intended only for harmless callback proof on FUXA /api/plugins.
On require() it sends:
whoamihostnamepackageversionts
It does not run shell commands. It does not write files.
Publish
Using local npm auth:
npm publish /tmp/fuxa-proof/fuxa-proof-frbwtm-1.0.0.tgz --access publicUsing token from environment:
export NPM_TOKEN=YOUR_TOKEN
cp .npmrc.publish.example .npmrc
npm publish /tmp/fuxa-proof/fuxa-proof-frbwtm-1.0.0.tgz --access public
rm -f .npmrc