UI for Zipcoin Blue

package.json 3.2KB

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