really-need

v1.9.2
Node require wrapper with options for cache busting, pre- and post-processing
commonjs load loader module node npm require wrapper

basic-tests

npm run test-simple && npm run test-random && npm run test-nested && npm run test-no-parent

build

grunt

cache-tests

node test/busting-cache.js

commit

git-issues && commit-wizard

extra-tests

npm run test-pre && npm run test-post && npm run test-path && npm run test-args

issues

git-issues

pkgfiles

pkgfiles

semantic-release

semantic-release pre && npm publish && semantic-release post

size

tarball="$(npm pack .)"; wc -c "${tarball}"; tar tvf "${tarball}"; rm "${tarball}";

test

npm run build && npm run basic-tests && npm run cache-tests && npm run extra-tests

test-args

node test/load-arguments.js

test-debug

node test/debug.js

test-fake-example

mocha test/fake-use/get-version-spec.js

test-fakes

node test/load-fake-json.js && node test/load-fake.js && node test/load-fake-object.js && node test/load-fake-example.js

test-nested

node test/nested-a.js

test-no-parent

node test/no-parent/second.js && node test/no-parent/first.js

test-path

node test/path-test.js

test-post

node test/post-test.js

test-pre

node test/pre-test.js

test-random

node test/new-random-every-time.js

test-server

mocha test/mocked-server/run.js

test-simple

node test/simple.js

test-spy

node test/spy-on-module/spy-on-foo.js
npm i really-need

Metadata

  • MIT
  • > 0.10.*
  • Gleb Bahmutov
  • released 3/2/2016

Downloads

Maintainers