package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "fill-range@4.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fill-range@4.0.0",
  10. "_id": "fill-range@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  13. "_location": "/fill-range",
  14. "_phantomChildren": {
  15. "is-extendable": "0.1.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "fill-range@4.0.0",
  21. "name": "fill-range",
  22. "escapedName": "fill-range",
  23. "rawSpec": "4.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "4.0.0"
  26. },
  27. "_requiredBy": [
  28. "/braces"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/fill-range/download/fill-range-4.0.0.tgz",
  31. "_spec": "4.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/fill-range/issues"
  39. },
  40. "contributors": [
  41. {
  42. "email": "wtgtybhertgeghgtwtg@gmail.com",
  43. "url": "https://github.com/wtgtybhertgeghgtwtg"
  44. },
  45. {
  46. "name": "Edo Rivai",
  47. "email": "edo.rivai@gmail.com",
  48. "url": "edo.rivai.nl"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "email": "jon.schlinkert@sellside.com",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Paul Miller",
  57. "email": "paul+gh@paulmillr.com",
  58. "url": "paulmillr.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "extend-shallow": "^2.0.1",
  63. "is-number": "^3.0.0",
  64. "repeat-string": "^1.6.1",
  65. "to-regex-range": "^2.1.0"
  66. },
  67. "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`",
  68. "devDependencies": {
  69. "ansi-cyan": "^0.1.1",
  70. "benchmarked": "^1.0.0",
  71. "gulp-format-md": "^0.1.12",
  72. "minimist": "^1.2.0",
  73. "mocha": "^3.2.0"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/jonschlinkert/fill-range",
  82. "keywords": [
  83. "alpha",
  84. "alphabetical",
  85. "array",
  86. "bash",
  87. "brace",
  88. "expand",
  89. "expansion",
  90. "fill",
  91. "glob",
  92. "match",
  93. "matches",
  94. "matching",
  95. "number",
  96. "numerical",
  97. "range",
  98. "ranges",
  99. "regex",
  100. "sh"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "fill-range",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  108. },
  109. "scripts": {
  110. "test": "mocha"
  111. },
  112. "verb": {
  113. "related": {
  114. "list": [
  115. "braces",
  116. "expand-range",
  117. "micromatch",
  118. "to-regex-range"
  119. ]
  120. },
  121. "toc": true,
  122. "layout": "default",
  123. "tasks": [
  124. "readme"
  125. ],
  126. "plugins": [
  127. "gulp-format-md"
  128. ],
  129. "lint": {
  130. "reflinks": true
  131. }
  132. },
  133. "version": "4.0.0"
  134. }