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 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "make-iterator@^1.0.0",
  3. "_id": "make-iterator@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
  6. "_location": "/make-iterator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "make-iterator@^1.0.0",
  12. "name": "make-iterator",
  13. "escapedName": "make-iterator",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/arr-filter",
  20. "/arr-map",
  21. "/collection-map",
  22. "/object.map",
  23. "/object.reduce"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
  26. "_shasum": "29b33f312aa8f547c4a5e490f56afcec99133ad6",
  27. "_spec": "make-iterator@^1.0.0",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\object.map",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/make-iterator/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "kind-of": "^6.0.2"
  39. },
  40. "deprecated": false,
  41. "description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
  42. "devDependencies": {
  43. "gulp-format-md": "^1.0.0",
  44. "mocha": "^3.5.3"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/make-iterator",
  53. "keywords": [
  54. "arr",
  55. "array",
  56. "contains",
  57. "for-own",
  58. "forown",
  59. "forOwn",
  60. "function",
  61. "iterate",
  62. "iterator",
  63. "make"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "make-iterator",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/make-iterator.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "related": {
  77. "list": [
  78. "any",
  79. "arr-filter",
  80. "arr-map",
  81. "array-every",
  82. "collection-map",
  83. "utils"
  84. ]
  85. },
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. },
  97. "reflinks": [
  98. "verb",
  99. "verb-readme-generator"
  100. ]
  101. },
  102. "version": "1.0.1"
  103. }