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.

123 lines
2.8 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "fill-range@7.1.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fill-range@7.1.1",
  10. "_id": "fill-range@7.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  13. "_location": "/fill-range",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fill-range@7.1.1",
  19. "name": "fill-range",
  20. "escapedName": "fill-range",
  21. "rawSpec": "7.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "7.1.1"
  24. },
  25. "_requiredBy": [
  26. "/braces"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  29. "_spec": "7.1.1",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/fill-range/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Edo Rivai",
  41. "url": "edo.rivai.nl"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. },
  47. {
  48. "name": "Paul Miller",
  49. "url": "paulmillr.com"
  50. },
  51. {
  52. "name": "Rouven Weßling",
  53. "url": "www.rouvenwessling.de"
  54. },
  55. {
  56. "url": "https://github.com/wtgtybhertgeghgtwtg"
  57. }
  58. ],
  59. "dependencies": {
  60. "to-regex-range": "^5.0.1"
  61. },
  62. "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`",
  63. "devDependencies": {
  64. "gulp-format-md": "^2.0.0",
  65. "mocha": "^6.1.1",
  66. "nyc": "^15.1.0"
  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. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  104. "mocha": "mocha --reporter dot",
  105. "test": "npm run lint && npm run mocha",
  106. "test:ci": "npm run test:cover",
  107. "test:cover": "nyc npm run mocha"
  108. },
  109. "verb": {
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "lint": {
  119. "reflinks": true
  120. }
  121. },
  122. "version": "7.1.1"
  123. }