package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "expand-brackets@0.1.5",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expand-brackets@0.1.5",
  10. "_id": "expand-brackets@0.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
  13. "_location": "/expand-brackets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expand-brackets@0.1.5",
  19. "name": "expand-brackets",
  20. "escapedName": "expand-brackets",
  21. "rawSpec": "0.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.5"
  24. },
  25. "_requiredBy": [
  26. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
  29. "_spec": "0.1.5",
  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/expand-brackets/issues"
  37. },
  38. "dependencies": {
  39. "is-posix-bracket": "^0.1.0"
  40. },
  41. "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.7",
  44. "mocha": "^2.2.5",
  45. "should": "^7.0.2"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/expand-brackets",
  54. "keywords": [
  55. "bracket",
  56. "character class",
  57. "expression",
  58. "posix"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "expand-brackets",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "run": true,
  72. "toc": false,
  73. "layout": "default",
  74. "tasks": [
  75. "readme"
  76. ],
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "related": {
  81. "list": [
  82. "extglob",
  83. "is-extglob",
  84. "is-glob",
  85. "is-posix-bracket",
  86. "micromatch"
  87. ]
  88. },
  89. "reflinks": [
  90. "verb"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "0.1.5"
  97. }