package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "parse-glob@^3.0.4",
  5. "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/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. "/http-proxy-middleware/micromatch",
  30. "/jscodeshift/micromatch",
  31. "/webpack-addons/micromatch"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
  34. "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
  35. "_shrinkwrap": null,
  36. "_spec": "parse-glob@^3.0.4",
  37. "_where": "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/node_modules/micromatch",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/parse-glob/issues"
  44. },
  45. "dependencies": {
  46. "glob-base": "^0.3.0",
  47. "is-dotfile": "^1.0.0",
  48. "is-extglob": "^1.0.0",
  49. "is-glob": "^2.0.0"
  50. },
  51. "description": "Parse a glob pattern into an object of tokens.",
  52. "devDependencies": {
  53. "browserify": "^9.0.3",
  54. "lodash": "^3.3.1",
  55. "mocha": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
  60. "tarball": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "9bfccb63acdeb3b1ed62035b3adef0e5081d8fc6",
  69. "homepage": "https://github.com/jonschlinkert/parse-glob",
  70. "keywords": [
  71. "bash",
  72. "expand",
  73. "expansion",
  74. "expression",
  75. "file",
  76. "files",
  77. "filter",
  78. "find",
  79. "glob",
  80. "glob",
  81. "globbing",
  82. "globs",
  83. "globstar",
  84. "match",
  85. "match",
  86. "matcher",
  87. "matches",
  88. "matching",
  89. "path",
  90. "pattern",
  91. "patterns",
  92. "regex",
  93. "regexp",
  94. "regular",
  95. "shell",
  96. "wildcard"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "maintainers": [
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. }
  105. ],
  106. "name": "parse-glob",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  112. },
  113. "scripts": {
  114. "prepublish": "browserify -o browser.js -e index.js",
  115. "test": "mocha"
  116. },
  117. "version": "3.0.4"
  118. }