package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "fill-range@2.2.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fill-range@2.2.3",
  10. "_id": "fill-range@2.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
  13. "_location": "/fill-range",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fill-range@2.2.3",
  19. "name": "fill-range",
  20. "escapedName": "fill-range",
  21. "rawSpec": "2.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.3"
  24. },
  25. "_requiredBy": [
  26. "/expand-range"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
  29. "_spec": "2.2.3",
  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/fill-range/issues"
  37. },
  38. "dependencies": {
  39. "is-number": "^2.1.0",
  40. "isobject": "^2.0.0",
  41. "randomatic": "^1.1.3",
  42. "repeat-element": "^1.1.2",
  43. "repeat-string": "^1.5.2"
  44. },
  45. "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
  46. "devDependencies": {
  47. "benchmarked": "^0.1.3",
  48. "chalk": "^0.5.1",
  49. "should": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/fill-range",
  58. "keywords": [
  59. "alpha",
  60. "alphabetical",
  61. "bash",
  62. "brace",
  63. "expand",
  64. "expansion",
  65. "glob",
  66. "match",
  67. "matches",
  68. "matching",
  69. "number",
  70. "numerical",
  71. "range",
  72. "ranges",
  73. "sh"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "fill-range",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "related": {
  87. "list": [
  88. "micromatch",
  89. "expand-range",
  90. "braces",
  91. "is-glob"
  92. ]
  93. }
  94. },
  95. "version": "2.2.3"
  96. }