api documentation for depcheck (v0.6.7)

Check dependencies in your node module

table of contents

  1. module depcheck
    1. function depcheck (rootDir, options, callback)
    2. object depcheck.detector
    3. object depcheck.parser
    4. object depcheck.special
  2. module depcheck.detector
    1. function depcheck.detector.gruntLoadTaskCallExpression (node)
    2. function depcheck.detector.importDeclaration (node)
    3. function depcheck.detector.requireCallExpression (node)
  3. module depcheck.parser
    1. function depcheck.parser.coffee (content)
    2. function depcheck.parser.es6 (content)
    3. function depcheck.parser.es7 (content)
    4. function depcheck.parser.jsx (content)
    5. function depcheck.parser.sass (content, filePath, deps, rootDir)
    6. function depcheck.parser.typescript (content, filePath)
  4. module depcheck.special
    1. function depcheck.special.babel (content, filePath, deps)
    2. function depcheck.special.bin (content, filepath, deps, dir)
    3. function depcheck.special.commitizen (content, filePath, deps, rootDir)
    4. function depcheck.special.eslint (content, filename, deps, rootDir)
    5. function depcheck.special.feross-standard (content, filePath, deps, rootDir)
    6. function depcheck.special.gulp-load-plugins (content, filePath, deps, rootDir)
    7. function depcheck.special.mocha (content, filepath, deps, rootDir)
    8. function depcheck.special.webpack (content, filepath, deps)

module depcheck

function depcheck (rootDir, options, callback)

module depcheck.detector

function depcheck.detector.gruntLoadTaskCallExpression (node)

function depcheck.detector.importDeclaration (node)

function depcheck.detector.requireCallExpression (node)

module depcheck.parser

function depcheck.parser.coffee (content)

function depcheck.parser.es6 (content)

function depcheck.parser.es7 (content)

function depcheck.parser.jsx (content)

function depcheck.parser.sass (content, filePath, deps, rootDir)

function depcheck.parser.typescript (content, filePath)

module depcheck.special

function depcheck.special.babel (content, filePath, deps)

function depcheck.special.bin (content, filepath, deps, dir)

function depcheck.special.commitizen (content, filePath, deps, rootDir)

function depcheck.special.eslint (content, filename, deps, rootDir)

function depcheck.special.feross-standard (content, filePath, deps, rootDir)

function depcheck.special.gulp-load-plugins (content, filePath, deps, rootDir)

function depcheck.special.mocha (content, filepath, deps, rootDir)

function depcheck.special.webpack (content, filepath, deps)

[ this document was created with utility2 ]