/
var
/
www
/
myprog.com.ua
/
server
/
node
/
node_modules
/
options
/
/var/www/myprog.com.ua/server/node/node_modules/options
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
.npmignore
55
0644
edit
dl
rm
Makefile
208
0644
edit
dl
rm
package.json
470
0644
edit
dl
rm
README.md
2183
0644
edit
dl
rm
Edit:
/var/www/myprog.com.ua/server/node/node_modules/options/Makefile
(208B)
ALL_TESTS = $(shell find test/ -name '*.test.js') run-tests: @./node_modules/.bin/mocha \ -t 2000 \ $(TESTFLAGS) \ $(TESTS) test: @$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests .PHONY: test
Save
cmd:
run