package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mz-modules@^2.1.0",
  3. "_id": "mz-modules@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sjk8lcRW3vrVYnZ+W+67L/2rL+jbO5K/N6PFGIcLWTiYytNr22Ah9FDXFs+AQntTM1boZcoHi5qS+CV1seuPog==",
  6. "_location": "/mz-modules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mz-modules@^2.1.0",
  12. "name": "mz-modules",
  13. "escapedName": "mz-modules",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mz-modules/-/mz-modules-2.1.0.tgz",
  22. "_shasum": "7f529877afd0d42f409a7463b96986d61cfbcf96",
  23. "_spec": "mz-modules@^2.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "popomore",
  27. "email": "sakura9515@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/node-modules/mz-modules/issues"
  31. },
  32. "bundleDependencies": false,
  33. "ci": {
  34. "version": "6, 8"
  35. },
  36. "dependencies": {
  37. "glob": "^7.1.2",
  38. "ko-sleep": "^1.0.3",
  39. "mkdirp": "^0.5.1",
  40. "pump": "^3.0.0",
  41. "rimraf": "^2.6.1"
  42. },
  43. "deprecated": false,
  44. "description": "modernize node.js modules to current ECMAScript standards",
  45. "devDependencies": {
  46. "autod": "^2.9.0",
  47. "egg-bin": "^4.1.0",
  48. "egg-ci": "^1.8.0",
  49. "eslint": "^4.5.0",
  50. "eslint-config-egg": "^5.0.0",
  51. "mm": "^2.1.0",
  52. "mz": "^2.6.0",
  53. "stat-mode": "^0.2.2",
  54. "supertest": "^3.0.0",
  55. "webstorm-disable-index": "^1.2.0"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. },
  60. "files": [
  61. "lib",
  62. "index.js",
  63. "glob.js",
  64. "mkdirp.js",
  65. "rimraf.js",
  66. "setImmediate.js",
  67. "nextTick.js",
  68. "sleep.js",
  69. "pump.js"
  70. ],
  71. "homepage": "https://github.com/node-modules/mz-modules#readme",
  72. "license": "MIT",
  73. "name": "mz-modules",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+ssh://git@github.com/node-modules/mz-modules.git"
  77. },
  78. "scripts": {
  79. "autod": "autod",
  80. "ci": "npm run lint && npm run cov",
  81. "cov": "egg-bin cov",
  82. "dev": "egg-bin dev",
  83. "lint": "eslint .",
  84. "test": "npm run lint -- --fix && npm run test-local",
  85. "test-local": "egg-bin test"
  86. },
  87. "version": "2.1.0"
  88. }