package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "humanize-ms@^1.2.0",
  3. "_id": "humanize-ms@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  6. "_location": "/humanize-ms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "humanize-ms@^1.2.0",
  12. "name": "humanize-ms",
  13. "escapedName": "humanize-ms",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/agentkeepalive",
  20. "/ali-oss",
  21. "/urllib"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  24. "_shasum": "c46e3159a293f6b896da29316d8b6fe8bb79bbed",
  25. "_spec": "humanize-ms@^1.2.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  27. "author": {
  28. "name": "dead-horse",
  29. "email": "dead_horse@qq.com",
  30. "url": "http://deadhorse.me"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/node-modules/humanize-ms/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ms": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "transform humanize time to ms",
  41. "devDependencies": {
  42. "autod": "*",
  43. "beautify-benchmark": "~0.2.4",
  44. "benchmark": "~1.0.0",
  45. "istanbul": "*",
  46. "mocha": "*",
  47. "should": "*"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/node-modules/humanize-ms#readme",
  53. "keywords": [
  54. "humanize",
  55. "ms"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "humanize-ms",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/node-modules/humanize-ms.git"
  63. },
  64. "scripts": {
  65. "test": "make test"
  66. },
  67. "version": "1.2.1"
  68. }