package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "brace-expansion@^1.0.0",
  6. "scope": null,
  7. "escapedName": "brace-expansion",
  8. "name": "brace-expansion",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/minimatch"
  14. ]
  15. ],
  16. "_from": "brace-expansion@>=1.0.0 <2.0.0",
  17. "_id": "brace-expansion@1.1.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/brace-expansion",
  21. "_nodeVersion": "4.4.7",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/brace-expansion-1.1.6.tgz_1469047715600_0.9362958471756428"
  25. },
  26. "_npmUser": {
  27. "name": "juliangruber",
  28. "email": "julian@juliangruber.com"
  29. },
  30. "_npmVersion": "2.15.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "brace-expansion@^1.0.0",
  34. "scope": null,
  35. "escapedName": "brace-expansion",
  36. "name": "brace-expansion",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/glob-stream/minimatch",
  43. "/minimatch"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
  46. "_shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  47. "_shrinkwrap": null,
  48. "_spec": "brace-expansion@^1.0.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/minimatch",
  50. "author": {
  51. "name": "Julian Gruber",
  52. "email": "mail@juliangruber.com",
  53. "url": "http://juliangruber.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/juliangruber/brace-expansion/issues"
  57. },
  58. "dependencies": {
  59. "balanced-match": "^0.4.1",
  60. "concat-map": "0.0.1"
  61. },
  62. "description": "Brace expansion as known from sh/bash",
  63. "devDependencies": {
  64. "tape": "^4.6.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "7197d7eaa9b87e648390ea61fc66c84427420df9",
  69. "tarball": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
  70. },
  71. "gitHead": "791262fa06625e9c5594cde529a21d82086af5f2",
  72. "homepage": "https://github.com/juliangruber/brace-expansion",
  73. "keywords": [],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "juliangruber",
  79. "email": "julian@juliangruber.com"
  80. },
  81. {
  82. "name": "isaacs",
  83. "email": "isaacs@npmjs.com"
  84. }
  85. ],
  86. "name": "brace-expansion",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/juliangruber/brace-expansion.git"
  92. },
  93. "scripts": {
  94. "gentest": "bash test/generate.sh",
  95. "test": "tape test/*.js"
  96. },
  97. "testling": {
  98. "files": "test/*.js",
  99. "browsers": [
  100. "ie/8..latest",
  101. "firefox/20..latest",
  102. "firefox/nightly",
  103. "chrome/25..latest",
  104. "chrome/canary",
  105. "opera/12..latest",
  106. "opera/next",
  107. "safari/5.1..latest",
  108. "ipad/6.0..latest",
  109. "iphone/6.0..latest",
  110. "android-browser/4.2..latest"
  111. ]
  112. },
  113. "version": "1.1.6"
  114. }