package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "is-posix-bracket@0.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/jest-config/expand-brackets",
  27. "/jest-haste-map/expand-brackets",
  28. "/jest-message-util/expand-brackets",
  29. "/jest-runtime/expand-brackets",
  30. "/jest/expand-brackets",
  31. "/test-exclude/expand-brackets"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/is-posix-bracket/download/is-posix-bracket-0.1.1.tgz",
  34. "_spec": "0.1.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
  42. },
  43. "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
  44. "devDependencies": {
  45. "gulp-format-md": "^0.1.7",
  46. "mocha": "^2.4.5"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
  55. "keywords": [
  56. "braces",
  57. "brackets",
  58. "character",
  59. "character-class",
  60. "class",
  61. "expression",
  62. "posix",
  63. "regex",
  64. "regexp",
  65. "regular"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-posix-bracket",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "run": true,
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "braces",
  90. "expand-brackets",
  91. "is-extglob",
  92. "is-glob",
  93. "micromatch"
  94. ]
  95. },
  96. "reflinks": [
  97. "verb"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "0.1.1"
  104. }