package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "rcedit@1.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rcedit@1.0.0",
  10. "_id": "rcedit@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-W7DNa34x/3OgWyDHsI172AG/Lr/lZ+PkavFkHj0QhhkBRcV9QTmRJE1tDKrWkx8XHPSBsmZkNv9OKue6pncLFQ==",
  13. "_location": "/rcedit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rcedit@1.0.0",
  19. "name": "rcedit",
  20. "escapedName": "rcedit",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/electron-packager"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "bugs": {
  32. "url": "https://github.com/electron/node-rcedit/issues"
  33. },
  34. "description": "Node module to edit resources of exe",
  35. "devDependencies": {
  36. "got": "^6.7.1",
  37. "mocha": "^3.0.2",
  38. "rcinfo": "^0.1.3",
  39. "standard": "^7.1.2",
  40. "temp": "^0.8.3"
  41. },
  42. "homepage": "https://github.com/electron/node-rcedit#readme",
  43. "license": "MIT",
  44. "main": "lib/rcedit.js",
  45. "name": "rcedit",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/electron/node-rcedit.git"
  49. },
  50. "scripts": {
  51. "lint": "standard",
  52. "test": "mocha test/*.js && npm run lint"
  53. },
  54. "version": "1.0.0"
  55. }