package.json 2.8 KB

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