package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-glob@^3.0.4",
  6. "scope": null,
  7. "escapedName": "parse-glob",
  8. "name": "parse-glob",
  9. "rawSpec": "^3.0.4",
  10. "spec": ">=3.0.4 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "parse-glob@>=3.0.4 <4.0.0",
  17. "_id": "parse-glob@3.0.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/parse-glob",
  21. "_nodeVersion": "0.12.4",
  22. "_npmUser": {
  23. "name": "jonschlinkert",
  24. "email": "github@sellside.com"
  25. },
  26. "_npmVersion": "2.10.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "parse-glob@^3.0.4",
  30. "scope": null,
  31. "escapedName": "parse-glob",
  32. "name": "parse-glob",
  33. "rawSpec": "^3.0.4",
  34. "spec": ">=3.0.4 <4.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/micromatch"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
  41. "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
  42. "_shrinkwrap": null,
  43. "_spec": "parse-glob@^3.0.4",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch",
  45. "author": {
  46. "name": "Jon Schlinkert",
  47. "url": "https://github.com/jonschlinkert"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jonschlinkert/parse-glob/issues"
  51. },
  52. "dependencies": {
  53. "glob-base": "^0.3.0",
  54. "is-dotfile": "^1.0.0",
  55. "is-extglob": "^1.0.0",
  56. "is-glob": "^2.0.0"
  57. },
  58. "description": "Parse a glob pattern into an object of tokens.",
  59. "devDependencies": {
  60. "browserify": "^9.0.3",
  61. "lodash": "^3.3.1",
  62. "mocha": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
  67. "tarball": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "9bfccb63acdeb3b1ed62035b3adef0e5081d8fc6",
  76. "homepage": "https://github.com/jonschlinkert/parse-glob",
  77. "keywords": [
  78. "glob",
  79. "match",
  80. "bash",
  81. "expand",
  82. "expansion",
  83. "expression",
  84. "file",
  85. "files",
  86. "filter",
  87. "find",
  88. "glob",
  89. "globbing",
  90. "globs",
  91. "globstar",
  92. "match",
  93. "matcher",
  94. "matches",
  95. "matching",
  96. "path",
  97. "pattern",
  98. "patterns",
  99. "regex",
  100. "regexp",
  101. "regular",
  102. "shell",
  103. "wildcard"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "maintainers": [
  108. {
  109. "name": "jonschlinkert",
  110. "email": "github@sellside.com"
  111. }
  112. ],
  113. "name": "parse-glob",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  119. },
  120. "scripts": {
  121. "prepublish": "browserify -o browser.js -e index.js",
  122. "test": "mocha"
  123. },
  124. "version": "3.0.4"
  125. }