PHP 8.2.30
Preview: Makefile Size: 675 B
//lib/node_modules/npm/node_modules/json-stringify-safe/Makefile

NODE_OPTS =
TEST_OPTS =

love:
	@echo "Feel like makin' love."

test:
	@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R dot $(TEST_OPTS)

spec:
	@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R spec $(TEST_OPTS)

autotest:
	@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R dot --watch $(TEST_OPTS)

autospec:
	@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R spec --watch $(TEST_OPTS)

pack:
	@file=$$(npm pack); echo "$$file"; tar tf "$$file"

publish:
	npm publish

tag:
	git tag "v$$(node -e 'console.log(require("./package").version)')"

clean:
	rm -f *.tgz
	npm prune --production

.PHONY: love
.PHONY: test spec autotest autospec
.PHONY: pack publish tag
.PHONY: clean

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
7 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
734 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
765 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
675 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
1.70 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
1.23 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
907 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).