/var/www/myprog.com.ua/server/node/node_modules/options
NameSizeModeActions
lib/-0755rm
.npmignore550644editdlrm
Makefile2080644editdlrm
package.json4700644editdlrm
README.md21830644editdlrm
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