package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "ms@^2.0.0",
  3. "_id": "ms@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6. "_location": "/ms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ms@^2.0.0",
  12. "name": "ms",
  13. "escapedName": "ms",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/humanize-ms",
  20. "/ko-sleep",
  21. "/portfinder/debug",
  22. "/send",
  23. "/sockjs-client/debug"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  26. "_shasum": "574c8138ce1d2b5861f0b44579dbadd60c6615b2",
  27. "_spec": "ms@^2.0.0",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\humanize-ms",
  29. "bugs": {
  30. "url": "https://github.com/vercel/ms/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Tiny millisecond conversion utility",
  35. "devDependencies": {
  36. "eslint": "4.18.2",
  37. "expect.js": "0.3.1",
  38. "husky": "0.14.3",
  39. "lint-staged": "5.0.0",
  40. "mocha": "4.0.1",
  41. "prettier": "2.0.5"
  42. },
  43. "eslintConfig": {
  44. "extends": "eslint:recommended",
  45. "env": {
  46. "node": true,
  47. "es6": true
  48. }
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/vercel/ms#readme",
  54. "license": "MIT",
  55. "lint-staged": {
  56. "*.js": [
  57. "npm run lint",
  58. "prettier --single-quote --write",
  59. "git add"
  60. ]
  61. },
  62. "main": "./index",
  63. "name": "ms",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/vercel/ms.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint lib/* bin/*",
  70. "precommit": "lint-staged",
  71. "test": "mocha tests.js"
  72. },
  73. "version": "2.1.3"
  74. }