a zip code crypto-currency system good for red ONLY

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "@ionic/storage@2.1.3",
  3. "_id": "@ionic/storage@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/i3Vn2jNBqteAm5FuGCNei5oJlFQB2JYFkH3nR5f5i7X4kRz17XAsAKXVQjyR9wiye8HmxglIz05JsC92nYUjQ==",
  6. "_location": "/@ionic/storage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@ionic/storage@2.1.3",
  12. "name": "@ionic/storage",
  13. "escapedName": "@ionic%2fstorage",
  14. "scope": "@ionic",
  15. "rawSpec": "2.1.3",
  16. "saveSpec": null,
  17. "fetchSpec": "2.1.3"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@ionic/storage/-/storage-2.1.3.tgz",
  23. "_shasum": "05dcf396a759879bf7aea42cfed61519562a13c7",
  24. "_spec": "@ionic/storage@2.1.3",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed",
  26. "author": {
  27. "name": "Max Lynch",
  28. "email": "max@ionic.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ionic-team/ionic-storage/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/localforage": "0.0.30",
  36. "localforage": "~1.4.2",
  37. "localforage-cordovasqlitedriver": "~1.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "Ionic Storage utility",
  41. "devDependencies": {
  42. "@angular/compiler": "4.4.4",
  43. "@angular/compiler-cli": "4.4.4",
  44. "@angular/core": "4.4.4",
  45. "@types/node": "^6.0.41",
  46. "canonical-path": "0.0.2",
  47. "cpr": "^2.0.0",
  48. "dgeni": "0.4.7",
  49. "dgeni-packages": "0.16.10",
  50. "gulp": "^3.9.1",
  51. "rimraf": "^2.6.2",
  52. "rxjs": "5.5.2",
  53. "semver": "^5.3.0",
  54. "tslint": "^3.10.2",
  55. "tslint-ionic-rules": "*",
  56. "typescript": "~2.4.2"
  57. },
  58. "homepage": "https://github.com/ionic-team/ionic-storage#readme",
  59. "keywords": [
  60. "ionic",
  61. "angular",
  62. "localforage",
  63. "cordova",
  64. "hybrid"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "module": "dist/index.js",
  69. "name": "@ionic/storage",
  70. "peerDependencies": {
  71. "@angular/core": "*",
  72. "rxjs": "*"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/ionic-team/ionic-storage.git"
  77. },
  78. "scripts": {
  79. "build": "npm run clean && npm run compile && npm run clean-generated",
  80. "clean": "rm -rf dist",
  81. "clean-generated": "rm -rf dist/*.ngfactory.ts && rm -rf dist/node_modules && rm -rf src/*.ngfactory.ts && rm -rf src/*.ngsummary.json",
  82. "compile": "ngc -p ."
  83. },
  84. "typings": "dist/index.d.ts",
  85. "version": "2.1.3"
  86. }