package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "/body-parser/debug",
  20. "/compression/debug",
  21. "/debug",
  22. "/expand-brackets/debug",
  23. "/express/debug",
  24. "/finalhandler/debug",
  25. "/serve-index/debug",
  26. "/snapdragon/debug"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  29. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  30. "_spec": "ms@2.0.0",
  31. "_where": "D:\\jiayue\\pig-ui\\node_modules\\debug",
  32. "bugs": {
  33. "url": "https://github.com/zeit/ms/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  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. }