package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "/home/jabez/webapp/Client_UI/node_modules/debug"
  6. ]
  7. ],
  8. "_from": "ms@2.0.0",
  9. "_id": "ms@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ms",
  13. "_nodeVersion": "7.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/ms-2.0.0.tgz_1494937565215_0.34005374647676945"
  17. },
  18. "_npmUser": {
  19. "email": "leo@zeit.co",
  20. "name": "leo"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ms",
  26. "raw": "ms@2.0.0",
  27. "rawSpec": "2.0.0",
  28. "scope": null,
  29. "spec": "2.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/debug",
  34. "/send"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  37. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  38. "_shrinkwrap": null,
  39. "_spec": "ms@2.0.0",
  40. "_where": "/home/jabez/webapp/Client_UI/node_modules/debug",
  41. "bugs": {
  42. "url": "https://github.com/zeit/ms/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Tiny milisecond conversion utility",
  46. "devDependencies": {
  47. "eslint": "3.19.0",
  48. "expect.js": "0.3.1",
  49. "husky": "0.13.3",
  50. "lint-staged": "3.4.1",
  51. "mocha": "3.4.1"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  56. "tarball": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
  57. },
  58. "eslintConfig": {
  59. "env": {
  60. "es6": true,
  61. "node": true
  62. },
  63. "extends": "eslint:recommended"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "9b88d1568a52ec9bb67ecc8d2aa224fa38fd41f4",
  69. "homepage": "https://github.com/zeit/ms#readme",
  70. "license": "MIT",
  71. "lint-staged": {
  72. "*.js": [
  73. "git add",
  74. "npm run lint",
  75. "prettier --single-quote --write"
  76. ]
  77. },
  78. "main": "./index",
  79. "maintainers": [
  80. {
  81. "name": "leo",
  82. "email": "leo@zeit.co"
  83. },
  84. {
  85. "name": "rauchg",
  86. "email": "rauchg@gmail.com"
  87. }
  88. ],
  89. "name": "ms",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/zeit/ms.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint lib/* bin/*",
  98. "precommit": "lint-staged",
  99. "test": "mocha tests.js"
  100. },
  101. "version": "2.0.0"
  102. }