package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "expand-range@^1.8.1",
  6. "scope": null,
  7. "escapedName": "expand-range",
  8. "name": "expand-range",
  9. "rawSpec": "^1.8.1",
  10. "spec": ">=1.8.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/braces"
  14. ]
  15. ],
  16. "_from": "expand-range@>=1.8.1 <2.0.0",
  17. "_id": "expand-range@1.8.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/expand-range",
  21. "_nodeVersion": "5.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/expand-range-1.8.2.tgz_1462440434873_0.7174076174851507"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.6.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "expand-range@^1.8.1",
  34. "scope": null,
  35. "escapedName": "expand-range",
  36. "name": "expand-range",
  37. "rawSpec": "^1.8.1",
  38. "spec": ">=1.8.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/braces"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  45. "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  46. "_shrinkwrap": null,
  47. "_spec": "expand-range@^1.8.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/braces",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/expand-range/issues"
  55. },
  56. "dependencies": {
  57. "fill-range": "^2.1.0"
  58. },
  59. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  60. "devDependencies": {
  61. "benchmarked": "^0.2.4",
  62. "brace-expansion": "^1.1.4",
  63. "glob": "^7.0.3",
  64. "gulp-format-md": "^0.1.9",
  65. "minimatch": "^3.0.0",
  66. "mocha": "^2.4.5"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  71. "tarball": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "4c873af0870df8382bafc66a93d5c89e3aad3d4d",
  80. "homepage": "https://github.com/jonschlinkert/expand-range",
  81. "keywords": [
  82. "alpha",
  83. "alphabetical",
  84. "bash",
  85. "brace",
  86. "expand",
  87. "expansion",
  88. "glob",
  89. "match",
  90. "matches",
  91. "matching",
  92. "number",
  93. "numerical",
  94. "range",
  95. "ranges",
  96. "sh"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "maintainers": [
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. },
  105. {
  106. "name": "doowb",
  107. "email": "brian.woodward@gmail.com"
  108. }
  109. ],
  110. "name": "expand-range",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  116. },
  117. "scripts": {
  118. "test": "mocha"
  119. },
  120. "verb": {
  121. "plugins": [
  122. "gulp-format-md"
  123. ],
  124. "reflinks": [
  125. "verb"
  126. ],
  127. "toc": false,
  128. "layout": "default",
  129. "lint": {
  130. "reflinks": true
  131. },
  132. "tasks": [
  133. "readme"
  134. ],
  135. "related": {
  136. "list": [
  137. "micromatch",
  138. "fill-range",
  139. "braces"
  140. ]
  141. }
  142. },
  143. "version": "1.8.2"
  144. }