a zip code crypto-currency system good for red ONLY

package.json 2.1KB

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