package.json 3.0 KB

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