You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "run-queue@^1.0.3",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/move-concurrently"
  6. ]
  7. ],
  8. "_from": "run-queue@>=1.0.3 <2.0.0",
  9. "_id": "run-queue@1.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/run-queue",
  13. "_nodeVersion": "0.12.13",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/run-queue-1.0.3.tgz_1488161288446_0.14580746600404382"
  17. },
  18. "_npmUser": {
  19. "email": "me@re-becca.org",
  20. "name": "iarna"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "run-queue",
  26. "raw": "run-queue@^1.0.3",
  27. "rawSpec": "^1.0.3",
  28. "scope": null,
  29. "spec": ">=1.0.3 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/copy-concurrently",
  34. "/move-concurrently"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz",
  37. "_shasum": "e848396f057d223f24386924618e25694161ec47",
  38. "_shrinkwrap": null,
  39. "_spec": "run-queue@^1.0.3",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/move-concurrently",
  41. "author": {
  42. "email": "me@re-becca.org",
  43. "name": "Rebecca Turner",
  44. "url": "http://re-becca.org/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/iarna/run-queue/issues"
  48. },
  49. "dependencies": {
  50. "aproba": "^1.1.1"
  51. },
  52. "description": "A promise based, dynamic priority queue runner, with concurrency limiting.",
  53. "devDependencies": {
  54. "standard": "^8.6.0",
  55. "tap": "^10.2.0"
  56. },
  57. "directories": {
  58. "test": "test"
  59. },
  60. "dist": {
  61. "shasum": "e848396f057d223f24386924618e25694161ec47",
  62. "tarball": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz"
  63. },
  64. "files": [
  65. "queue.js"
  66. ],
  67. "gitHead": "3c315b738d0578c2c54be2beb0469d00ccf1dc25",
  68. "homepage": "https://npmjs.com/package/run-queue",
  69. "keywords": [],
  70. "license": "ISC",
  71. "main": "queue.js",
  72. "maintainers": [
  73. {
  74. "name": "iarna",
  75. "email": "me@re-becca.org"
  76. }
  77. ],
  78. "name": "run-queue",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/iarna/run-queue.git"
  84. },
  85. "scripts": {
  86. "test": "standard && tap -J test"
  87. },
  88. "version": "1.0.3"
  89. }