package.json 2.2 KB

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