Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

80 Zeilen
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "throat@4.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "throat@4.1.0",
  9. "_id": "throat@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=",
  12. "_location": "/throat",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "throat@4.1.0",
  18. "name": "throat",
  19. "escapedName": "throat",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/jest-changed-files",
  26. "/jest-runner"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "ForbesLindesay"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ForbesLindesay/throat/issues"
  36. },
  37. "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
  38. "devDependencies": {
  39. "coveralls": "^2.11.2",
  40. "flow-bin": "^0.49.1",
  41. "istanbul": "^0.4.5",
  42. "jest": "^20.0.4",
  43. "promise": "^8.0.0",
  44. "sauce-test": "^1.0.0",
  45. "test-result": "^2.0.0",
  46. "testit": "^2.1.3",
  47. "typescript": "^2.3.4"
  48. },
  49. "files": [
  50. "index.d.ts",
  51. "index.js",
  52. "index.js.flow"
  53. ],
  54. "homepage": "https://github.com/ForbesLindesay/throat#readme",
  55. "keywords": [
  56. "promise",
  57. "aplus",
  58. "then",
  59. "throttle",
  60. "concurrency",
  61. "parallelism",
  62. "limit"
  63. ],
  64. "license": "MIT",
  65. "name": "throat",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/ForbesLindesay/throat.git"
  69. },
  70. "scripts": {
  71. "coverage": "istanbul cover test/index.js",
  72. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  73. "flow": "flow",
  74. "test": "node test/index.js && npm run test:types && node test/browser.js",
  75. "test:types": "jest",
  76. "tsc": "tsc --noEmit"
  77. },
  78. "version": "4.1.0"
  79. }