UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "anymatch@^1.3.0",
  6. "scope": null,
  7. "escapedName": "anymatch",
  8. "name": "anymatch",
  9. "rawSpec": "^1.3.0",
  10. "spec": ">=1.3.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chokidar"
  14. ]
  15. ],
  16. "_from": "anymatch@>=1.3.0 <2.0.0",
  17. "_id": "anymatch@1.3.2",
  18. "_inCache": true,
  19. "_location": "/anymatch",
  20. "_nodeVersion": "6.10.2",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/anymatch-1.3.2.tgz_1501178625433_0.08029883285053074"
  24. },
  25. "_npmUser": {
  26. "name": "es128",
  27. "email": "elan.shanker+npm@gmail.com"
  28. },
  29. "_npmVersion": "5.0.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "anymatch@^1.3.0",
  33. "scope": null,
  34. "escapedName": "anymatch",
  35. "name": "anymatch",
  36. "rawSpec": "^1.3.0",
  37. "spec": ">=1.3.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chokidar"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
  44. "_shasum": "553dcb8f91e3c889845dfdba34c77721b90b9d7a",
  45. "_shrinkwrap": null,
  46. "_spec": "anymatch@^1.3.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/chokidar",
  48. "author": {
  49. "name": "Elan Shanker",
  50. "url": "http://github.com/es128"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/es128/anymatch/issues"
  54. },
  55. "dependencies": {
  56. "micromatch": "^2.1.5",
  57. "normalize-path": "^2.0.0"
  58. },
  59. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  60. "devDependencies": {
  61. "coveralls": "^2.11.2",
  62. "istanbul": "^0.3.13",
  63. "mocha": "^2.2.4"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
  68. "shasum": "553dcb8f91e3c889845dfdba34c77721b90b9d7a",
  69. "tarball": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "a16f5bd07f1e36c4eef08c1291c6c119d1663639",
  75. "homepage": "https://github.com/es128/anymatch",
  76. "keywords": [
  77. "match",
  78. "any",
  79. "string",
  80. "file",
  81. "fs",
  82. "list",
  83. "glob",
  84. "regex",
  85. "regexp",
  86. "regular",
  87. "expression",
  88. "function"
  89. ],
  90. "license": "ISC",
  91. "maintainers": [
  92. {
  93. "name": "es128",
  94. "email": "elan.shanker+npm@gmail.com"
  95. },
  96. {
  97. "name": "paulmillr",
  98. "email": "paul@paulmillr.com"
  99. }
  100. ],
  101. "name": "anymatch",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/es128/anymatch.git"
  107. },
  108. "scripts": {
  109. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  110. },
  111. "version": "1.3.2"
  112. }