package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "browserify-zlib@^0.1.4",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/gzip-size"
  6. ]
  7. ],
  8. "_from": "browserify-zlib@>=0.1.4 <0.2.0",
  9. "_id": "browserify-zlib@0.1.4",
  10. "_inCache": true,
  11. "_location": "/browserify-zlib",
  12. "_npmUser": {
  13. "email": "devongovett@gmail.com",
  14. "name": "devongovett"
  15. },
  16. "_npmVersion": "1.4.4",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "browserify-zlib",
  20. "raw": "browserify-zlib@^0.1.4",
  21. "rawSpec": "^0.1.4",
  22. "scope": null,
  23. "spec": ">=0.1.4 <0.2.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/gzip-size"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
  30. "_shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",
  31. "_shrinkwrap": null,
  32. "_spec": "browserify-zlib@^0.1.4",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/gzip-size",
  34. "author": {
  35. "email": "devongovett@gmail.com",
  36. "name": "Devon Govett"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/devongovett/browserify-zlib/issues"
  40. },
  41. "dependencies": {
  42. "pako": "~0.2.0"
  43. },
  44. "description": "Full zlib module for browserify",
  45. "devDependencies": {
  46. "brfs": "^1.0.1",
  47. "tape": "^2.12.3"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "dist": {
  53. "shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",
  54. "tarball": "http://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz"
  55. },
  56. "homepage": "https://github.com/devongovett/browserify-zlib",
  57. "installable": true,
  58. "keywords": [
  59. "browserify",
  60. "zlib"
  61. ],
  62. "license": "MIT",
  63. "main": "src/index.js",
  64. "maintainers": [
  65. {
  66. "name": "devongovett",
  67. "email": "devongovett@gmail.com"
  68. }
  69. ],
  70. "name": "browserify-zlib",
  71. "optionalDependencies": {},
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/devongovett/browserify-zlib.git"
  75. },
  76. "scripts": {
  77. "test": "node_modules/tape/bin/tape test/*.js"
  78. },
  79. "testling": {
  80. "browsers": [
  81. "android-browser/latest",
  82. "chrome/22..latest",
  83. "firefox/16..latest",
  84. "ie/6..latest",
  85. "ipad/6",
  86. "iphone/6",
  87. "opera/11.0..latest",
  88. "safari/latest"
  89. ],
  90. "files": "test/*.js"
  91. },
  92. "version": "0.1.4"
  93. }