package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "parse-glob@3.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-glob@3.0.4",
  10. "_id": "parse-glob@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
  13. "_location": "/parse-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-glob@3.0.4",
  19. "name": "parse-glob",
  20. "escapedName": "parse-glob",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/jest-config/micromatch",
  27. "/jest-haste-map/micromatch",
  28. "/jest-message-util/micromatch",
  29. "/jest-runtime/micromatch",
  30. "/jest/micromatch",
  31. "/test-exclude/micromatch"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/parse-glob/download/parse-glob-3.0.4.tgz",
  34. "_spec": "3.0.4",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/parse-glob",
  62. "keywords": [
  63. "glob",
  64. "match",
  65. "bash",
  66. "expand",
  67. "expansion",
  68. "expression",
  69. "file",
  70. "files",
  71. "filter",
  72. "find",
  73. "glob",
  74. "globbing",
  75. "globs",
  76. "globstar",
  77. "match",
  78. "matcher",
  79. "matches",
  80. "matching",
  81. "path",
  82. "pattern",
  83. "patterns",
  84. "regex",
  85. "regexp",
  86. "regular",
  87. "shell",
  88. "wildcard"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "parse-glob",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  96. },
  97. "scripts": {
  98. "prepublish": "browserify -o browser.js -e index.js",
  99. "test": "mocha"
  100. },
  101. "version": "3.0.4"
  102. }