package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "async@2.6.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async@2.6.3",
  10. "_id": "async@2.6.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
  13. "_location": "/async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async@2.6.3",
  19. "name": "async",
  20. "escapedName": "async",
  21. "rawSpec": "2.6.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.3"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api",
  27. "/portfinder",
  28. "/source-map-loader",
  29. "/streamroller"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
  32. "_spec": "2.6.3",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Caolan McMahon"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/caolan/async/issues"
  39. },
  40. "dependencies": {
  41. "lodash": "^4.17.14"
  42. },
  43. "description": "Higher-order functions and common patterns for asynchronous code",
  44. "devDependencies": {
  45. "babel-cli": "^6.24.0",
  46. "babel-core": "^6.26.3",
  47. "babel-plugin-add-module-exports": "^0.2.1",
  48. "babel-plugin-istanbul": "^2.0.1",
  49. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  50. "babel-preset-es2015": "^6.3.13",
  51. "babel-preset-es2017": "^6.22.0",
  52. "babelify": "^8.0.0",
  53. "benchmark": "^2.1.1",
  54. "bluebird": "^3.4.6",
  55. "browserify": "^16.2.2",
  56. "chai": "^4.1.2",
  57. "cheerio": "^0.22.0",
  58. "coveralls": "^3.0.1",
  59. "es6-promise": "^2.3.0",
  60. "eslint": "^2.13.1",
  61. "fs-extra": "^0.26.7",
  62. "gh-pages-deploy": "^0.5.0",
  63. "jsdoc": "^3.4.0",
  64. "karma": "^2.0.2",
  65. "karma-browserify": "^5.2.0",
  66. "karma-firefox-launcher": "^1.1.0",
  67. "karma-mocha": "^1.2.0",
  68. "karma-mocha-reporter": "^2.2.0",
  69. "mocha": "^5.2.0",
  70. "native-promise-only": "^0.8.0-a",
  71. "nyc": "^11.8.0",
  72. "rimraf": "^2.5.0",
  73. "rollup": "^0.36.3",
  74. "rollup-plugin-node-resolve": "^2.0.0",
  75. "rollup-plugin-npm": "^2.0.0",
  76. "rsvp": "^3.0.18",
  77. "semver": "^5.5.0",
  78. "uglify-js": "~2.7.3",
  79. "yargs": "^11.0.0"
  80. },
  81. "gh-pages-deploy": {
  82. "staticpath": "docs"
  83. },
  84. "homepage": "https://caolan.github.io/async/",
  85. "keywords": [
  86. "async",
  87. "callback",
  88. "module",
  89. "utility"
  90. ],
  91. "license": "MIT",
  92. "main": "dist/async.js",
  93. "name": "async",
  94. "nyc": {
  95. "exclude": [
  96. "mocha_test"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/caolan/async.git"
  102. },
  103. "scripts": {
  104. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  105. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  106. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  107. "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  108. "mocha-browser-test": "karma start",
  109. "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
  110. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  111. "test": "npm run lint && npm run mocha-node-test"
  112. },
  113. "version": "2.6.3"
  114. }