MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / dependencies

Function dependencies

lib/models/addon.js:1340–1343  ·  view source on GitHub ↗

@public @method dependencies @return {Object} The addon's dependencies based on the addon's package.json

()

Source from the content-addressed store, hash-verified

1338 @return {Object} The addon's dependencies based on the addon's package.json
1339 */
1340 dependencies() {
1341 let pkg = this.pkg;
1342 return pkg ? Object.assign({}, pkg.devDependencies, pkg.dependencies) : {};
1343 },
1344
1345 /**
1346 @public

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…