You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "p-map-series@^1.0.0",
  3. "_id": "p-map-series@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=",
  6. "_location": "/p-map-series",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-map-series@^1.0.0",
  12. "name": "p-map-series",
  13. "escapedName": "p-map-series",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz",
  22. "_shasum": "bf98fe575705658a9e1351befb85ae4c1f07bdca",
  23. "_spec": "p-map-series@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-build",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-map-series/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-reduce": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Map over promises serially",
  39. "devDependencies": {
  40. "ava": "*",
  41. "delay": "^1.3.1",
  42. "time-span": "^1.0.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/p-map-series#readme",
  52. "keywords": [
  53. "promise",
  54. "map",
  55. "collection",
  56. "iterable",
  57. "iterator",
  58. "fulfilled",
  59. "serial",
  60. "serially",
  61. "async",
  62. "await",
  63. "promises",
  64. "bluebird"
  65. ],
  66. "license": "MIT",
  67. "name": "p-map-series",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/p-map-series.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "1.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }