租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.6 KiB

2 months ago
  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. "/debug",
  20. "/humanize-ms"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  23. "_shasum": "574c8138ce1d2b5861f0b44579dbadd60c6615b2",
  24. "_spec": "ms@^2.0.0",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\humanize-ms",
  26. "bugs": {
  27. "url": "https://github.com/vercel/ms/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Tiny millisecond conversion utility",
  32. "devDependencies": {
  33. "eslint": "4.18.2",
  34. "expect.js": "0.3.1",
  35. "husky": "0.14.3",
  36. "lint-staged": "5.0.0",
  37. "mocha": "4.0.1",
  38. "prettier": "2.0.5"
  39. },
  40. "eslintConfig": {
  41. "extends": "eslint:recommended",
  42. "env": {
  43. "node": true,
  44. "es6": true
  45. }
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/vercel/ms#readme",
  51. "license": "MIT",
  52. "lint-staged": {
  53. "*.js": [
  54. "npm run lint",
  55. "prettier --single-quote --write",
  56. "git add"
  57. ]
  58. },
  59. "main": "./index",
  60. "name": "ms",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/vercel/ms.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint lib/* bin/*",
  67. "precommit": "lint-staged",
  68. "test": "mocha tests.js"
  69. },
  70. "version": "2.1.3"
  71. }