You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 line
1.5 KiB

3 年之前
  1. {
  2. "_args": [
  3. [
  4. "ms@2.1.2",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ms@2.1.2",
  10. "_id": "ms@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  13. "_location": "/ms",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ms@2.1.2",
  19. "name": "ms",
  20. "escapedName": "ms",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/debug"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "bugs": {
  32. "url": "https://github.com/zeit/ms/issues"
  33. },
  34. "description": "Tiny millisecond conversion utility",
  35. "devDependencies": {
  36. "eslint": "4.12.1",
  37. "expect.js": "0.3.1",
  38. "husky": "0.14.3",
  39. "lint-staged": "5.0.0",
  40. "mocha": "4.0.1"
  41. },
  42. "eslintConfig": {
  43. "extends": "eslint:recommended",
  44. "env": {
  45. "node": true,
  46. "es6": true
  47. }
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/zeit/ms#readme",
  53. "license": "MIT",
  54. "lint-staged": {
  55. "*.js": [
  56. "npm run lint",
  57. "prettier --single-quote --write",
  58. "git add"
  59. ]
  60. },
  61. "main": "./index",
  62. "name": "ms",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/zeit/ms.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint lib/* bin/*",
  69. "precommit": "lint-staged",
  70. "test": "mocha tests.js"
  71. },
  72. "version": "2.1.2"
  73. }