UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "mem@^1.1.0",
  6. "scope": null,
  7. "escapedName": "mem",
  8. "name": "mem",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/webpack/node_modules/os-locale"
  14. ]
  15. ],
  16. "_from": "mem@>=1.1.0 <2.0.0",
  17. "_id": "mem@1.1.0",
  18. "_inCache": true,
  19. "_location": "/mem",
  20. "_nodeVersion": "4.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/mem-1.1.0.tgz_1476900325889_0.8028518599458039"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "mem@^1.1.0",
  33. "scope": null,
  34. "escapedName": "mem",
  35. "name": "mem",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/webpack/os-locale"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
  44. "_shasum": "5edd52b485ca1d900fe64895505399a0dfa45f76",
  45. "_shrinkwrap": null,
  46. "_spec": "mem@^1.1.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/webpack/node_modules/os-locale",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/mem/issues"
  55. },
  56. "dependencies": {
  57. "mimic-fn": "^1.0.0"
  58. },
  59. "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  60. "devDependencies": {
  61. "ava": "*",
  62. "delay": "^1.1.0",
  63. "xo": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "5edd52b485ca1d900fe64895505399a0dfa45f76",
  68. "tarball": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">=4"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "c12270441fab7f42fe53cf97edd53c60c4a8268f",
  77. "homepage": "https://github.com/sindresorhus/mem#readme",
  78. "keywords": [
  79. "memoize",
  80. "function",
  81. "mem",
  82. "memoization",
  83. "cache",
  84. "caching",
  85. "optimize",
  86. "performance",
  87. "ttl",
  88. "expire",
  89. "promise"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "mem",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/mem.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "1.1.0",
  109. "xo": {
  110. "esnext": true
  111. }
  112. }