| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "winreg@^1.2.4",
- "_id": "winreg@1.2.4",
- "_inBundle": false,
- "_integrity": "sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs=",
- "_location": "/winreg",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "ba065629b7a925130e15779108cf540990e98d1b",
- "_spec": "winreg@^1.2.4",
- "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app",
- "author": {
- "name": "Paul Bottin"
- },
- "bugs": {
- "url": "https://github.com/fresc81/node-winreg/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|