package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ms@2.0.0",
  10. "_id": "ms@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  13. "_location": "/ms",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ms@2.0.0",
  19. "name": "ms",
  20. "escapedName": "ms",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/debug",
  27. "/follow-redirects/debug",
  28. "/send",
  29. "/webpack-dev-server/debug"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "D:\\projects\\dealer_front",
  34. "bugs": {
  35. "url": "https://github.com/zeit/ms/issues"
  36. },
  37. "description": "Tiny milisecond conversion utility",
  38. "devDependencies": {
  39. "eslint": "3.19.0",
  40. "expect.js": "0.3.1",
  41. "husky": "0.13.3",
  42. "lint-staged": "3.4.1",
  43. "mocha": "3.4.1"
  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/zeit/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/zeit/ms.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint lib/* bin/*",
  72. "precommit": "lint-staged",
  73. "test": "mocha tests.js"
  74. },
  75. "version": "2.0.0"
  76. }