package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "is-posix-bracket@^0.1.0",
  3. "_id": "is-posix-bracket@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==",
  6. "_location": "/is-posix-bracket",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-posix-bracket@^0.1.0",
  12. "name": "is-posix-bracket",
  13. "escapedName": "is-posix-bracket",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-config/expand-brackets",
  20. "/jest-haste-map/expand-brackets",
  21. "/jest-message-util/expand-brackets",
  22. "/jest-runtime/expand-brackets",
  23. "/jest/expand-brackets",
  24. "/test-exclude/expand-brackets"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
  27. "_shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
  28. "_spec": "is-posix-bracket@^0.1.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\test-exclude\\node_modules\\expand-brackets",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.7",
  42. "mocha": "^2.4.5"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
  51. "keywords": [
  52. "braces",
  53. "brackets",
  54. "character",
  55. "character-class",
  56. "class",
  57. "expression",
  58. "posix",
  59. "regex",
  60. "regexp",
  61. "regular"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "is-posix-bracket",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "run": true,
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "braces",
  86. "expand-brackets",
  87. "is-extglob",
  88. "is-glob",
  89. "micromatch"
  90. ]
  91. },
  92. "reflinks": [
  93. "verb"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "0.1.1"
  100. }