package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "p-map@^1.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/listr"
  6. ]
  7. ],
  8. "_from": "p-map@>=1.1.1 <2.0.0",
  9. "_id": "p-map@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-map",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/p-map-1.2.0.tgz_1505195035419_0.6017468643840402"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.4.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-map",
  26. "raw": "p-map@^1.1.1",
  27. "rawSpec": "^1.1.1",
  28. "scope": null,
  29. "spec": ">=1.1.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/del",
  34. "/listr"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
  37. "_shasum": "e4e94f311eabbc8633a1e79908165fca26241b6b",
  38. "_shrinkwrap": null,
  39. "_spec": "p-map@^1.1.1",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/listr",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/p-map/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Map over promises concurrently",
  51. "devDependencies": {
  52. "ava": "*",
  53. "delay": "^2.0.0",
  54. "in-range": "^1.0.0",
  55. "random-int": "^1.0.0",
  56. "time-span": "^2.0.0",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
  62. "shasum": "e4e94f311eabbc8633a1e79908165fca26241b6b",
  63. "tarball": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "e0a1c91c00d5509e9f04c6f0392693a452f385f0",
  72. "homepage": "https://github.com/sindresorhus/p-map#readme",
  73. "keywords": [
  74. "async",
  75. "await",
  76. "bluebird",
  77. "collection",
  78. "concurrency",
  79. "concurrently",
  80. "fulfilled",
  81. "iterable",
  82. "iterator",
  83. "map",
  84. "parallel",
  85. "promise",
  86. "promises",
  87. "race",
  88. "resolved",
  89. "wait"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "p-map",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/p-map.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "1.2.0"
  109. }