package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "expand-range@1.8.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expand-range@1.8.2",
  10. "_id": "expand-range@1.8.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
  13. "_location": "/expand-range",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expand-range@1.8.2",
  19. "name": "expand-range",
  20. "escapedName": "expand-range",
  21. "rawSpec": "1.8.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.2"
  24. },
  25. "_requiredBy": [
  26. "/braces"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  29. "_spec": "1.8.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/expand-range/issues"
  37. },
  38. "dependencies": {
  39. "fill-range": "^2.1.0"
  40. },
  41. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  42. "devDependencies": {
  43. "benchmarked": "^0.2.4",
  44. "brace-expansion": "^1.1.4",
  45. "glob": "^7.0.3",
  46. "gulp-format-md": "^0.1.9",
  47. "minimatch": "^3.0.0",
  48. "mocha": "^2.4.5"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/expand-range",
  57. "keywords": [
  58. "alpha",
  59. "alphabetical",
  60. "bash",
  61. "brace",
  62. "expand",
  63. "expansion",
  64. "glob",
  65. "match",
  66. "matches",
  67. "matching",
  68. "number",
  69. "numerical",
  70. "range",
  71. "ranges",
  72. "sh"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "expand-range",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "reflinks": [
  89. "verb"
  90. ],
  91. "toc": false,
  92. "layout": "default",
  93. "lint": {
  94. "reflinks": true
  95. },
  96. "tasks": [
  97. "readme"
  98. ],
  99. "related": {
  100. "list": [
  101. "micromatch",
  102. "fill-range",
  103. "braces"
  104. ]
  105. }
  106. },
  107. "version": "1.8.2"
  108. }