UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "posix-character-classes@^0.1.0",
  6. "scope": null,
  7. "escapedName": "posix-character-classes",
  8. "name": "posix-character-classes",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/expand-brackets"
  14. ]
  15. ],
  16. "_from": "posix-character-classes@>=0.1.0 <0.2.0",
  17. "_id": "posix-character-classes@0.1.1",
  18. "_inCache": true,
  19. "_location": "/posix-character-classes",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/posix-character-classes-0.1.1.tgz_1492663375848_0.9031167267821729"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "posix-character-classes@^0.1.0",
  33. "scope": null,
  34. "escapedName": "posix-character-classes",
  35. "name": "posix-character-classes",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/watchpack/expand-brackets"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  44. "_shasum": "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab",
  45. "_shrinkwrap": null,
  46. "_spec": "posix-character-classes@^0.1.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/expand-brackets",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
  54. },
  55. "dependencies": {},
  56. "description": "POSIX character classes for creating regular expressions.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.12",
  59. "mocha": "^3.2.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab",
  64. "tarball": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "93acda996350d0b1571592765e45c31da9376aa7",
  73. "homepage": "https://github.com/jonschlinkert/posix-character-classes",
  74. "keywords": [
  75. "character",
  76. "classes",
  77. "posix"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "jonschlinkert",
  84. "email": "github@sellside.com"
  85. }
  86. ],
  87. "name": "posix-character-classes",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "toc": false,
  99. "layout": "default",
  100. "tasks": [
  101. "readme"
  102. ],
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "reflinks": [
  107. "verb",
  108. "verb-generate-readme"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. },
  113. "related-list": [
  114. "micromatch",
  115. "nanomatch",
  116. "extglob",
  117. "expand-brackets"
  118. ]
  119. },
  120. "version": "0.1.1"
  121. }