package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "ms@2.0.0",
  3. "_id": "ms@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  6. "_location": "/ms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/babel-core/debug",
  20. "/babel-traverse/debug",
  21. "/body-parser/debug",
  22. "/compression/debug",
  23. "/debug",
  24. "/expand-brackets/debug",
  25. "/express/debug",
  26. "/finalhandler/debug",
  27. "/portfinder/debug",
  28. "/serve-index/debug",
  29. "/snapdragon/debug",
  30. "/sockjs-client/debug",
  31. "/spdy-transport/debug",
  32. "/spdy/debug"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  35. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  36. "_spec": "ms@2.0.0",
  37. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\debug",
  38. "bugs": {
  39. "url": "https://github.com/zeit/ms/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Tiny milisecond conversion utility",
  44. "devDependencies": {
  45. "eslint": "3.19.0",
  46. "expect.js": "0.3.1",
  47. "husky": "0.13.3",
  48. "lint-staged": "3.4.1",
  49. "mocha": "3.4.1"
  50. },
  51. "eslintConfig": {
  52. "extends": "eslint:recommended",
  53. "env": {
  54. "node": true,
  55. "es6": true
  56. }
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/zeit/ms#readme",
  62. "license": "MIT",
  63. "lint-staged": {
  64. "*.js": [
  65. "npm run lint",
  66. "prettier --single-quote --write",
  67. "git add"
  68. ]
  69. },
  70. "main": "./index",
  71. "name": "ms",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/zeit/ms.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint lib/* bin/*",
  78. "precommit": "lint-staged",
  79. "test": "mocha tests.js"
  80. },
  81. "version": "2.0.0"
  82. }