package.json 1.9 KB

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