package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "parse-glob@3.0.4",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  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. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
  29. "_spec": "3.0.4",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/parse-glob/issues"
  37. },
  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. "description": "Parse a glob pattern into an object of tokens.",
  45. "devDependencies": {
  46. "browserify": "^9.0.3",
  47. "lodash": "^3.3.1",
  48. "mocha": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/parse-glob",
  57. "keywords": [
  58. "glob",
  59. "match",
  60. "bash",
  61. "expand",
  62. "expansion",
  63. "expression",
  64. "file",
  65. "files",
  66. "filter",
  67. "find",
  68. "glob",
  69. "globbing",
  70. "globs",
  71. "globstar",
  72. "match",
  73. "matcher",
  74. "matches",
  75. "matching",
  76. "path",
  77. "pattern",
  78. "patterns",
  79. "regex",
  80. "regexp",
  81. "regular",
  82. "shell",
  83. "wildcard"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "parse-glob",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  91. },
  92. "scripts": {
  93. "prepublish": "browserify -o browser.js -e index.js",
  94. "test": "mocha"
  95. },
  96. "version": "3.0.4"
  97. }