You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

104 line
2.4 KiB

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