30 packages
ass-client
Aptoma Smooth Storage client
ast-module-types
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
callers
Get the modules that call a function of another module
dependency-tree
Get the dependency tree of a module
@dependents/detective-less
Find the dependencies of a less file
dependents-editor-backend
The brains behind Dependents editor plugins
dependents-sass-thematic
A parser for generating dynamic theme stylesheets from Sass.
detective-amd
Find all dependencies within a JavaScript file using AMD module syntax
detective-cjs
Get the dependencies of a CommonJS module by traversing its AST
detective-es6
Get the dependencies of an ES6 module
detective-sass
Find the dependencies of a sass file
detective-scss
Find the dependencies of an scss file
detective-stylus
Get the dependencies of a Stylus file
detective-typescript
Get the dependencies of a TypeScript module
extip
CLI and NPM package for fetching your external IP-address.
filing-cabinet
Find files based on partial paths
get-amd-module-type
Get the type of an AMD module used for an AST node or within a file
get-driver-scripts
Get the entry points from a config or found within a directory
grunt-madge
Check for circular dependencies in AMD or CommonJS modules using Madge.
is-calling-function
Whether or not a file is calling a particular function
is-relative-path
Whether or not a given path is relative
madge
Create graphs from module dependencies.
module-definition
Determines if a file is using a CommonJS or AMD module definition
module-lookup-amd
Resolve aliased dependency paths using a RequireJS config
node-source-walk
Execute a callback on every node of a source code's AST and stop walking when you see fit