package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "fill-range@^7.1.1",
  3. "_id": "fill-range@7.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6. "_location": "/fill-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fill-range@^7.1.1",
  12. "name": "fill-range",
  13. "escapedName": "fill-range",
  14. "rawSpec": "^7.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.1"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  22. "_shasum": "44265d3cac07e3ea7dc247516380643754a05292",
  23. "_spec": "fill-range@^7.1.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/fill-range/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Edo Rivai",
  36. "url": "edo.rivai.nl"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Paul Miller",
  44. "url": "paulmillr.com"
  45. },
  46. {
  47. "name": "Rouven Weßling",
  48. "url": "www.rouvenwessling.de"
  49. },
  50. {
  51. "url": "https://github.com/wtgtybhertgeghgtwtg"
  52. }
  53. ],
  54. "dependencies": {
  55. "to-regex-range": "^5.0.1"
  56. },
  57. "deprecated": false,
  58. "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`",
  59. "devDependencies": {
  60. "gulp-format-md": "^2.0.0",
  61. "mocha": "^6.1.1",
  62. "nyc": "^15.1.0"
  63. },
  64. "engines": {
  65. "node": ">=8"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/fill-range",
  71. "keywords": [
  72. "alpha",
  73. "alphabetical",
  74. "array",
  75. "bash",
  76. "brace",
  77. "expand",
  78. "expansion",
  79. "fill",
  80. "glob",
  81. "match",
  82. "matches",
  83. "matching",
  84. "number",
  85. "numerical",
  86. "range",
  87. "ranges",
  88. "regex",
  89. "sh"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "fill-range",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  100. "mocha": "mocha --reporter dot",
  101. "test": "npm run lint && npm run mocha",
  102. "test:ci": "npm run test:cover",
  103. "test:cover": "nyc npm run 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.1.1"
  119. }