package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "ms@2.0.0",
  3. "_id": "ms@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  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. ],
  32. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  33. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  34. "_spec": "ms@2.0.0",
  35. "_where": "D:\\workSpace\\dealer_front\\node_modules\\debug",
  36. "bugs": {
  37. "url": "https://github.com/zeit/ms/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Tiny milisecond conversion utility",
  42. "devDependencies": {
  43. "eslint": "3.19.0",
  44. "expect.js": "0.3.1",
  45. "husky": "0.13.3",
  46. "lint-staged": "3.4.1",
  47. "mocha": "3.4.1"
  48. },
  49. "eslintConfig": {
  50. "extends": "eslint:recommended",
  51. "env": {
  52. "node": true,
  53. "es6": true
  54. }
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/zeit/ms#readme",
  60. "license": "MIT",
  61. "lint-staged": {
  62. "*.js": [
  63. "npm run lint",
  64. "prettier --single-quote --write",
  65. "git add"
  66. ]
  67. },
  68. "main": "./index",
  69. "name": "ms",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/zeit/ms.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint lib/* bin/*",
  76. "precommit": "lint-staged",
  77. "test": "mocha tests.js"
  78. },
  79. "version": "2.0.0"
  80. }