package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "neo-async@2.6.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "neo-async@2.6.1",
  10. "_id": "neo-async@2.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
  13. "_location": "/neo-async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "neo-async@2.6.1",
  19. "name": "neo-async",
  20. "escapedName": "neo-async",
  21. "rawSpec": "2.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.1"
  24. },
  25. "_requiredBy": [
  26. "/sass-loader",
  27. "/watchpack",
  28. "/webpack"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
  31. "_spec": "2.6.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "browser": "async.min.js",
  34. "bugs": {
  35. "url": "https://github.com/suguru03/neo-async/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  39. "devDependencies": {
  40. "aigle": "^1.8.1",
  41. "async": "^2.6.0",
  42. "benchmark": "^2.1.1",
  43. "bluebird": "^3.5.1",
  44. "codecov.io": "^0.1.6",
  45. "fs-extra": "^4.0.2",
  46. "func-comparator": "^0.7.2",
  47. "gulp": "^3.9.1",
  48. "gulp-bump": "^2.8.0",
  49. "gulp-exit": "0.0.2",
  50. "gulp-git": "^2.4.2",
  51. "gulp-jscs": "^4.0.0",
  52. "gulp-mocha": "^4.2.0",
  53. "gulp-tag-version": "^1.3.0",
  54. "gulp-util": "^3.0.7",
  55. "husky": "^1.2.0",
  56. "istanbul": "^0.4.3",
  57. "jsdoc": "^3.5.5",
  58. "jshint": "^2.9.5",
  59. "lint-staged": "^8.1.0",
  60. "lodash": "^4.16.6",
  61. "minimist": "^1.2.0",
  62. "mocha": "^3.5.3",
  63. "mocha-parallel-executor": "^0.3.0",
  64. "mocha.parallel": "^0.15.3",
  65. "prettier": "^1.15.2",
  66. "require-dir": "^0.3.0",
  67. "run-sequence": "^1.2.2"
  68. },
  69. "homepage": "https://github.com/suguru03/neo-async",
  70. "keywords": [
  71. "async",
  72. "util"
  73. ],
  74. "license": "MIT",
  75. "lint-staged": {
  76. "*.{js,ts}": [
  77. "prettier --write",
  78. "git add"
  79. ]
  80. },
  81. "main": "async.js",
  82. "name": "neo-async",
  83. "prettier": {
  84. "printWidth": 100,
  85. "singleQuote": true
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  90. },
  91. "version": "2.6.1"
  92. }