package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "winreg@^1.2.4",
  3. "_id": "winreg@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs=",
  6. "_location": "/winreg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "winreg@^1.2.4",
  12. "name": "winreg",
  13. "escapedName": "winreg",
  14. "rawSpec": "^1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz",
  22. "_shasum": "ba065629b7a925130e15779108cf540990e98d1b",
  23. "_spec": "winreg@^1.2.4",
  24. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app",
  25. "author": {
  26. "name": "Paul Bottin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/fresc81/node-winreg/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "provides access to the windows registry through the REG tool",
  34. "devDependencies": {
  35. "ink-docstrap": "^1.1.4",
  36. "jsdoc": "^3.4.0",
  37. "mocha": "^3.0.2",
  38. "moment": "^2.11.2",
  39. "unit.js": "^2.0.0"
  40. },
  41. "gitHead": "36cfe63a8dcb700cf44b0b7317827099d19c26c1",
  42. "homepage": "http://fresc81.github.io/node-winreg",
  43. "keywords": [
  44. "windows",
  45. "registry"
  46. ],
  47. "license": "BSD-2-Clause",
  48. "main": "lib/registry.js",
  49. "name": "winreg",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/fresc81/node-winreg.git"
  53. },
  54. "scripts": {
  55. "checkout-docs": "git clone -b gh-pages git@github.com:fresc81/node-winreg.git docs",
  56. "download-docs": "git clone -b gh-pages https://github.com/fresc81/node-winreg.git docs",
  57. "generate-docs": "jsdoc -c ./jsdoc.conf.json",
  58. "test": "mocha test"
  59. },
  60. "version": "1.2.4"
  61. }