# navigator

> A browser-esque `navigator` for Node.JS (for Ender.JS compatibility)

Latest version **1.0.1** (published 2011-11-08) · 0 weekly downloads

## Install

```sh
npm install navigator
pnpm add navigator
yarn add navigator
bun add navigator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2011-11-08 |
| First published | 2011-07-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= v0.2.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | AJ ONeal |
| Maintainers | coolaj86 |

## Links

- npm: https://www.npmjs.com/package/navigator
- Repository: https://github.com/coolaj86/node-navigator
- npm.io page: https://npm.io/package/navigator

## Recent versions

- 1.0.1 (latest) — 2011-11-08
- 1.0.0 — 2011-07-28

## README

navigator
===

Emulates the browser's `navigator`

    {
        appCodeName: "Mozilla"
      , appName: "Netscape"
      , appVersion: "5.0 (" + machine + "; " + arch + ") " + engine
      , cookieEnabled: true
      , geolocation: undefined
        /*
          clearWatch
          getCurrentPosition
          watchPosition
        */
      , mimeTypes: []
        /*
        */
      , onLine: true
      , platform: "MacIntel"
      , plugins: []
        /*
        */
      , product: "Gecko"
      , productSub: "20030107"
      , usegAgent: "Mozilla/5.0 (" + machine + "; " + arch + ") " + engine
      , vendor: "Joyent"
      , vendorSub: ""
    }

TODO
===

Use `process.os` and such for a more accurate readout

---
_Source: https://npm.io/package/navigator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
