package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "now-and-later@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "now-and-later@2.0.1",
  9. "_id": "now-and-later@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
  12. "_location": "/now-and-later",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "now-and-later@2.0.1",
  18. "name": "now-and-later",
  19. "escapedName": "now-and-later",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-sourcemap"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "team@gulpjs.com",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/now-and-later/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "once": "^1.3.2"
  46. },
  47. "description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
  48. "devDependencies": {
  49. "eslint": "^1.7.3",
  50. "eslint-config-gulp": "^2.0.0",
  51. "expect": "^1.19.0",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "jscs": "^2.3.5",
  55. "jscs-preset-gulp": "^1.0.0",
  56. "mocha": "^2.4.5"
  57. },
  58. "engines": {
  59. "node": ">= 0.10"
  60. },
  61. "files": [
  62. "index.js",
  63. "lib",
  64. "LICENSE"
  65. ],
  66. "homepage": "https://github.com/gulpjs/now-and-later#readme",
  67. "keywords": [
  68. "async",
  69. "async.js",
  70. "map",
  71. "control",
  72. "flow",
  73. "extension",
  74. "tracing",
  75. "debug",
  76. "aop",
  77. "aspect",
  78. "timing",
  79. "tracing"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "now-and-later",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/gulpjs/now-and-later.git"
  87. },
  88. "scripts": {
  89. "cover": "istanbul cover _mocha --report lcovonly",
  90. "coveralls": "npm run cover && istanbul-coveralls",
  91. "lint": "eslint . && jscs index.js lib/ test/",
  92. "pretest": "npm run lint",
  93. "test": "mocha --async-only"
  94. },
  95. "version": "2.0.1"
  96. }