package.json 1.6 KB

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