package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yauzl@2.4.1",
  6. "scope": null,
  7. "escapedName": "yauzl",
  8. "name": "yauzl",
  9. "rawSpec": "2.4.1",
  10. "spec": "2.4.1",
  11. "type": "version"
  12. },
  13. "/Users/gaudenz/git/drawio/war/node_modules/extract-zip"
  14. ]
  15. ],
  16. "_from": "yauzl@2.4.1",
  17. "_id": "yauzl@2.4.1",
  18. "_inCache": true,
  19. "_location": "/yauzl",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "thejoshwolfe",
  23. "email": "thejoshwolfe@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "yauzl@2.4.1",
  29. "scope": null,
  30. "escapedName": "yauzl",
  31. "name": "yauzl",
  32. "rawSpec": "2.4.1",
  33. "spec": "2.4.1",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/extract-zip"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
  40. "_shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
  41. "_shrinkwrap": null,
  42. "_spec": "yauzl@2.4.1",
  43. "_where": "/Users/gaudenz/git/drawio/war/node_modules/extract-zip",
  44. "author": {
  45. "name": "Josh Wolfe",
  46. "email": "thejoshwolfe@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/thejoshwolfe/yauzl/issues"
  50. },
  51. "dependencies": {
  52. "fd-slicer": "~1.0.1"
  53. },
  54. "description": "yet another unzip library for node",
  55. "devDependencies": {
  56. "bl": "~1.0.0",
  57. "istanbul": "~0.3.4",
  58. "pend": "~1.2.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
  63. "tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
  64. },
  65. "gitHead": "d528c3ad49efd27986ee661159fade32617cedb6",
  66. "homepage": "https://github.com/thejoshwolfe/yauzl",
  67. "keywords": [
  68. "unzip",
  69. "zip",
  70. "stream",
  71. "archive",
  72. "file"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "thejoshwolfe",
  79. "email": "thejoshwolfe@gmail.com"
  80. },
  81. {
  82. "name": "superjoe",
  83. "email": "superjoe30@gmail.com"
  84. }
  85. ],
  86. "name": "yauzl",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  92. },
  93. "scripts": {
  94. "test": "node test/test.js",
  95. "test-cov": "istanbul cover test/test.js",
  96. "test-travis": "istanbul cover --report lcovonly test/test.js"
  97. },
  98. "version": "2.4.1"
  99. }