mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
8 lines
253 B
JSON
8 lines
253 B
JSON
{
|
|
"name": "nyx-escape-npm-lifecycle",
|
|
"version": "1.0.0",
|
|
"description": "Malicious npm lifecycle escape fixture — preinstall runs during npm install.",
|
|
"scripts": {
|
|
"preinstall": "echo NYX_ESCAPE_SUCCESS > /tmp/pwned_npm_lifecycle"
|
|
}
|
|
}
|