{
  "_args": [
    [
      "react-native-background-job@2.3.1",
      "/Users/phatpan/workspace/project/parttime/odds/preventDementia"
    ]
  ],
  "_from": "react-native-background-job@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-6R0krrH+zDNolauCyxjotiSK3X2YIJIP9+YX4HVVLFd/coAUnQKn1oy0fCqQzK4zhcggLN6D27wVOkjl5IjPaw==",
  "_location": "/react-native-background-job",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-native-background-job@2.3.1",
    "name": "react-native-background-job",
    "escapedName": "react-native-background-job",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-background-job/-/react-native-background-job-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/Users/phatpan/workspace/project/parttime/odds/preventDementia",
  "author": "Viktor Eriksson <viktor.eriksson2@gmail.com>",
  "bugs": {
    "url": "https://github.com/vikeri/react-native-background-job/issues"
  },
  "description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background.",
  "devDependencies": {
    "documentation": "^8.1.2",
    "husky": "^1.1.1",
    "lint-staged": "^7.3.0",
    "prettier": "^1.2.2"
  },
  "homepage": "https://github.com/vikeri/react-native-background-job#readme",
  "keywords": [
    "react-native",
    "background-job"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ],
    "./index.js": [
      "npm run document",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "react-native-background-job-android",
  "peerDependencies": {
    "react-native": ">= 0.36.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vikeri/react-native-background-job.git"
  },
  "scripts": {
    "document": "documentation readme --readme-file README.md -s \"API\" -g",
    "precommit": "lint-staged",
    "test": "echo \"No test specified\""
  },
  "version": "1.0.1",
  "directories": {
    "test": "tests"
  }
}
