package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "timers-browserify@2.0.10",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "timers-browserify@2.0.10",
  10. "_id": "timers-browserify@2.0.10",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HSjj0qrfHVpZlsTp+VYBzQU0gK4=",
  13. "_location": "/timers-browserify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "timers-browserify@2.0.10",
  19. "name": "timers-browserify",
  20. "escapedName": "timers-browserify",
  21. "rawSpec": "2.0.10",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.10"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/timers-browserify/download/timers-browserify-2.0.10.tgz",
  29. "_spec": "2.0.10",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "J. Ryan Stinnett",
  33. "email": "jryans@gmail.com",
  34. "url": "http://convolv.es/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jryans/timers-browserify/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Colton Brown",
  42. "email": "coltonTB@me.com"
  43. },
  44. {
  45. "name": "Dario Segura",
  46. "email": "dario.seco@gmail.com"
  47. },
  48. {
  49. "name": "Guy Bedford",
  50. "email": "guybedford@gmail.com"
  51. },
  52. {
  53. "name": "Ionut-Cristian Florescu",
  54. "email": "ionut.florescu@gmail.com"
  55. },
  56. {
  57. "name": "James Halliday",
  58. "email": "mail@substack.net"
  59. },
  60. {
  61. "name": "Jan Schär",
  62. "email": "jscissr@gmail.com"
  63. },
  64. {
  65. "name": "Johannes Ewald",
  66. "email": "johannes.ewald@peerigon.com"
  67. },
  68. {
  69. "name": "Jonathan Prins",
  70. "email": "jon@blip.tv"
  71. },
  72. {
  73. "name": "Matt Esch",
  74. "email": "matt@mattesch.info"
  75. },
  76. {
  77. "name": "taoqf",
  78. "email": "tao_qiufeng@126.com"
  79. },
  80. {
  81. "name": "Thiago Felix",
  82. "email": "thiago@thiagofelix.com"
  83. },
  84. {
  85. "name": "wtgtybhertgeghgtwtg",
  86. "email": "wtgtybhertgeghgtwtg@gmail.com"
  87. }
  88. ],
  89. "dependencies": {
  90. "setimmediate": "^1.0.4"
  91. },
  92. "description": "timers module for browserify",
  93. "devDependencies": {
  94. "browserify": "~1.10.16",
  95. "connect": "~2.3.0"
  96. },
  97. "engines": {
  98. "node": ">=0.6.0"
  99. },
  100. "homepage": "https://github.com/jryans/timers-browserify",
  101. "jspm": {
  102. "map": {
  103. "./main.js": {
  104. "node": "@node/timers"
  105. }
  106. }
  107. },
  108. "keywords": [
  109. "timers",
  110. "browserify",
  111. "browser"
  112. ],
  113. "licenses": [
  114. {
  115. "type": "MIT",
  116. "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
  117. }
  118. ],
  119. "main": "main.js",
  120. "name": "timers-browserify",
  121. "optionalDependencies": {},
  122. "repository": {
  123. "type": "git",
  124. "url": "git://github.com/jryans/timers-browserify.git"
  125. },
  126. "version": "2.0.10"
  127. }