Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "neo-async@^2.6.1",
  3. "_id": "neo-async@2.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
  6. "_location": "/neo-async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "neo-async@^2.6.1",
  12. "name": "neo-async",
  13. "escapedName": "neo-async",
  14. "rawSpec": "^2.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.1"
  17. },
  18. "_requiredBy": [
  19. "/watchpack",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
  23. "_shasum": "ac27ada66167fa8849a6addd837f6b189ad2081c",
  24. "_spec": "neo-async@^2.6.1",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack",
  26. "browser": "async.min.js",
  27. "bugs": {
  28. "url": "https://github.com/suguru03/neo-async/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {},
  32. "deprecated": false,
  33. "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  34. "devDependencies": {
  35. "aigle": "^1.8.1",
  36. "async": "^2.6.0",
  37. "benchmark": "^2.1.1",
  38. "bluebird": "^3.5.1",
  39. "codecov.io": "^0.1.6",
  40. "fs-extra": "^4.0.2",
  41. "func-comparator": "^0.7.2",
  42. "gulp": "^3.9.1",
  43. "gulp-bump": "^2.8.0",
  44. "gulp-exit": "0.0.2",
  45. "gulp-git": "^2.4.2",
  46. "gulp-jscs": "^4.0.0",
  47. "gulp-mocha": "^4.2.0",
  48. "gulp-tag-version": "^1.3.0",
  49. "gulp-util": "^3.0.7",
  50. "husky": "^1.2.0",
  51. "istanbul": "^0.4.3",
  52. "jsdoc": "^3.5.5",
  53. "jshint": "^2.9.5",
  54. "lint-staged": "^8.1.0",
  55. "lodash": "^4.16.6",
  56. "minimist": "^1.2.0",
  57. "mocha": "^3.5.3",
  58. "mocha-parallel-executor": "^0.3.0",
  59. "mocha.parallel": "^0.15.3",
  60. "prettier": "^1.15.2",
  61. "require-dir": "^0.3.0",
  62. "run-sequence": "^1.2.2"
  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.1"
  87. }