package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-posix-bracket@^0.1.0",
  6. "scope": null,
  7. "escapedName": "is-posix-bracket",
  8. "name": "is-posix-bracket",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/expand-brackets"
  14. ]
  15. ],
  16. "_from": "is-posix-bracket@>=0.1.0 <0.2.0",
  17. "_id": "is-posix-bracket@0.1.1",
  18. "_inCache": true,
  19. "_location": "/is-posix-bracket",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/is-posix-bracket-0.1.1.tgz_1459834297811_0.5273812564555556"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-posix-bracket@^0.1.0",
  33. "scope": null,
  34. "escapedName": "is-posix-bracket",
  35. "name": "is-posix-bracket",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/expand-brackets"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
  44. "_shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
  45. "_shrinkwrap": null,
  46. "_spec": "is-posix-bracket@^0.1.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/expand-brackets",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.7",
  59. "mocha": "^2.4.5"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
  64. "tarball": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "43972556cfdbb681a15072da75c97952c4e4deba",
  73. "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
  74. "keywords": [
  75. "braces",
  76. "brackets",
  77. "character",
  78. "character-class",
  79. "class",
  80. "expression",
  81. "posix",
  82. "regex",
  83. "regexp",
  84. "regular"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "is-posix-bracket",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "run": true,
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "related": {
  115. "list": [
  116. "braces",
  117. "expand-brackets",
  118. "is-extglob",
  119. "is-glob",
  120. "micromatch"
  121. ]
  122. },
  123. "reflinks": [
  124. "verb"
  125. ],
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "0.1.1"
  131. }