package.json 1.9 KB

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