package.json 1.8 KB

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