UI for Zipcoin Blue

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "localforage@~1.4.2",
  6. "scope": null,
  7. "escapedName": "localforage",
  8. "name": "localforage",
  9. "rawSpec": "~1.4.2",
  10. "spec": ">=1.4.2 <1.5.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/storage"
  14. ]
  15. ],
  16. "_from": "localforage@>=1.4.2 <1.5.0",
  17. "_id": "localforage@1.4.3",
  18. "_inCache": true,
  19. "_location": "/localforage",
  20. "_nodeVersion": "0.10.47",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/localforage-1.4.3.tgz_1475753743578_0.5243424456566572"
  24. },
  25. "_npmUser": {
  26. "name": "tofumatt",
  27. "email": "matt@lonelyvegan.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "localforage@~1.4.2",
  33. "scope": null,
  34. "escapedName": "localforage",
  35. "name": "localforage",
  36. "rawSpec": "~1.4.2",
  37. "spec": ">=1.4.2 <1.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@ionic/storage",
  42. "/localforage-cordovasqlitedriver"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/localforage/-/localforage-1.4.3.tgz",
  45. "_shasum": "a212543c39c7c76424edd12bf474c489aaca494c",
  46. "_shrinkwrap": null,
  47. "_spec": "localforage@~1.4.2",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/storage",
  49. "author": {
  50. "name": "Mozilla"
  51. },
  52. "bugs": {
  53. "url": "http://github.com/localForage/localForage/issues"
  54. },
  55. "dependencies": {
  56. "lie": "3.0.2"
  57. },
  58. "description": "Offline storage, improved.",
  59. "devDependencies": {
  60. "babel-core": "^6.5.1",
  61. "babel-loader": "^6.2.2",
  62. "babel-plugin-add-module-exports": "^0.1.2",
  63. "babel-plugin-transform-es2015-modules-umd": "^6.5.0",
  64. "babel-preset-es2015": "^6.6.0",
  65. "babel-preset-es2015-loose": "^7.0.0",
  66. "babelify": "^7.2.0",
  67. "bundle-collapser": "^1.2.1",
  68. "cors": "^2.3.1",
  69. "derequire": "^2.0.3",
  70. "grunt": "^0.4.2",
  71. "grunt-babel": "^6.0.0",
  72. "grunt-browserify": "^3.8.0",
  73. "grunt-contrib-concat": "^0.3.0",
  74. "grunt-contrib-connect": "^0.8.0",
  75. "grunt-contrib-jshint": "^0.9.2",
  76. "grunt-contrib-uglify": "^0.4.0",
  77. "grunt-contrib-watch": "^0.5.0",
  78. "grunt-es3-safe-recast": "^0.1.0",
  79. "grunt-jscs": "^1.5.0",
  80. "grunt-mocha": "^0.4.10",
  81. "grunt-rollup": "^0.6.2",
  82. "grunt-run": "^0.5.2",
  83. "grunt-saucelabs": "^5.1.2",
  84. "grunt-webpack": "^1.0.11",
  85. "load-grunt-tasks": "^0.4.0",
  86. "mocha": "^1.18.2",
  87. "ncp": "^2.0.0",
  88. "phantomjs": "^1.9.7-12",
  89. "rimraf": "^2.5.2",
  90. "rollupify": "^0.1.0",
  91. "script-loader": "^0.6.1",
  92. "uglify-js": "^2.3.x",
  93. "webpack": "^1.12.13",
  94. "webpack-dev-server": "^1.10.1"
  95. },
  96. "directories": {},
  97. "dist": {
  98. "shasum": "a212543c39c7c76424edd12bf474c489aaca494c",
  99. "tarball": "https://registry.npmjs.org/localforage/-/localforage-1.4.3.tgz"
  100. },
  101. "gitHead": "b82d9e58ff5bac370ee04f7fb368ad955747fac8",
  102. "homepage": "https://github.com/localForage/localForage",
  103. "keywords": [
  104. "indexeddb",
  105. "localstorage",
  106. "storage",
  107. "websql"
  108. ],
  109. "license": "Apache-2.0",
  110. "main": "dist/localforage.js",
  111. "maintainers": [
  112. {
  113. "name": "tofumatt",
  114. "email": "matt@lonelyvegan.com"
  115. }
  116. ],
  117. "name": "localforage",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git://github.com/localForage/localForage.git"
  123. },
  124. "scripts": {
  125. "publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
  126. "test": "node -e \"require('grunt').cli()\" null test"
  127. },
  128. "version": "1.4.3"
  129. }