package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "mz@2.7.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "mz@2.7.0",
  9. "_id": "mz@2.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  12. "_location": "/mz",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mz@2.7.0",
  18. "name": "mz",
  19. "escapedName": "mz",
  20. "rawSpec": "2.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.7.0"
  23. },
  24. "_requiredBy": [
  25. "/utility"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  28. "_spec": "2.7.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/normalize/mz/issues"
  37. },
  38. "dependencies": {
  39. "any-promise": "^1.0.0",
  40. "object-assign": "^4.0.1",
  41. "thenify-all": "^1.0.0"
  42. },
  43. "description": "modernize node.js to current ECMAScript standards",
  44. "devDependencies": {
  45. "bluebird": "^3.0.0",
  46. "istanbul": "^0.4.0",
  47. "mocha": "^3.0.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "child_process.js",
  52. "crypto.js",
  53. "dns.js",
  54. "fs.js",
  55. "readline.js",
  56. "zlib.js"
  57. ],
  58. "homepage": "https://github.com/normalize/mz#readme",
  59. "keywords": [
  60. "promisify",
  61. "promise",
  62. "thenify",
  63. "then",
  64. "es6"
  65. ],
  66. "license": "MIT",
  67. "name": "mz",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/normalize/mz.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --reporter spec",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  76. },
  77. "version": "2.7.0"
  78. }