{
  "_args": [
    [
      "winreg@1.2.4",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "winreg@1.2.4",
  "_id": "winreg@1.2.4",
  "_inBundle": false,
  "_integrity": "sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs=",
  "_location": "/winreg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winreg@1.2.4",
    "name": "winreg",
    "escapedName": "winreg",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Paul Bottin"
  },
  "bugs": {
    "url": "https://github.com/fresc81/node-winreg/issues"
  },
  "description": "provides access to the windows registry through the REG tool",
  "devDependencies": {
    "ink-docstrap": "^1.1.4",
    "jsdoc": "^3.4.0",
    "mocha": "^3.0.2",
    "moment": "^2.11.2",
    "unit.js": "^2.0.0"
  },
  "gitHead": "36cfe63a8dcb700cf44b0b7317827099d19c26c1",
  "homepage": "http://fresc81.github.io/node-winreg",
  "keywords": [
    "windows",
    "registry"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/registry.js",
  "name": "winreg",
  "repository": {
    "type": "git",
    "url": "git://github.com/fresc81/node-winreg.git"
  },
  "scripts": {
    "checkout-docs": "git clone -b gh-pages git@github.com:fresc81/node-winreg.git docs",
    "download-docs": "git clone -b gh-pages https://github.com/fresc81/node-winreg.git docs",
    "generate-docs": "jsdoc -c ./jsdoc.conf.json",
    "test": "mocha test"
  },
  "version": "1.2.4"
}
