package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "a-sync-waterfall@^1.0.0",
  3. "_id": "a-sync-waterfall@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==",
  6. "_location": "/a-sync-waterfall",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "a-sync-waterfall@^1.0.0",
  12. "name": "a-sync-waterfall",
  13. "escapedName": "a-sync-waterfall",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/nunjucks"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
  22. "_shasum": "75b6b6aa72598b497a125e7a2770f14f4c8a1fa7",
  23. "_spec": "a-sync-waterfall@^1.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/nunjucks",
  25. "author": {
  26. "name": "Gleb Khudyakov",
  27. "url": "https://github.com/hydiak/a-sync-waterfall"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hydiak/a-sync-waterfall/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Runs a list of async tasks, passing the results of each into the next one",
  36. "homepage": "https://github.com/hydiak/a-sync-waterfall",
  37. "keywords": [
  38. "async",
  39. "sync",
  40. "waterfall",
  41. "tasks",
  42. "control",
  43. "flow"
  44. ],
  45. "license": "MIT",
  46. "main": "./index",
  47. "name": "a-sync-waterfall",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+ssh://git@github.com/hydiak/a-sync-waterfall.git"
  51. },
  52. "version": "1.0.1"
  53. }