package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "yauzl@2.4.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yauzl@2.4.1",
  10. "_id": "yauzl@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=",
  13. "_location": "/yauzl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yauzl@2.4.1",
  19. "name": "yauzl",
  20. "escapedName": "yauzl",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/extract-zip"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
  30. "_shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
  31. "_spec": "2.4.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Josh Wolfe",
  35. "email": "thejoshwolfe@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/thejoshwolfe/yauzl/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "fd-slicer": "~1.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "yet another unzip library for node",
  46. "devDependencies": {
  47. "bl": "~1.0.0",
  48. "istanbul": "~0.3.4",
  49. "pend": "~1.2.0"
  50. },
  51. "homepage": "https://github.com/thejoshwolfe/yauzl",
  52. "keywords": [
  53. "unzip",
  54. "zip",
  55. "stream",
  56. "archive",
  57. "file"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "yauzl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  65. },
  66. "scripts": {
  67. "test": "node test/test.js",
  68. "test-cov": "istanbul cover test/test.js",
  69. "test-travis": "istanbul cover --report lcovonly test/test.js"
  70. },
  71. "version": "2.4.1"
  72. }