package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "fill-range@7.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fill-range@7.0.1",
  10. "_id": "fill-range@7.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  13. "_location": "/fill-range",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "fill-range@7.0.1",
  20. "name": "fill-range",
  21. "escapedName": "fill-range",
  22. "rawSpec": "7.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.1"
  25. },
  26. "_requiredBy": [
  27. "/braces"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  30. "_spec": "7.0.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/fill-range/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Edo Rivai",
  42. "url": "edo.rivai.nl"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Paul Miller",
  50. "url": "paulmillr.com"
  51. },
  52. {
  53. "name": "Rouven Weßling",
  54. "url": "www.rouvenwessling.de"
  55. },
  56. {
  57. "url": "https://github.com/wtgtybhertgeghgtwtg"
  58. }
  59. ],
  60. "dependencies": {
  61. "to-regex-range": "^5.0.1"
  62. },
  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. "gulp-format-md": "^2.0.0",
  66. "mocha": "^6.1.1"
  67. },
  68. "engines": {
  69. "node": ">=8"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/jonschlinkert/fill-range",
  75. "keywords": [
  76. "alpha",
  77. "alphabetical",
  78. "array",
  79. "bash",
  80. "brace",
  81. "expand",
  82. "expansion",
  83. "fill",
  84. "glob",
  85. "match",
  86. "matches",
  87. "matching",
  88. "number",
  89. "numerical",
  90. "range",
  91. "ranges",
  92. "regex",
  93. "sh"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "fill-range",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "verb": {
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "lint": {
  115. "reflinks": true
  116. }
  117. },
  118. "version": "7.0.1"
  119. }