package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "each-async@^1.0.0",
  6. "scope": null,
  7. "escapedName": "each-async",
  8. "name": "each-async",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt-sass"
  14. ]
  15. ],
  16. "_from": "each-async@>=1.0.0 <2.0.0",
  17. "_id": "each-async@1.1.1",
  18. "_inCache": true,
  19. "_location": "/each-async",
  20. "_nodeVersion": "0.10.32",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.1.16",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "each-async@^1.0.0",
  29. "scope": null,
  30. "escapedName": "each-async",
  31. "name": "each-async",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/grunt-sass"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
  40. "_shasum": "dee5229bdf0ab6ba2012a395e1b869abf8813473",
  41. "_shrinkwrap": null,
  42. "_spec": "each-async@^1.0.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/grunt-sass",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/each-async/issues"
  51. },
  52. "dependencies": {
  53. "onetime": "^1.0.0",
  54. "set-immediate-shim": "^1.0.0"
  55. },
  56. "description": "Async concurrent iterator (async forEach)",
  57. "devDependencies": {
  58. "mocha": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "dee5229bdf0ab6ba2012a395e1b869abf8813473",
  63. "tarball": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "65f7f663e0e1a323c11bd0e036a08f585ab34a9c",
  72. "homepage": "https://github.com/sindresorhus/each-async",
  73. "keywords": [
  74. "each",
  75. "async",
  76. "asynchronous",
  77. "iteration",
  78. "iterate",
  79. "loop",
  80. "foreach",
  81. "parallel",
  82. "concurrent",
  83. "array",
  84. "flow",
  85. "control flow"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "each-async",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/each-async.git"
  100. },
  101. "scripts": {
  102. "test": "mocha --timeout 20000"
  103. },
  104. "version": "1.1.1"
  105. }