You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "yauzl@^2.4.2",
  3. "_id": "yauzl@2.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
  6. "_location": "/yauzl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yauzl@^2.4.2",
  12. "name": "yauzl",
  13. "escapedName": "yauzl",
  14. "rawSpec": "^2.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.2"
  17. },
  18. "_requiredBy": [
  19. "/decompress-unzip"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  22. "_shasum": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9",
  23. "_spec": "yauzl@^2.4.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-unzip",
  25. "author": {
  26. "name": "Josh Wolfe",
  27. "email": "thejoshwolfe@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/thejoshwolfe/yauzl/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "buffer-crc32": "~0.2.3",
  35. "fd-slicer": "~1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "yet another unzip library for node",
  39. "devDependencies": {
  40. "bl": "~1.0.0",
  41. "istanbul": "~0.3.4",
  42. "pend": "~1.2.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/thejoshwolfe/yauzl",
  48. "keywords": [
  49. "unzip",
  50. "zip",
  51. "stream",
  52. "archive",
  53. "file"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "yauzl",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js",
  64. "test-cov": "istanbul cover test/test.js",
  65. "test-travis": "istanbul cover --report lcovonly test/test.js"
  66. },
  67. "version": "2.10.0"
  68. }