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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "fill-range@^4.0.0",
  3. "_id": "fill-range@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  6. "_location": "/fill-range",
  7. "_phantomChildren": {
  8. "is-extendable": "0.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "fill-range@^4.0.0",
  14. "name": "fill-range",
  15. "escapedName": "fill-range",
  16. "rawSpec": "^4.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.0"
  19. },
  20. "_requiredBy": [
  21. "/braces"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  24. "_shasum": "d544811d428f98eb06a63dc402d2403c328c38f7",
  25. "_spec": "fill-range@^4.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/fill-range/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "email": "wtgtybhertgeghgtwtg@gmail.com",
  38. "url": "https://github.com/wtgtybhertgeghgtwtg"
  39. },
  40. {
  41. "name": "Edo Rivai",
  42. "email": "edo.rivai@gmail.com",
  43. "url": "edo.rivai.nl"
  44. },
  45. {
  46. "name": "Jon Schlinkert",
  47. "email": "jon.schlinkert@sellside.com",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "name": "Paul Miller",
  52. "email": "paul+gh@paulmillr.com",
  53. "url": "paulmillr.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "extend-shallow": "^2.0.1",
  58. "is-number": "^3.0.0",
  59. "repeat-string": "^1.6.1",
  60. "to-regex-range": "^2.1.0"
  61. },
  62. "deprecated": false,
  63. "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
  64. "devDependencies": {
  65. "ansi-cyan": "^0.1.1",
  66. "benchmarked": "^1.0.0",
  67. "gulp-format-md": "^0.1.12",
  68. "minimist": "^1.2.0",
  69. "mocha": "^3.2.0"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/jonschlinkert/fill-range",
  78. "keywords": [
  79. "alpha",
  80. "alphabetical",
  81. "array",
  82. "bash",
  83. "brace",
  84. "expand",
  85. "expansion",
  86. "fill",
  87. "glob",
  88. "match",
  89. "matches",
  90. "matching",
  91. "number",
  92. "numerical",
  93. "range",
  94. "ranges",
  95. "regex",
  96. "sh"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "fill-range",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "verb": {
  109. "related": {
  110. "list": [
  111. "braces",
  112. "expand-range",
  113. "micromatch",
  114. "to-regex-range"
  115. ]
  116. },
  117. "toc": true,
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "lint": {
  126. "reflinks": true
  127. }
  128. },
  129. "version": "4.0.0"
  130. }