UNPKG
yunlongzha_try_nodejs
Version:
latest (1.0.0)
1.0.0
try it
yunlongzha_try_nodejs
/
textsubmit
/
node_modules
/
npm
/
test
/
disabled
/
failer
/
package.json
6 lines
(5 loc)
•
254 B
JSON
View Raw
1
2
3
4
5
6
{
"name"
:
"npm-test-failer"
,
"version"
:
"9999.999.99"
,
"dependencies"
:
{
"base64"
:
"*"
}
,
"scripts"
:
{
"install"
:
"exit 1"
,
"test"
:
"echo 'This is where the test output would go'; echo 'more test output'; echo 'MOAR MOAR MoAR'; exit 1"
}
}