package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "benchmark@1.0.0",
  5. "D:\\work\\im\\node_modules\\socket.io-adapter\\node_modules\\socket.io-parser"
  6. ]
  7. ],
  8. "_from": "benchmark@1.0.0",
  9. "_id": "benchmark@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/benchmark",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "name": "benchmark",
  16. "raw": "benchmark@1.0.0",
  17. "rawSpec": "1.0.0",
  18. "scope": null,
  19. "spec": "1.0.0",
  20. "type": "version"
  21. },
  22. "_requiredBy": [
  23. "/socket.io-adapter/socket.io-parser",
  24. "/socket.io-parser",
  25. "/socket.io/socket.io-adapter/socket.io-parser",
  26. "/socket.io/socket.io-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz",
  29. "_shasum": "2f1e2fa4c359f11122aa183082218e957e390c73",
  30. "_shrinkwrap": null,
  31. "_spec": "benchmark@1.0.0",
  32. "_where": "D:\\work\\im\\node_modules\\socket.io-adapter\\node_modules\\socket.io-parser",
  33. "author": {
  34. "email": "mathias@benchmarkjs.com",
  35. "name": "Mathias Bynens",
  36. "url": "http://mathiasbynens.be/"
  37. },
  38. "bugs": {
  39. "email": "bugs@benchmarkjs.com",
  40. "url": "https://github.com/bestiejs/benchmark.js/issues"
  41. },
  42. "dependencies": {},
  43. "description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
  44. "devDependencies": {},
  45. "directories": {
  46. "doc": "./doc",
  47. "test": "./test"
  48. },
  49. "dist": {
  50. "shasum": "2f1e2fa4c359f11122aa183082218e957e390c73",
  51. "tarball": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz"
  52. },
  53. "engines": [
  54. "node",
  55. "rhino"
  56. ],
  57. "homepage": "http://benchmarkjs.com/",
  58. "keywords": [
  59. "benchmark",
  60. "narwhal",
  61. "node",
  62. "performance",
  63. "ringo",
  64. "speed"
  65. ],
  66. "licenses": [
  67. {
  68. "type": "MIT",
  69. "url": "http://mths.be/mit"
  70. }
  71. ],
  72. "main": "benchmark",
  73. "maintainers": [
  74. {
  75. "email": "john@fusejs.com",
  76. "name": "jdalton"
  77. },
  78. {
  79. "email": "mathias@qiwi.be",
  80. "name": "mathias"
  81. }
  82. ],
  83. "name": "benchmark",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/bestiejs/benchmark.js.git"
  89. },
  90. "version": "1.0.0"
  91. }