UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "y18n@^3.2.1",
  6. "scope": null,
  7. "escapedName": "y18n",
  8. "name": "y18n",
  9. "rawSpec": "^3.2.1",
  10. "spec": ">=3.2.1 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "y18n@>=3.2.1 <4.0.0",
  17. "_id": "y18n@3.2.1",
  18. "_inCache": true,
  19. "_location": "/y18n",
  20. "_nodeVersion": "3.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-13-west.internal.npmjs.com",
  23. "tmp": "tmp/y18n-3.2.1.tgz_1458191070611_0.9606689948122948"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "3.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "y18n@^3.2.1",
  33. "scope": null,
  34. "escapedName": "y18n",
  35. "name": "y18n",
  36. "rawSpec": "^3.2.1",
  37. "spec": ">=3.2.1 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/webpack/yargs",
  42. "/yargs"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
  45. "_shasum": "6d15fba884c08679c0d77e88e7759e811e07fa41",
  46. "_shrinkwrap": null,
  47. "_spec": "y18n@^3.2.1",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/yargs",
  49. "author": {
  50. "name": "Ben Coe",
  51. "email": "ben@npmjs.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/yargs/y18n/issues"
  55. },
  56. "dependencies": {},
  57. "description": "the bare-bones internationalization library used by yargs",
  58. "devDependencies": {
  59. "chai": "^3.4.1",
  60. "coveralls": "^2.11.6",
  61. "mocha": "^2.3.4",
  62. "nyc": "^6.1.1",
  63. "rimraf": "^2.5.0",
  64. "standard": "^5.4.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "6d15fba884c08679c0d77e88e7759e811e07fa41",
  69. "tarball": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "34d6ad7bfeac67721ccbcf3bbcc761f33d787c90",
  75. "homepage": "https://github.com/yargs/y18n",
  76. "keywords": [
  77. "i18n",
  78. "internationalization",
  79. "yargs"
  80. ],
  81. "license": "ISC",
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "bcoe",
  86. "email": "ben@npmjs.com"
  87. },
  88. {
  89. "name": "nexdrew",
  90. "email": "andrew@npmjs.com"
  91. }
  92. ],
  93. "name": "y18n",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+ssh://git@github.com/yargs/y18n.git"
  99. },
  100. "scripts": {
  101. "coverage": "nyc report --reporter=text-lcov | coveralls",
  102. "pretest": "standard",
  103. "test": "nyc mocha"
  104. },
  105. "version": "3.2.1"
  106. }