UNPKG
yunlongzha_try_nodejs
Version:
latest (1.0.0)
1.0.0
try it
yunlongzha_try_nodejs
/
textsubmit
/
node_modules
/
npm
/
test
/
packages
/
npm-test-missing-bindir
/
package.json
5 lines
(4 loc)
•
148 B
JSON
View Raw
1
2
3
4
5
{
"name"
:
"npm-test-missing-bindir"
,
"version"
:
"0.0.0"
,
"scripts"
:
{
"test"
:
"node test.js"
}
,
"directories"
:
{
"bin"
:
"./not-found"
}
}