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

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