package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ms@0.7.2",
  6. "scope": null,
  7. "escapedName": "ms",
  8. "name": "ms",
  9. "rawSpec": "0.7.2",
  10. "spec": "0.7.2",
  11. "type": "version"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/debug"
  14. ]
  15. ],
  16. "_from": "ms@0.7.2",
  17. "_id": "ms@0.7.2",
  18. "_inCache": true,
  19. "_location": "/ms",
  20. "_nodeVersion": "6.8.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/ms-0.7.2.tgz_1477383407940_0.4743474116548896"
  24. },
  25. "_npmUser": {
  26. "name": "leo",
  27. "email": "leo@zeit.co"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ms@0.7.2",
  33. "scope": null,
  34. "escapedName": "ms",
  35. "name": "ms",
  36. "rawSpec": "0.7.2",
  37. "spec": "0.7.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/debug"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
  44. "_shasum": "ae25cf2512b3885a1d95d7f037868d8431124765",
  45. "_shrinkwrap": null,
  46. "_spec": "ms@0.7.2",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/debug",
  48. "bugs": {
  49. "url": "https://github.com/zeit/ms/issues"
  50. },
  51. "component": {
  52. "scripts": {
  53. "ms/index.js": "index.js"
  54. }
  55. },
  56. "dependencies": {},
  57. "description": "Tiny milisecond conversion utility",
  58. "devDependencies": {
  59. "expect.js": "^0.3.1",
  60. "mocha": "^3.0.2",
  61. "serve": "^1.4.0",
  62. "xo": "^0.17.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "ae25cf2512b3885a1d95d7f037868d8431124765",
  67. "tarball": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "ac92a7e0790ba2622a74d9d60690ca0d2c070a45",
  73. "homepage": "https://github.com/zeit/ms#readme",
  74. "license": "MIT",
  75. "main": "./index",
  76. "maintainers": [
  77. {
  78. "name": "leo",
  79. "email": "leo@zeit.co"
  80. },
  81. {
  82. "name": "rauchg",
  83. "email": "rauchg@gmail.com"
  84. }
  85. ],
  86. "name": "ms",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/zeit/ms.git"
  92. },
  93. "scripts": {
  94. "test": "xo && mocha test/index.js",
  95. "test-browser": "serve ./test"
  96. },
  97. "version": "0.7.2",
  98. "xo": {
  99. "space": true,
  100. "semicolon": false,
  101. "envs": [
  102. "mocha"
  103. ],
  104. "rules": {
  105. "complexity": 0
  106. }
  107. }
  108. }