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.

76 lines
1.7 KiB

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