package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "parse-glob@^3.0.4",
  3. "_id": "parse-glob@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==",
  6. "_location": "/parse-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-glob@^3.0.4",
  12. "name": "parse-glob",
  13. "escapedName": "parse-glob",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "/jest-config/micromatch",
  20. "/jest-haste-map/micromatch",
  21. "/jest-message-util/micromatch",
  22. "/jest-runtime/micromatch",
  23. "/jest/micromatch",
  24. "/test-exclude/micromatch"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/parse-glob/-/parse-glob-3.0.4.tgz",
  27. "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
  28. "_spec": "parse-glob@^3.0.4",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\test-exclude\\node_modules\\micromatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/parse-glob/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "glob-base": "^0.3.0",
  40. "is-dotfile": "^1.0.0",
  41. "is-extglob": "^1.0.0",
  42. "is-glob": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Parse a glob pattern into an object of tokens.",
  46. "devDependencies": {
  47. "browserify": "^9.0.3",
  48. "lodash": "^3.3.1",
  49. "mocha": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/parse-glob",
  58. "keywords": [
  59. "glob",
  60. "match",
  61. "bash",
  62. "expand",
  63. "expansion",
  64. "expression",
  65. "file",
  66. "files",
  67. "filter",
  68. "find",
  69. "glob",
  70. "globbing",
  71. "globs",
  72. "globstar",
  73. "match",
  74. "matcher",
  75. "matches",
  76. "matching",
  77. "path",
  78. "pattern",
  79. "patterns",
  80. "regex",
  81. "regexp",
  82. "regular",
  83. "shell",
  84. "wildcard"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "parse-glob",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  92. },
  93. "scripts": {
  94. "prepublish": "browserify -o browser.js -e index.js",
  95. "test": "mocha"
  96. },
  97. "version": "3.0.4"
  98. }