package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "extglob@^0.3.1",
  3. "_id": "extglob@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
  6. "_location": "/anymatch/extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extglob@^0.3.1",
  12. "name": "extglob",
  13. "escapedName": "extglob",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/anymatch/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
  22. "_shasum": "2e18ff3d2f49ab2765cec9023f011daa8d8349a1",
  23. "_spec": "extglob@^0.3.1",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/extglob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-extglob": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.",
  38. "devDependencies": {
  39. "ansi-green": "^0.1.1",
  40. "micromatch": "^2.1.6",
  41. "minimatch": "^2.0.1",
  42. "minimist": "^1.1.0",
  43. "mocha": "*",
  44. "should": "*",
  45. "success-symbol": "^0.1.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/extglob",
  54. "keywords": [
  55. "bash",
  56. "extended",
  57. "extglob",
  58. "glob",
  59. "ksh",
  60. "match",
  61. "wildcard"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "extglob",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/jonschlinkert/extglob.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "related": {
  75. "list": [
  76. "micromatch",
  77. "expand-brackets",
  78. "braces",
  79. "fill-range",
  80. "expand-range"
  81. ]
  82. }
  83. },
  84. "version": "0.3.2"
  85. }