package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "asar@0.14.3",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "asar@0.14.3",
  10. "_id": "asar@0.14.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+hNnVVDmYbv05We/a9knj/98w171+A94A9DNHj+3kXUr3ENTQoSEcfbJRvBBRHyOh4vukBYWujmHvvaMmQoQbg==",
  13. "_location": "/asar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "asar@0.14.3",
  19. "name": "asar",
  20. "escapedName": "asar",
  21. "rawSpec": "0.14.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.14.3"
  24. },
  25. "_requiredBy": [
  26. "/electron-packager"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/asar/-/asar-0.14.3.tgz",
  29. "_spec": "0.14.3",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "bin": {
  32. "asar": "./bin/asar.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/electron/asar/issues"
  36. },
  37. "dependencies": {
  38. "chromium-pickle-js": "^0.2.0",
  39. "commander": "^2.9.0",
  40. "cuint": "^0.2.1",
  41. "glob": "^6.0.4",
  42. "minimatch": "^3.0.3",
  43. "mkdirp": "^0.5.0",
  44. "mksnapshot": "^0.3.0",
  45. "tmp": "0.0.28"
  46. },
  47. "description": "Creating Electron app packages",
  48. "devDependencies": {
  49. "electron": "^1.6.2",
  50. "electron-mocha": "^3.4.0",
  51. "lodash": "^4.2.1",
  52. "mocha": "^2.0.1",
  53. "rimraf": "^2.5.1",
  54. "standard": "^8.6.0",
  55. "xvfb-maybe": "^0.1.3"
  56. },
  57. "engines": {
  58. "node": ">=4.6"
  59. },
  60. "homepage": "https://github.com/electron/asar",
  61. "license": "MIT",
  62. "main": "./lib/asar.js",
  63. "name": "asar",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/electron/asar.git"
  67. },
  68. "scripts": {
  69. "lint": "standard",
  70. "test": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec && npm run lint"
  71. },
  72. "standard": {
  73. "env": {
  74. "mocha": true
  75. }
  76. },
  77. "version": "0.14.3"
  78. }