package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "mksnapshot@0.3.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mksnapshot@0.3.1",
  10. "_id": "mksnapshot@0.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-JQHAVldDbXQs6Vik/5LHfkDdN+Y=",
  13. "_location": "/mksnapshot",
  14. "_phantomChildren": {
  15. "graceful-fs": "4.1.11",
  16. "jsonfile": "2.4.0",
  17. "klaw": "1.3.1",
  18. "path-is-absolute": "1.0.1",
  19. "rimraf": "2.6.2"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "mksnapshot@0.3.1",
  25. "name": "mksnapshot",
  26. "escapedName": "mksnapshot",
  27. "rawSpec": "0.3.1",
  28. "saveSpec": null,
  29. "fetchSpec": "0.3.1"
  30. },
  31. "_requiredBy": [
  32. "/asar"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz",
  35. "_spec": "0.3.1",
  36. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  37. "bugs": {
  38. "url": "https://github.com/electron/node-mksnapshot/issues"
  39. },
  40. "dependencies": {
  41. "decompress-zip": "0.3.0",
  42. "fs-extra": "0.26.7",
  43. "request": "^2.79.0"
  44. },
  45. "description": "Create snapshot file for Electron",
  46. "devDependencies": {
  47. "coffee-script": "~1.6.2",
  48. "grunt": "~0.4.1",
  49. "grunt-cli": "~0.1.7",
  50. "grunt-coffeelint": "0.0.6",
  51. "grunt-contrib-coffee": "~0.6.6",
  52. "rimraf": "~2.1.4"
  53. },
  54. "homepage": "https://github.com/electron/node-mksnapshot#readme",
  55. "license": "MIT",
  56. "main": "./lib/main.js",
  57. "name": "mksnapshot",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/electron/node-mksnapshot.git"
  61. },
  62. "scripts": {
  63. "prepublish": "grunt coffee"
  64. },
  65. "version": "0.3.1"
  66. }