package.json 2.5 KB

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