package.json 1.4 KB

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