123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "@ionic/storage@2.1.3",
- "_id": "@ionic/storage@2.1.3",
- "_inBundle": false,
- "_integrity": "sha512-/i3Vn2jNBqteAm5FuGCNei5oJlFQB2JYFkH3nR5f5i7X4kRz17XAsAKXVQjyR9wiye8HmxglIz05JsC92nYUjQ==",
- "_location": "/@ionic/storage",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@ionic/storage@2.1.3",
- "name": "@ionic/storage",
- "escapedName": "@ionic%2fstorage",
- "scope": "@ionic",
- "rawSpec": "2.1.3",
- "saveSpec": null,
- "fetchSpec": "2.1.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@ionic/storage/-/storage-2.1.3.tgz",
- "_shasum": "05dcf396a759879bf7aea42cfed61519562a13c7",
- "_spec": "@ionic/storage@2.1.3",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed",
- "author": {
- "name": "Max Lynch",
- "email": "max@ionic.io"
- },
- "bugs": {
- "url": "https://github.com/ionic-team/ionic-storage/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/localforage": "0.0.30",
- "localforage": "~1.4.2",
- "localforage-cordovasqlitedriver": "~1.5.0"
- },
- "deprecated": false,
- "description": "Ionic Storage utility",
- "devDependencies": {
- "@angular/compiler": "4.4.4",
- "@angular/compiler-cli": "4.4.4",
- "@angular/core": "4.4.4",
- "@types/node": "^6.0.41",
- "canonical-path": "0.0.2",
- "cpr": "^2.0.0",
- "dgeni": "0.4.7",
- "dgeni-packages": "0.16.10",
- "gulp": "^3.9.1",
- "rimraf": "^2.6.2",
- "rxjs": "5.5.2",
- "semver": "^5.3.0",
- "tslint": "^3.10.2",
- "tslint-ionic-rules": "*",
- "typescript": "~2.4.2"
- },
- "homepage": "https://github.com/ionic-team/ionic-storage#readme",
- "keywords": [
- "ionic",
- "angular",
- "localforage",
- "cordova",
- "hybrid"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.js",
- "name": "@ionic/storage",
- "peerDependencies": {
- "@angular/core": "*",
- "rxjs": "*"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ionic-team/ionic-storage.git"
- },
- "scripts": {
- "build": "npm run clean && npm run compile && npm run clean-generated",
- "clean": "rm -rf dist",
- "clean-generated": "rm -rf dist/*.ngfactory.ts && rm -rf dist/node_modules && rm -rf src/*.ngfactory.ts && rm -rf src/*.ngsummary.json",
- "compile": "ngc -p ."
- },
- "typings": "dist/index.d.ts",
- "version": "2.1.3"
- }
|