UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "minimatch@^3.0.2",
  6. "scope": null,
  7. "escapedName": "minimatch",
  8. "name": "minimatch",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/readdirp"
  14. ]
  15. ],
  16. "_from": "minimatch@>=3.0.2 <4.0.0",
  17. "_id": "minimatch@3.0.4",
  18. "_inCache": true,
  19. "_location": "/minimatch",
  20. "_nodeVersion": "8.0.0-pre",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/minimatch-3.0.4.tgz_1494180669024_0.22628829116001725"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "5.0.0-beta.43",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "minimatch@^3.0.2",
  33. "scope": null,
  34. "escapedName": "minimatch",
  35. "name": "minimatch",
  36. "rawSpec": "^3.0.2",
  37. "spec": ">=3.0.2 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/glob",
  42. "/globule",
  43. "/readdirp",
  44. "/true-case-path/glob",
  45. "/tslint"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  48. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  49. "_shrinkwrap": null,
  50. "_spec": "minimatch@^3.0.2",
  51. "_where": "/Users/tennesseeg/blueCoin/node_modules/readdirp",
  52. "author": {
  53. "name": "Isaac Z. Schlueter",
  54. "email": "i@izs.me",
  55. "url": "http://blog.izs.me"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/isaacs/minimatch/issues"
  59. },
  60. "dependencies": {
  61. "brace-expansion": "^1.1.7"
  62. },
  63. "description": "a glob matcher in javascript",
  64. "devDependencies": {
  65. "tap": "^10.3.2"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  70. "shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  71. "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
  72. },
  73. "engines": {
  74. "node": "*"
  75. },
  76. "files": [
  77. "minimatch.js"
  78. ],
  79. "gitHead": "e46989a323d5f0aa4781eff5e2e6e7aafa223321",
  80. "homepage": "https://github.com/isaacs/minimatch#readme",
  81. "license": "ISC",
  82. "main": "minimatch.js",
  83. "maintainers": [
  84. {
  85. "name": "isaacs",
  86. "email": "i@izs.me"
  87. }
  88. ],
  89. "name": "minimatch",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/isaacs/minimatch.git"
  95. },
  96. "scripts": {
  97. "postpublish": "git push origin --all; git push origin --tags",
  98. "postversion": "npm publish",
  99. "preversion": "npm test",
  100. "test": "tap test/*.js --cov"
  101. },
  102. "version": "3.0.4"
  103. }