package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "browserify-zlib@0.2.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browserify-zlib@0.2.0",
  10. "_id": "browserify-zlib@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
  13. "_location": "/browserify-zlib",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "browserify-zlib@0.2.0",
  19. "name": "browserify-zlib",
  20. "escapedName": "browserify-zlib",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Devon Govett",
  33. "email": "devongovett@gmail.com"
  34. },
  35. "babel": {
  36. "plugins": [
  37. "transform-es2015-arrow-functions",
  38. "transform-es2015-block-scoping",
  39. "transform-es2015-template-literals"
  40. ]
  41. },
  42. "bugs": {
  43. "url": "https://github.com/devongovett/browserify-zlib/issues"
  44. },
  45. "dependencies": {
  46. "pako": "~1.0.5"
  47. },
  48. "description": "Full zlib module for the browser",
  49. "devDependencies": {
  50. "assert": "^1.4.1",
  51. "babel-cli": "^6.24.1",
  52. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  53. "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
  54. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  55. "babelify": "^7.3.0",
  56. "brfs": "^1.4.3",
  57. "browserify": "^14.4.0",
  58. "exec-glob": "^1.2.2",
  59. "glob": "^7.1.2",
  60. "karma": "^1.7.0",
  61. "karma-chrome-launcher": "^2.1.1",
  62. "karma-firefox-launcher": "^1.0.1",
  63. "karma-mocha": "^1.3.0",
  64. "karma-mocha-own-reporter": "^1.1.2",
  65. "karma-phantomjs-launcher": "^1.0.4",
  66. "mocha": "^3.4.2",
  67. "phantomjs-prebuilt": "^2.1.14",
  68. "standard": "^10.0.2",
  69. "watchify": "^3.9.0"
  70. },
  71. "directories": {
  72. "test": "test"
  73. },
  74. "homepage": "https://github.com/devongovett/browserify-zlib",
  75. "keywords": [
  76. "zlib",
  77. "browserify"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "name": "browserify-zlib",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/devongovett/browserify-zlib.git"
  85. },
  86. "scripts": {
  87. "build": "babel src --out-dir lib",
  88. "lint": "standard \"*.js\" \"!(node_modules|lib)/!(*test-zlib*|index).js\"",
  89. "pretest": "npm run build",
  90. "pretest:browser": "node test/build",
  91. "test": "npm run test:node && npm run test:browser",
  92. "test:browser": "karma start --single-run=true karma.conf.js",
  93. "test:node": "node node_modules/exec-glob node \"test/test-*\""
  94. },
  95. "version": "0.2.0"
  96. }