New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ey_node_app_info

For Engine Yard cluster instances, parses package.json and provides node paths and shell commands.


Version published
Maintainers
1
Created

ey_node_app_info

Parses a Node.js app's package.json file to figure out which node version and commands to use.

EY Node Package Info

Internal tool to extract information about a Node.js application.

Examples:

ey_node_app_info engine-version --app /path/to/app
# output like '0.8.7'

ey_node_app_info command start --app /path/to/app
# output like 'node ./app.js' or 'npm start'

FAQs

Package last updated on 24 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts