package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "adm-zip@^0.5.10",
  3. "_id": "adm-zip@0.5.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==",
  6. "_location": "/adm-zip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "adm-zip@^0.5.10",
  12. "name": "adm-zip",
  13. "escapedName": "adm-zip",
  14. "rawSpec": "^0.5.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.10"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/adm-zip/-/adm-zip-0.5.10.tgz",
  23. "_shasum": "4a51d5ab544b1f5ce51e1b9043139b639afff45b",
  24. "_spec": "adm-zip@^0.5.10",
  25. "_where": "/home/ab/workspace/TypeMark",
  26. "author": {
  27. "name": "Nasca Iacob",
  28. "email": "sy@another-d-mention.ro",
  29. "url": "https://github.com/cthackers"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/cthackers/adm-zip/issues",
  33. "email": "sy@another-d-mention.ro"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
  38. "devDependencies": {
  39. "chai": "^4.3.4",
  40. "mocha": "^10.2.0",
  41. "prettier": "^2.2.1",
  42. "rimraf": "^3.0.2"
  43. },
  44. "engines": {
  45. "node": ">=6.0"
  46. },
  47. "files": [
  48. "adm-zip.js",
  49. "headers",
  50. "methods",
  51. "util",
  52. "zipEntry.js",
  53. "zipFile.js",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/cthackers/adm-zip",
  57. "keywords": [
  58. "zip",
  59. "methods",
  60. "archive",
  61. "unzip"
  62. ],
  63. "license": "MIT",
  64. "main": "adm-zip.js",
  65. "name": "adm-zip",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/cthackers/adm-zip.git"
  69. },
  70. "scripts": {
  71. "format": "npm run format:prettier",
  72. "format:prettier": "npm run format:prettier:raw -- --write",
  73. "format:prettier:raw": "prettier \"**/*.{js,yml,json}\"",
  74. "test": "mocha -R spec",
  75. "test:format": "npm run format:prettier:raw -- --check"
  76. },
  77. "version": "0.5.10"
  78. }