detect-engine
Detect whether you're running on node.js or io.js
Last updated 11 years ago by silverwind .
BSD-2-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install detect-engine 
SYNC missed versions from official npm registry.

detect-engine NPM version Dependency Status

Detect whether you're running on node.js or io.js

Installation

$ npm install --save detect-engine

Example

var engine = require("detect-engine");
//=> node || iojs

© 2015 silverwind, distributed under BSD licence

Current Tags

  • 1.1.0                                ...           latest (11 years ago)

5 Versions

  • 1.1.0                                ...           11 years ago
  • 1.0.2                                ...           11 years ago
  • 1.0.1                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |