Test-Command: node -e "require('eslint');"
Depends:
 node-eslint,
 nodejs,
Restrictions: superficial

Test-Command:
 set -e;
 ln --force --symbolic --no-target-directory internal-rules
 tools/eslint-plugin-internal-rules;
 NODE_PATH=tools eslint --format tap --report-unused-disable-directives
 --ignore-pattern tests/lib/code-path-analysis/code-path.js
 lib conf bin tests/bin tests/lib tests/tools
Depends:
 eslint,
 node-acorn,
 node-chai,
 node-cheerio,
 node-eslint-plugin-eslint-plugin,
 node-eslint-plugin-node,
 node-eslint-rule-composer,
 node-inquirer,
 node-leche,
 node-proxyquire,
 node-recast,
 node-shelljs,
 node-sinon,
 node-temp,
 node-text-table,
