package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  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. "/electron-download/debug",
  28. "/electron-osx-sign/debug",
  29. "/electron/debug",
  30. "/extract-zip/debug",
  31. "/get-package-info/debug",
  32. "/nugget/debug",
  33. "/sumchecker/debug"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  36. "_spec": "2.0.0",
  37. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  38. "bugs": {
  39. "url": "https://github.com/zeit/ms/issues"
  40. },
  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. }