package.json 2.3 KB

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