Global

Methods

get_package_json(cb)

Gets the package.json file
Parameters:
Name Type Description
cb objectCallback yields an object containing package.json data
Source:

Type Definitions

arrayCallback(err, arr)

Parameters:
Name Type Description
err Error an error object
arr Array an array
Source:

mixedCallback(err, data)

Parameters:
Name Type Description
err Error an error object
data mixed some data (may be string, object, array, or other type)
Source:

objectCallback(err, obj)

Parameters:
Name Type Description
err Error an error object
obj object a simple object
Source:

stringCallback(err, str)

Parameters:
Name Type Description
err Error an error object
str string a string
Source: