package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "regedit@^3.0.0",
  3. "_id": "regedit@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LzVCSTtl1PiR8meC1EJAt72XNI2BNPHHluQvpKsosP8xqm1kEGurSHpbdkEsAWFAJlSaou0+q2M6pTaAb2TkeQ==",
  6. "_location": "/regedit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regedit@^3.0.0",
  12. "name": "regedit",
  13. "escapedName": "regedit",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regedit/-/regedit-3.0.0.tgz",
  22. "_shasum": "4bb4fe413d701b3c49ba3e40f70d4c8a8011555f",
  23. "_spec": "regedit@^3.0.0",
  24. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app",
  25. "author": {
  26. "name": "Yaniv Kessler"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ironSource/node-regedit/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "debug": "^2.1.1",
  34. "if-async": "^3.7.4",
  35. "stream-slicer": "0.0.6",
  36. "through2": "^0.6.3"
  37. },
  38. "deprecated": false,
  39. "description": "Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host",
  40. "devDependencies": {
  41. "eslint": "^3.19.0",
  42. "husky": "^0.13.4",
  43. "mocha": "^2.3.4",
  44. "should": "^4.4.2"
  45. },
  46. "homepage": "https://github.com/ironSource/node-regedit",
  47. "keywords": [
  48. "windows",
  49. "registry"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "regedit",
  54. "os": [
  55. "win32"
  56. ],
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/ironSource/node-regedit.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint . --fix",
  63. "lint:src": "eslint . --fix --ignore-pattern test/",
  64. "lint:test": "eslint test --fix",
  65. "prepush": "npm run lint",
  66. "test": "mocha -R spec"
  67. },
  68. "version": "3.0.0"
  69. }