package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "throat@^3.0.0",
  6. "scope": null,
  7. "escapedName": "throat",
  8. "name": "throat",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "throat@>=3.0.0 <4.0.0",
  17. "_id": "throat@3.0.0",
  18. "_inCache": true,
  19. "_location": "/throat",
  20. "_nodeVersion": "6.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/throat-3.0.0.tgz_1464777827074_0.20422574575059116"
  24. },
  25. "_npmUser": {
  26. "name": "forbeslindesay",
  27. "email": "forbes@lindesay.co.uk"
  28. },
  29. "_npmVersion": "3.8.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "throat@^3.0.0",
  33. "scope": null,
  34. "escapedName": "throat",
  35. "name": "throat",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/jspm-config",
  42. "/typings-core"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz",
  45. "_shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
  46. "_shrinkwrap": null,
  47. "_spec": "throat@^3.0.0",
  48. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  49. "author": {
  50. "name": "ForbesLindesay"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/ForbesLindesay/throat/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
  57. "devDependencies": {
  58. "coveralls": "^2.11.2",
  59. "istanbul": "^0.3.5",
  60. "promise": "^6.1.0",
  61. "sauce-test": "^1.0.0",
  62. "test-result": "^2.0.0",
  63. "testit": "^2.0.5"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
  68. "tarball": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz"
  69. },
  70. "gitHead": "d77de8defd2d8049c06ccf314587890f9e620ac3",
  71. "homepage": "https://github.com/ForbesLindesay/throat#readme",
  72. "keywords": [
  73. "promise",
  74. "aplus",
  75. "then",
  76. "throttle",
  77. "concurrency",
  78. "parallelism",
  79. "limit"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "forbeslindesay",
  85. "email": "forbes@lindesay.co.uk"
  86. }
  87. ],
  88. "name": "throat",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/ForbesLindesay/throat.git"
  94. },
  95. "scripts": {
  96. "coverage": "istanbul cover test/index.js",
  97. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  98. "test": "node test/index.js && node test/browser.js"
  99. },
  100. "version": "3.0.0"
  101. }