package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "to-regex@^3.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "to-regex@>=3.0.2 <4.0.0",
  9. "_id": "to-regex@3.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-regex",
  13. "_nodeVersion": "9.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/to-regex_3.0.2_1519460972133_0.47922488575382616"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "to-regex",
  26. "raw": "to-regex@^3.0.2",
  27. "rawSpec": "^3.0.2",
  28. "scope": null,
  29. "spec": ">=3.0.2 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/braces",
  34. "/expand-brackets",
  35. "/extglob",
  36. "/micromatch",
  37. "/nanomatch"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  40. "_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
  41. "_shrinkwrap": null,
  42. "_spec": "to-regex@^3.0.2",
  43. "_where": "/home/seleznev/project Angular/Quality system/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/to-regex/issues"
  50. },
  51. "dependencies": {
  52. "define-property": "^2.0.2",
  53. "extend-shallow": "^3.0.2",
  54. "regex-not": "^1.0.2",
  55. "safe-regex": "^1.1.0"
  56. },
  57. "description": "Generate a regex from a string or array of strings.",
  58. "devDependencies": {
  59. "gulp-format-md": "^1.0.0",
  60. "mocha": "^3.5.3"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 4,
  65. "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  66. "shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
  67. "tarball": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  68. "unpackedSize": 12626
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "cc5735f98f62c8e9cfb98ae5b309abea1c8a2432",
  77. "homepage": "https://github.com/jonschlinkert/to-regex",
  78. "keywords": [
  79. "match",
  80. "regex",
  81. "regular expression",
  82. "test",
  83. "to"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "name": "jonschlinkert",
  90. "email": "github@sellside.com"
  91. }
  92. ],
  93. "name": "to-regex",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jonschlinkert/to-regex.git"
  99. },
  100. "scripts": {
  101. "test": "mocha"
  102. },
  103. "verb": {
  104. "layout": "default",
  105. "lint": {
  106. "reflinks": true
  107. },
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "related": {
  112. "list": [
  113. "has-glob",
  114. "is-glob",
  115. "path-regex",
  116. "to-regex-range"
  117. ]
  118. },
  119. "tasks": [
  120. "readme"
  121. ],
  122. "toc": {
  123. "method": "preWrite"
  124. }
  125. },
  126. "version": "3.0.2"
  127. }