package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "ms@2.0.0",
  9. "_id": "ms@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  12. "_location": "/ms",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ms@2.0.0",
  18. "name": "ms",
  19. "escapedName": "ms",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/body-parser/debug",
  26. "/compression/debug",
  27. "/debug",
  28. "/expand-brackets/debug",
  29. "/express/debug",
  30. "/finalhandler/debug",
  31. "/serve-index/debug",
  32. "/snapdragon/debug"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz",
  35. "_spec": "2.0.0",
  36. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  37. "bugs": {
  38. "url": "https://github.com/zeit/ms/issues"
  39. },
  40. "description": "Tiny milisecond conversion utility",
  41. "devDependencies": {
  42. "eslint": "3.19.0",
  43. "expect.js": "0.3.1",
  44. "husky": "0.13.3",
  45. "lint-staged": "3.4.1",
  46. "mocha": "3.4.1"
  47. },
  48. "eslintConfig": {
  49. "extends": "eslint:recommended",
  50. "env": {
  51. "node": true,
  52. "es6": true
  53. }
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/zeit/ms#readme",
  59. "license": "MIT",
  60. "lint-staged": {
  61. "*.js": [
  62. "npm run lint",
  63. "prettier --single-quote --write",
  64. "git add"
  65. ]
  66. },
  67. "main": "./index",
  68. "name": "ms",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/zeit/ms.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint lib/* bin/*",
  75. "precommit": "lint-staged",
  76. "test": "mocha tests.js"
  77. },
  78. "version": "2.0.0"
  79. }