package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "p-map@2.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-map@2.1.0",
  10. "_id": "p-map@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU=",
  13. "_location": "/p-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-map@2.1.0",
  19. "name": "p-map",
  20. "escapedName": "p-map",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/del"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/p-map/download/p-map-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-map/issues"
  38. },
  39. "description": "Map over promises concurrently",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "delay": "^4.1.0",
  43. "in-range": "^1.0.0",
  44. "random-int": "^1.0.0",
  45. "time-span": "^3.1.0",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/p-map#readme",
  57. "keywords": [
  58. "promise",
  59. "map",
  60. "resolved",
  61. "wait",
  62. "collection",
  63. "iterable",
  64. "iterator",
  65. "race",
  66. "fulfilled",
  67. "async",
  68. "await",
  69. "promises",
  70. "concurrently",
  71. "concurrency",
  72. "parallel",
  73. "bluebird"
  74. ],
  75. "license": "MIT",
  76. "name": "p-map",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/p-map.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "2.1.0"
  85. }