* Indicate if this packageInfo represents an engine. * * @method isForEngine * @return {Boolean} true if this pkgInfo is configured as an engine & false otherwise
()
| 251 | * @return {Boolean} true if this pkgInfo is configured as an engine & false otherwise |
| 252 | */ |
| 253 | isForEngine() { |
| 254 | return isEngine(this.pkg.keywords); |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Indicate if this packageInfo represents a lazy engine. |
no outgoing calls
no test coverage detected