package.json 1.9 KB

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