Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upPinned repositories
Repositories
-
node-filing-cabinet
Get the file location associated with a dependency/partial's path
-
node-dependency-tree
Get the dependency tree of a module
-
node-module-lookup-amd
Resolve aliased dependency paths using a RequireJS config
-
module-definition
Determines whether a JavaScript file is in the CommonJS, AMD, or ES6 format
-
node-ast-module-types
AST helpers for recognizing CommonJS, AMD, and ES6 module types
-
node-detective-amd
Get a list of all of the dependencies for an AMD module. Like node-detective, but for AMD syntax.
-
node-detective-es6
Get the dependencies of an ES6 module by traversing its AST
-
-
node-detective-cjs
Get the dependencies of a CommonJS module by traversing its AST
-
node-dependents
Get the files that depend on a given JS/Sass/Stylus file
-
Dependents
Navigate front-end codebases in Sublime Text 2/3
-
node-detective-scss
Find the dependencies of an scss file
-
node-detective-sass
Find the dependencies of a sass/scss file
-
node-resolve-dependency-path
Convert a dependency path into a filepath
-
node-source-walk
Execute a callback on every node of a source code's AST and stop walking whenever you see fit.
-
node-stylus-lookup
Get the file associated with a Stylus import/require
-
node-sass-lookup
Get the file associated with a Sass import
-
node-get-amd-module-type
Get the type of AMD module used for an AST node or within a file
-
atom-dependents
Atom client for Dependents
-
node-dependents-editor-backend
The brain that powers all Dependents editor plugins
-
node-taxicab
Find a driver related to a given module
-
node-get-driver-scripts
Get the app entry points defined in a config or found within a directory
-
node-app-root
Get a list of entry points for front-end applications (JS/Sass)
-
node-detective-less Archived
Grab the dependencies of a Less file by traversing its AST
-
node-nickname-amd
Get the variable name associated with a given path for AMD modules
-
website
Website for Dependents
-
node-tree-pic
Generate a picture of a file's dependency tree
-
sass-thematic
Forked from gmac/sass-thematicA parser for generating dynamic theme stylesheets from Sass.
-
node-callers
Get the modules that call a function of another module
-
node-is-calling-function
Whether or not a file is calling a particular function