package.json 2.1 KB

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