Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "/sass-loader",
  20. "/watchpack",
  21. "/webpack"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
  24. "_shasum": "ac27ada66167fa8849a6addd837f6b189ad2081c",
  25. "_spec": "neo-async@^2.6.1",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/webpack",
  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 thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  35. "devDependencies": {
  36. "aigle": "^1.8.1",
  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": "^3.9.1",
  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. "run-sequence": "^1.2.2"
  64. },
  65. "homepage": "https://github.com/suguru03/neo-async",
  66. "keywords": [
  67. "async",
  68. "util"
  69. ],
  70. "license": "MIT",
  71. "lint-staged": {
  72. "*.{js,ts}": [
  73. "prettier --write",
  74. "git add"
  75. ]
  76. },
  77. "main": "async.js",
  78. "name": "neo-async",
  79. "prettier": {
  80. "printWidth": 100,
  81. "singleQuote": true
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  86. },
  87. "version": "2.6.1"
  88. }